A Mennucc wrote: > hi > > I am (trying to) 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) > > unfortunately it does not work , and I do not understand why : looking > into the log of the encodingserver , I see that indeed the > encodingserver is scheduling the mencoder job using appropriate -ss and > -endpos commands... but then each of this queued jobs lasts just a > fraction of a second
This is not the correct way to use mencoder for cutting av media. Use the edl (edit decision list). There is some code in the commdetectserver that may help. > how do I get more logging and debugging output out of the encoding server ? In local_conf.py ENCODINGSERVER_DEBUG = 2 It should be in the same place as other logs. Duncan ------------------------------------------------------------------------- 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
