Author: duncan
Date: Sun Apr 15 20:01:33 2007
New Revision: 9459
Modified:
branches/rel-1/freevo/src/encodingcore.py
Log:
[ 1700236 ] Encodingserver not getting bitrate
Changed -vop to -vf, reported by Reggie.
Modified: branches/rel-1/freevo/src/encodingcore.py
==============================================================================
--- branches/rel-1/freevo/src/encodingcore.py (original)
+++ branches/rel-1/freevo/src/encodingcore.py Sun Apr 15 20:01:33 2007
@@ -273,7 +273,7 @@
else:
sstep = 60
- arguments = [ "-vop", "cropdetect=30", "-nosound", "-vo", "null",
"-frames", "10", "-sstep", str(sstep)]
+ arguments = [ "-vf", "cropdetect=30", "-nosound", "-vo", "null",
"-frames", "10", "-sstep", str(sstep)]
if self.sourcetype == "dvd":
arguments += [ '-dvd-device', self.source, 'dvd://%s' %
self.chapter ]
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog