i have a 4 g.b avi video file which have AC-3 audio .. which does not play on my smartphone
it says
(the audio ac-3 does not support in this device)
and i dont want to convert full video and audio
is there any way to Convert only audio and video should be passthrough....
+ Reply to Thread
Results 1 to 10 of 10
-
-
Try Video To Video Converter. Download the portable version as it doesn't try to install adware.
Run the program and drag and drop the AVI onto it. Choose the appropriate conversion preset. On the right, select "copy" for the video. Use whichever codec you prefer for the audio (it'll probably need to be MP3). If you've picked an appropriate preset, the output container should already be AVI. Click Okay and then "Convert" after the job is added to the queue.
I suggested trying MP3 as while it's possible to put AAC audio in an AVI container it's not a standard combination and may not be supported. Mp3 is, however, limited to stereo. I think VTV Converter will down-mix multi-channel to stereo.
If you need AAC try picking a conversion preset that gives you an MP4 output container. You should still be able to copy the video but AAC audio is more likely to be supported in an MP4 container..... assuming the smatphone supports MP4.Last edited by hello_hello; 29th Feb 2016 at 22:13.
-
You can install the ac3 video player for your smart phone,no need for any re-encoding,it will play the ac3 audio.
I think,therefore i am a hamster. -
I agree with others, first try to make it work with ac3 - if no luck then you may give a chance to ffmpeg - only audio will be encoded, video copies so no video loss and IMHO marginal audio loss (from smartphone perspective insignificant).
Code:@setlocal @set ffmpeg=%cd%\ffmpeg.exe @set outd=mkv_aac @if not exist %cd%\%outd% (mkdir %outd%) @for %%1 in (*.mkv *.mp4) do (@%ffmpeg% -stats -y -i "%%1" -c:v copy -c:a aac -q:a 2.0 -f matroska "%outd%\%%~n1.mkv") @pause
-
-
-
What is your smart phone? Android or iOS? Then try VLC Media player.
Or try another converter like avidemux, open avi, under video choose copy, under audio choose AAC(or mp3), under format choose AVI muxer or MP4 Muxer. Save as an avi or mp4. -
-
Similar Threads
-
Convert AAC audio to AC3
By BigPhil1 in forum AudioReplies: 6Last Post: 6th May 2015, 12:12 -
Convert a Video to MKV with AAC-LC audio format
By Behrang_a in forum Video ConversionReplies: 14Last Post: 4th Feb 2013, 22:14 -
convert audio VORBIS to AAC HELP?!
By mkvnoob in forum Video ConversionReplies: 7Last Post: 13th Sep 2012, 11:15 -
megui convert video how to keep orginal aac audio
By jamespoo in forum DVB / IPTVReplies: 0Last Post: 24th Jun 2011, 22:11 -
Convert MP4 AAC Audio possible?
By kazz0817 in forum AudioReplies: 4Last Post: 18th Apr 2011, 02:42