From my .mxf files of a sony pdw-f800 camera (xdcam hd 422) I would like to remux a .mxf file achieve the same file but only with video and audio L+R only
I try to do this:
ffmbc -i temp.mxf -map 0:2 -map 0:3 -acodec pcm_s16le -vn track2.wav -acodec pcm_s16le -vn track3.wav
sox -M track2.wav track3.wav stereo.wav
In this way I achieve stereo.wav from temp.mxf
but now I would to mux stereo.wav (is a L+R PCM 48Khz wav file) into temp.mxf overwriting it
how is possibile?
thank you
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 2 of 2
			
		- 
	
- 
	Did you try to ask at the FFMBC forum? 
 
 http://groups.google.com/group/ffmbc-discuss
Similar Threads
- 
  FFMBC and .MXF Sony XDCAM 422 filesBy marcorocchini in forum Newbie / General discussionsReplies: 0Last Post: 17th Jun 2013, 11:17
- 
  FFMBC: How do I batch remove all audio from MOV files in a folder?By newhampshirefarms in forum Video ConversionReplies: 2Last Post: 9th Oct 2012, 22:57
- 
  FFMBC: Mute Audio TracksBy killerkamatis in forum Video ConversionReplies: 0Last Post: 15th Aug 2012, 06:14
- 
  Creating movie (mov) reference files with ffmpeg or ffmbcBy musicman in forum Video ConversionReplies: 3Last Post: 6th Jul 2012, 19:40
- 
  Help me automating demux-remux dual audio files...By CactusMan in forum Newbie / General discussionsReplies: 8Last Post: 6th Jan 2012, 21:59


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 Quote
 Quote