Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mux modification #63

Merged
merged 17 commits into from
Nov 22, 2024
Merged

Mux modification #63

merged 17 commits into from
Nov 22, 2024

Conversation

elv-reza
Copy link
Contributor

@elv-reza elv-reza commented Oct 2, 2024

Solves issues: #67, #68

  • Increase muxing capacity up to 4*4096 ABR segments (more than 8 hours).
  • Add capability to mux to MP4 in addition to fMP4. This can be chosen using the format in transcoding parameters.
  • During muxing adjust output PTS/DTS and start from zero.
  • Better EOF detection when muxing multiple streams.
  • Start muxing after the first keyframe detection.
  • Some enhancements and fixes in mux output seeker interface.
  • Fix a memory leak in avpipe mux when muxing is filished

Copy link
Contributor

@elv-serban elv-serban left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Copy link
Contributor

@elv-nate elv-nate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it would work no problem.

libavpipe/src/avpipe_mux.c Show resolved Hide resolved
@elv-reza elv-reza merged commit 2d9c98a into master Nov 22, 2024
@elv-reza elv-reza deleted the mux-modification branch November 22, 2024 17:08
Comment on lines +2262 to +2264
if (!strcmp(params->ecodec2, "aac"))
output_packet->duration = 1024;
} else
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this change address? (It may cover a hole in audio)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants