Skip to content

Why is there no sound in the output segment when I input a movie? #367

Answered by Breakthrough
MrLiHH asked this question in Q&A
Discussion options

You must be logged in to vote

You might have to customize the options passed to ffmpeg when splitting the input video. The default args are currently:

-map 0 -c:v libx264 -preset veryfast -crf 22 -c:a aac

You may want to manually run ffmpeg on a small sample of the input file you are trying to split, and figure out what options to set in ffmpeg. You can then customize split-video --args accordingly 😄 This is especially important depending on how many audio tracks there are, or if subtitle tracks are present.

The default options try to preserve compatibility with the majority of input sources to generate a valid video output, but are not that focused on reliable audio output yet. You may want to set a different audio …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MrLiHH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants