Using the sample script, here:
https://trac.ffmpeg.org/wiki/AudioChannelManipulation
I get the error :ffmpeg -i input.wav \
-filter_complex "channelsplit=channel_layout=5.1[FL][FR][FC][LFE][BL][BR]" \
-map "[FL]" front_left.wav \
-map "[FR]" front_right.wav \
-map "[FC]" front_center.wav \
-map "[LFE]" lfe.wav \
-map "[BL]" back_left.wav \
-map "[BR]" back_right.wav
However if I omit the "\" and place the entire command on one line, the script works.Unable to find a suitable output format for '\'
What am I failing to grasp?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 3 of 3
			
		- 
	
- 
	That's Linux BASH syntax. If you're using Windows CMD instead, then you need to replace the backslashes with carets. 
- 
	Many thanks for pointing it out. 
 I've been searching all over and got nowhere.
 Changed to carets and bingo...
Similar Threads
- 
  Q: ffmpeg syntax for VC1 to H.264?By DanielCoffey in forum Video ConversionReplies: 2Last Post: 27th Apr 2016, 16:56
- 
  PotPlayer: Command LineBy burningbush in forum Software PlayingReplies: 5Last Post: 7th Dec 2013, 18:54
- 
  FFMPEG Same Quality Command LineBy Johnbil in forum Video ConversionReplies: 4Last Post: 7th Dec 2013, 16:06
- 
  Does FFmpegX download/install the FFmpeg command line tools?By backspaces in forum ffmpegX general discussionReplies: 4Last Post: 4th Jul 2012, 13:56
- 
  Anyone Can Help to Convert This Preset to FFmpeg Command Line?By raymng in forum Video ConversionReplies: 2Last Post: 26th Feb 2012, 13:11


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

 Quote
 Quote