On Jan 10, 2008 5:54 PM, John Molohan <[EMAIL PROTECTED]> wrote:
> If mplayer version isn't compatible would it be possible to give some
> feedback to the user that the task has failed? On my first run the log
> shows:
>
> Compiled with runtime CPU detection.
> This codecs.conf is too old and incompatible with this MPlayer release!
> at line 6
> Option lavcopts: Unknown suboption 8x8dct
> Error parsing option on the command line: -lavcopts

 Using H.264 I see :).   You can do the following for example in you
local_conf.py if you have a favorite list  of
encoder options. the REENCODE_ALTPROFILE may be of interest in this
case.  the bottom of
<http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-x264.html>  is where i
chose that from, High Quality.
I'm am using version 10_rc2 of mplayer btw.

ENCODINGSERVER_SAVE_DIR = '/MultiMedia/Video/ReEncodes'
REENCODE_CONTAINER = 'avi'
REENCODE_RESOLUTION = '720:480'
REENCODE_VIDEOCODEC = 'H.264'
REENCODE_VIDEOBITRATE = 1200
REENCODE_AUDIOCODEC = 'MPEG 1 Layer 3 (mp3)'
REENCODE_AUDIOBITRATE = 128
REENCODE_NUMPASSES = 1
REENCODE_VIDEOFILTER = None
REENCODE_ALTPROFILE =
'subq=5:8x8dct:frameref=2:bframes=3:b_pyramid:weight_b:vcodec=libx264:'

> Exiting... (error parsing command line)
>
> 2008-01-10 23:53:20,980 DEBUG encodingcore.py (759): runQueue callback
> data : []
> 2008-01-10 23:53:20,981 DEBUG encodingcore.py (763): PID 4801
> 2008-01-10 23:53:20,983 INFO encodingcore.py (766): Job 28992209 finished
> 2008-01-10 23:53:20,985 INFO encodingcore.py (756): queue empty,
> stopping processing...
>
> Now I don't know if there is something wrong with my codecs.conf (will
> look into it later) but it'd be nice to let the user know there was an
> issue and to suggest to check the logs. Just a thought.
>
>
> John
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> Freevo-devel mailing list
> Freevo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-devel
>

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to