Now a day, I change my speaker G560 to Z906.
Because the Z906 only support the old DTS max 1536k bandwidth & AC3
So, I use the ffmpeg to change the surround sound to support decode in my Z906.
Then I want to know DTS & AC3 who is better ?
ffmpeg change audio to DTS / AC3 code:
Audio to AC3 : ffmpeg -hwaccel auto -y -i <input> -c:v copy -c:a ac3 -ac 6 -b:a 640k <output>
Audio to DTS : ffmpeg -hwaccel auto -y -i <input> -strict -2 -c:v copy -c:a dts -ac 6 -b:a 1536k <output>
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 2 of 2
			
		- 
	
- 
	Both should be transparent with such bitrates, 640k for AC3 may be sometimes unsupported (Dolby recommend 512k instead 640k). Anyway DTS should be better than AC3 (near to lossless). 
Similar Threads
- 
  Any sound and mostly dts & dts-hd to ac3By fits79 in forum AudioReplies: 42Last Post: 23rd May 2024, 01:43
- 
  How to change audio speed starting from DDP, DTS-MA, AC3 or DTS core?By precipizio in forum AudioReplies: 0Last Post: 22nd May 2022, 10:28
- 
  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 DTS to AC3/E-AC3By craigyy in forum AudioReplies: 5Last Post: 23rd Jan 2021, 09:20
- 
  Surround Sound Q/ABy biferi in forum Newbie / General discussionsReplies: 4Last Post: 25th Nov 2018, 15:53


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

 Quote
 Quote