VideoHelp Forum




+ Reply to Thread
Results 1 to 10 of 10
  1. Member
    Join Date
    Oct 2015
    Location
    Bhokraha-01, Sunsari ( Nepal )
    Search Comp PM
    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....
    Quote Quote  
  2. 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.
    Quote Quote  
  3. I'm a Super Moderator johns0's Avatar
    Join Date
    Jun 2002
    Location
    canada
    Search Comp PM
    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.
    Quote Quote  
  4. 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
    Quote Quote  
  5. Member
    Join Date
    Oct 2015
    Location
    Bhokraha-01, Sunsari ( Nepal )
    Search Comp PM
    Originally Posted by hello_hello View Post
    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.
    when i select copy the converter does not convert the video ...
    Quote Quote  
  6. Member
    Join Date
    Oct 2015
    Location
    Bhokraha-01, Sunsari ( Nepal )
    Search Comp PM
    Originally Posted by johns0 View Post
    You can install the ac3 video player for your smart phone,no need for any re-encoding,it will play the ac3 audio.
    plz give me a converter link that convert that types of video



    last time i have download this types of converter .... but i don't know the name of converter .... converter setup has black theme ....
    Quote Quote  
  7. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    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.
    Quote Quote  
  8. Originally Posted by Aashik Alam View Post
    plz give me a converter link that convert that types of video
    Use ffmpeg - script is already provided.
    Quote Quote  
  9. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Originally Posted by pandy View Post
    Originally Posted by Aashik Alam View Post
    plz give me a converter link that convert that types of video
    Use ffmpeg - script is already provided.
    That script wont work with .avi sources...
    Quote Quote  
  10. Originally Posted by Baldrick View Post
    That script wont work with .avi sources...
    Ah yes, indeed, my fault, sorry.

    Code:
    @setlocal
    @set ffmpeg=%cd%\ffmpeg.exe
    @set outd=mkv_aac
    @if not exist %cd%\%outd% (mkdir %outd%)
    @for %%1 in (*.avi) do (@%ffmpeg% -stats -y -i "%%1" -c:v copy -c:a aac -q:a 2.0 -f matroska "%outd%\%%~n1.mkv")
    @pause
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!