Im attempting tryna seperate the 5.1 into different tracks, i was able to export them sepratly into mono, but how do i make the FL and FR stereo, the BL BR stereo without getting the errorCode:u/echo off ffmpeg -i input.ac3 -filter_complex "channelsplit=channel_layout=5.1[FL][FR][LFE][BL][BR]" [BL][BR]amerge=inputs=2,pan=stereo|c0=c0+c1"[stereo_surround]" [FL][FR]amerge=inputs=2,pan=stereo|c0=c0+c1"[stereo]" -map "[stereo_surround]" -c:a aac -b:a 192k stereo_surround.aac -map "[stereo]" -c:a aac -b:a 192k stereo.aac -map "[FC]" -c:a aac -b:a 192k front_center.aac -map "[LFE]" -c:a aac -b:a 192k low_frequency_effects.aac pause
Code:Filter channelsplit:BL has an unconnected output [BL][BR]amerge=inputs=2,pan=stereo|c0=c0+c1"[stereo_surround]" '[BL][BR]amerge' is not recognized as an internal or external command, operable program or batch file. [FL][FR]amerge=inputs=2,pan=stereo|c0=c0+c1"[stereo]" '[FL][FR]amerge' is not recognized as an internal or external command, operable program or batch file. -map "[stereo_surround]" -c:a aac -b:a 192k stereo_surround.aac '-map' is not recognized as an internal or external command, operable program or batch file. -map "[stereo]" -c:a aac -b:a 192k stereo.aac '-map' is not recognized as an internal or external command, operable program or batch file. -map "[FC]" -c:a aac -b:a 192k front_center.aac '-map' is not recognized as an internal or external command, operable program or batch file. -map "[LFE]" -c:a aac -b:a 192k low_frequency_effects.aac '-map' is not recognized as an internal or external command, operable program or batch file.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 2 of 2
			
		- 
	
- 
	You need to perform processing (like merge, channel operations) within filter_complex - something like: 
 Code:-filter_complex "channelsplit=channel_layout=5.1[FL][FR][LFE][BL][BR];[FL][FR]join=inputs=2:channel_layout=2.0[stereo];[BL][BR]join=inputs=2:channel_layout=2.0[stereo_surround]" 
Similar Threads
- 
  DES Stereo from mono.By Bill in Harow in forum AudioReplies: 5Last Post: 28th Jul 2023, 16:17
- 
  FFMPEG Stereo/Dolby Surround 2.0 to Mono 2.0 and 5.1/6.1/7.1 to Stereo 2.0By Gwar in forum AudioReplies: 9Last Post: 2nd May 2023, 13:43
- 
  ffmpeg: Convert surround 5.1 / 6.1 (DD / DTS) > to 2channel Stereo?By Frasier in forum Video ConversionReplies: 2Last Post: 30th Jul 2021, 04:31
- 
  Convert Stereo to 5.1 Without UpmixingBy koberulz in forum Newbie / General discussionsReplies: 11Last Post: 14th May 2020, 17:25
- 
  Need Want New Stereo/Media Player Help!!By cornemuse in forum Media Center PC / MediaCentersReplies: 3Last Post: 18th Dec 2019, 11:54


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

 Quote
 Quote