hi I am adding a new feature in the reencoding server : the ability to specify a slice of the original program to be reencoded (by specifying start and end , using bookmarks)
in doing so, I spotted a typo in 1.7.0
in video/plugins/reencode2.py
@@ -75,7 +77,7 @@
_debug_('config(self)', 1)
return [
('REENCODE_CONTAINER', 'avi', 'Container type'),
- ('REENCODE_RESOLUTION', 'Optimal', 'Container type'),
+ ('REENCODE_RESOLUTION', 'Optimal', 'Resolution'),
('REENCODE_VIDEOCODEC', 'XviD', 'Video codec'),
('REENCODE_VIDEOBITRATE', '800', 'Video bit rate'),
('REENCODE_AUDIOCODEC', 'MPEG 1 Layer 3 (mp3)', 'Audio codec'),
bye
a.
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
