I would like to know if it's possible to "easily" convert the AC3 audio in my .mp4 files (that were created using Handbrake) into AAC audio.
When I created the .mp4 files (using Handbrake) I only left in the AC-3 audio stream (I unchecked the AAC stream, which as it turns out was a bad move).
When I play those .mp4s from my Synology NAS to any of my networked Samsung TVs it works perfectly fine because of the transcoding being done on the fly by the media server hosted on the NAS.
The problem is if I copy the .mp4 files to a USB stick and attempt to play them directly on the TV by plugging the stick into the TVs USB port. I get an "unsuppored audio codec" error message on the TV.
Is there an easy way to convert the audio? I have hundreds of MP4s that I need to do this for.
+ Reply to Thread
Results 1 to 14 of 14
-
-
Try BOX4, Xmedia or - if you are familiar with cli software - ffmpeg.
Does your TV play AC3 in mkv? Most do. If so I would try to simply remux using mkvtoolnix. Very simple, very fast, zero quality loss. -
HandBrake is probably telling you that the output will have an AC3 and and an AAC track, i.e. it will duplicate the input track. Not that the input already has them. HandBrake can convert AC3 to AAC but the problem is that it must always re-encode the video which costs a lot of time and also quality.
-
-
All of them have a batch mode AFAIK. All of them are quite simple.
I would try in this order:
1. mkvtoolnix
2. BOX4
3. ffmpeg (if you know cli - but it's not very difficult once you do)
4. Xmedia -
Running each one of these tools is a one-step process?
I don't want to create mkvs from my mp4s, just convert the audio to AAC. Does that eliminate any in your list? -
Each program can do all of the work by itself. You only need to use one of them. (mkvtoolnix to create ac3-in-mkv - as I said: most TVs should play that just fine)
-
I just got BOX4 to convert an MP4 to AAC but now my question is this (I'm not that knowledgeable when it comes to audio channels)....
Will I have different playback sound for AAC than I did with AC3? Most of my TVs have a Samsung sound bar connected to them with a bluetooth subwoofer on the floor.
Will an AAC encoded file (since it's only two channels) sound differently than a AC3 file? I'm sure it will, right? -
Maybe. You can also create multi-channel AAC but not all players support it (higher licensing costs).
That's why I recommended to try AC3-in-MKV. -
-
No, audio would most likely work. AC3 is very common in MKV. What exact TV model do you have?
-
-
If it's older models you may want to activate some compatibility options:
MKVToolNixGUI->Preferences->Multiplexer->Default Values. There select: --clusters-in-meta-seek --disable-track-statistics-tags --engage no_cue_duration --engage no_cue_relative_position as default additional command-line options.
Also for batch mode go MKVToolNixGUI->Preferences->Multiplexer and select the bottommost option in "When dropping files". In MKVToolNixGUI->Preferences->Multiplexer->Output you can select default output folder (if you want).
Restart the app to make sure settings are applied.
Then you can just drag&drop as many files as you want and then and click "Start multiplexing" at the bottom.
Similar Threads
-
Convert 5.1 audio AAC to AC3 DVD - Pal Vob- no audio for voices
By allrounder55 in forum AudioReplies: 0Last Post: 20th Aug 2017, 02:22 -
Avidemux does not work when I try to convert movie audio from ac3 to aac
By sportflyer in forum Video ConversionReplies: 13Last Post: 3rd Nov 2015, 09:55 -
Convert AAC audio to AC3
By BigPhil1 in forum AudioReplies: 6Last Post: 6th May 2015, 12:12 -
Convert Mp4 (AAC) to MP4 (AC3)
By GreaterMuta in forum Video ConversionReplies: 3Last Post: 4th Oct 2014, 05:32 -
mp4 videos AAC 5.1 -> AC3 (quickest audio encode?)
By alexeliasson in forum Video ConversionReplies: 2Last Post: 7th Feb 2013, 08:02