GeexBox installed on HDD, dual booting with Xubuntu 8.10
BBC iPlayer 720p mp4 file downloaded using get_iplayer, let's call it
dott.mp4Xubuntu will play back this file with audio delay by running in a terminal:
Code:
mplayer dott.mp4
If I pass the following options to mplayer playback is just fine, so I know the PC is up to playing the file.
Code:
mplayer -vfm ffmpeg -lavdopts lowres=0:fast:skiploopfilter=all dott.mp4
GeexBox on the other hand will just play the audio and show the BBC logo in the corner of the screen, no video. If I fast forward a bit I will get a frame/still on screen with audio.
How can I pass the options above in GeexBox?
I tried creating a profile for mp4 files, but this prevented GeexBox from loading up properly.
Code:
[extension.mp4]
profile-desc="Profile for HD mp4 files"
vfm ffmpeg
lavdopts lowres=0:fast:skiploopfilter=all
autosync 30
Thanks