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
- 
	Are you sure it's reencoding the video? My 1st guess would be that ffmpeg is reencoding the audio and not the video,..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 fileBy Cornholio77 in forum Video ConversionReplies: 2Last Post: 28th Dec 2011, 16:45
- 
  Can cable converter box power on with specific channelBy vcd_user in forum Off topicReplies: 2Last Post: 14th Nov 2011, 21:06
- 
  Converting video to specific format, so hardware will decodeBy numnum in forum Video ConversionReplies: 5Last Post: 11th Sep 2011, 16:23
- 
  Converting MOV to MP2 mux errorBy Compufix in forum ffmpegX general discussionReplies: 2Last Post: 30th Nov 2010, 01:38
- 
  Trouble converting(demuxing)By VJep in forum Video ConversionReplies: 5Last Post: 25th Dec 2008, 00:43


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 Visit Homepage
				Visit Homepage
			 
 
			
			


 Quote
 Quote