Hi I want to capture an ASI stream with 3 channels MUX'd on the the encoder.... DONE
Then I want to either demux a specific stream out of that MUX with audio or transcode to a new file....
Whats the best way to do this?
Thanks in advance
Neil
+ Reply to Thread
Results 1 to 5 of 5
-
-
Thanks -map option does help me pick streams but seems to re-encode the video
ffmpeg.exe -i "c:\Test_Streams\2x HD & 1x SD Test.ts" -map 0:2 -c:v:2 copy c:\Test_Streams\ouput.ts
Any thoughts on how I could improve on this? At the very least h.264 >> h.264 conversion?
Maximum quality basically
Thanks in advance
Neil -
Thanks -map option does help me pick streams but seems to re-encode the video
ffmpeg.exe -i "c:\Test_Streams\2x HD & 1x SD Test.ts" -map 0:2 -c:v:2 copy c:\Test_Streams\ouput.ts
see: http://ffmpeg.org/trac/ffmpeg/wiki/How%20to%20use%20-map%20option
Similar Threads
-
Need a little help converting a specific movie file
By Cornholio77 in forum Video ConversionReplies: 2Last Post: 28th Dec 2011, 15:45 -
Can cable converter box power on with specific channel
By vcd_user in forum Off topicReplies: 2Last Post: 14th Nov 2011, 20:06 -
Converting video to specific format, so hardware will decode
By numnum in forum Video ConversionReplies: 5Last Post: 11th Sep 2011, 15:23 -
Converting MOV to MP2 mux error
By Compufix in forum ffmpegX general discussionReplies: 2Last Post: 30th Nov 2010, 00:38 -
Trouble converting(demuxing)
By VJep in forum Video ConversionReplies: 5Last Post: 24th Dec 2008, 23:43