View Single Post
Old 8th August 2019, 18:00   #100  |  Link
Bigmango
Registered User
 
Join Date: Nov 2006
Posts: 415
Thanks for this great app !

Please add options for:
  1. eac3 audio in the list of codecs
  2. enable/disable audio and subtitle flags (forced, default...)
  3. stream duplication (i.ex: right click to duplicate a stream) (i.ex my use case: to keep source TrueHD/DTSMA/DTS audio/subtitle and add a duplicate with another codec, so the mkv can also be played on devices that don't support the source codec)

Example command line of what I need to do very often:


Code:
ffmpeg -i source.mkv -map 0:0 -map 0:2 -map 0:2 -map 0:1 -map 0:1  -map 0:3 -map 0:4 -map 0:5 -c:v copy -c:a:0 copy -c:a:1 eac3 -c:a:2 copy -c:a:3 eac3 -b:a:1 1536k -b:a:3 768k -c:s copy output.mkv
(this reorders the audio (0:2 before 0:1) and duplicates 2 audio tracks (0:1 and 0:2) with a 2nd eac3 copy with different bitrates for each eac3 stream, and keeps all the subtitles).

Many thanks !
Bigmango is offline   Reply With Quote