View Single Post
Old 29th September 2019, 16:27   #106  |  Link
Bigmango
Registered User
 
Join Date: Nov 2006
Posts: 415
Quote:
Originally Posted by mdalacu View Post
1. will see

2. i don't think ffmpeg supports this flags

3. as an workaround, just add the source file twice and disable all the other streams from the second source leaving only the desired audio which you will convert with a different settings.

i hope this helps.
Many thanks.

2.
You can set the default and forced flags for audio and subtitles like this:

-disposition:s:0 default

-disposition:s:0 forced


Note s in -disposition:s:0 in this case stands for subtitle and not stream. To select the second steam by index use -disposition:1

3.
If I remux 70gb files this would have to read 140gb + writing at the same time, which takes a long time.

It would really help if you could add it by selecting the streams, as per the command line example in my above post.

Thanks!
Bigmango is offline   Reply With Quote