GeeXboX

Linux Open Media Center
It is currently Sat Sep 11, 2010 2:05 am

All times are UTC + 1 hour




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Xubuntu will play 720p mp4 but GeexBox won't?
PostPosted: Sat Jan 02, 2010 4:07 pm 
Offline

Joined: Mon May 29, 2006 1:23 am
Posts: 52
GeexBox installed on HDD, dual booting with Xubuntu 8.10

BBC iPlayer 720p mp4 file downloaded using get_iplayer, let's call it dott.mp4

Xubuntu 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


Top
 Profile  
 
 

 Post subject: Re: Xubuntu will play 720p mp4 but GeexBox won't?
PostPosted: Sun Jan 03, 2010 7:58 am 
Offline
User avatar

Joined: Wed Feb 09, 2005 8:11 pm
Posts: 1276
afaik, in profiles you should use = sign in options

What happens when you try mplayer commands from telnet prompt?
1st, get rid of running mplayer:
Code:
echo "sleep 20" /usr/bin/mp_wrapper
echo quit > /var/mp_control

Now you can start mplayer, having txt output in telnet console


Top
 Profile E-mail  
 
 Post subject: Re: Xubuntu will play 720p mp4 but GeexBox won't?
PostPosted: Sun Jan 03, 2010 3:47 pm 
Offline

Joined: Mon May 29, 2006 1:23 am
Posts: 52
Thanks DualIP (I should have known this!)

After a bit of too-ing and fro-ing

Code:
[extension.mp4]
profile-desc="Profile for HD mp4 files"
vfm=ffmpeg
lavdopts=lowres=0:fast=1:skiploopfilter=all
autosync=30


Note, apart from the "=" signs, that fast needed to equal 1 in the lavdopts chain.

And it works, very slight stuttering but watchable. I'll keep tweaking!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group