Skip to content

Investigating: "Unchanged" disposition selects "default" #2291

Discussion options

You must be logged in to vote

Hi. Unfortunately I'm not 100% sure how the internals of ffmpeg work, but they have documented some of it here:

https://ffmpeg.org/ffmpeg.html#toc-Main-options (see -disposition).

In LosslessCut the different values mean:

  • Remove: sends to ffmpeg -disposition:stream_specifier 0. This means "clear disposition" according to ffmpeg docs. So this means explicitly remove the disposition value
  • Unchanged: Special LosslessCut choice that allows you to unset/reset the disposition to its initial value. E.g. if you've selected original from the list, original will be forced as the value for this track (see below), but if you want to unset/clear this, choose "Unchanged".
  • All other values (including o…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by webdevpythonicenthusiast
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