• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help No Audio on Some MP4 Videos

Scary

Member
Jul 6, 2010
53
2
I use a little application on my computer called iPlayer Downloader. Basically it lets me download BBC iPlayer programmes as either mp3 or mp4 files.

However when I copy one of the mp4 files to my Desire it plays but without audio. I've tried other mp4 files - one downloaded direct from YouTube and another via ZamZar and they work (as do the mp3's it produces of radio shows)

Looking at the details of the files on Quicktime it gives me these details:


Clip that doesn't work:
H.264, 483 x 272, Millions
AAC, Stereo, 48,000 kHz
FPS: 25.00

Clip that works:
AAC, Stereo (L R), 41.100 kHz
H.264, 352 x 264, Millions
FPS: 24.94

Another:
MPEG-4 video 640 x 360, millions
AAC, Stereo 9L R), 48000 kHz

I assume it's something to do with the audio format, but on the above the only difference on the non-working one is the Stereo format

Any ideas anyone?
 
Upvote 0
I will try Handbrake after seeing it recommended elsewhere on this forum. I'm wondering if it can take a mp4 file and output a different type of mp4 file though?

The h.264 is the video format and the audio format can be whatever you want and it will still be an .mp4 extension. You don't need to fix the video in the file, just the audio which is encoded separately within the same file.

EDIT>

Outputs:


  • File format: MP4 and MKV
  • Video: MPEG-4, H.264, or Theora
  • Audio: AAC, CoreAudio AAC (OS X Only), MP3, or Vorbis. AC-3 pass-through, DTS pass-thorugh (MKV only)
 
Upvote 0
Upvote 0
any Win user with a prob playing IPlayer mp4 on Android can ...
download/install MP4Box to <x>
create bat file below in folder <x>
move downloaded mp4s to <x>
run bat file
copy to phone

involves no transcoding:)

batch file - lists mp4s and then processes by splitting/joining video/audio)

copy from next line >>>
dir *.mp4 /b > mp4list.txt

for /f "delims=." %%a in (mp4list.txt) do (

MP4Box -raw 1 "%%a.mp4" -out "%%a.h264"
MP4Box -raw 2 "%%a.mp4" -out "%%a.aac"
MP4Box -fps 25 -add "%%a.h264" -add "%%a.aac" -new "%%a.mp4"

del "%%a.h264"
del "%%a.aac"
)
 
Upvote 0
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones