On Wednesday 30 June 2004 05:00, Michael Osten wrote:
> On Jun 28, 2004, at 6:12 PM, den_RDC wrote:
> > On Monday 28 June 2004 16:13, Mick wrote:
> > Quick solution :
> >
> >         #if we have a progressive ntsc file, lock the output fps
> >         if ("ivtc=1" in vf) or self.ntscprog:
> >             args.insert(0, "-ofps")
> >             args.insert(1,"23.976")
> >
> >         #if we scale, use the bilinear algorithm
> >         if yscaled:
> >             args += ["-sws","1"]
> >
> >         return args
> >
> > I fucked up on the list code apparently, but never noticed as i use
> > PAL :)
> > Someone could donate me an NTSC dvd though ;)
> > I also noticed you changed args += ["-sws","1"] to args = ["-sws","1"]
> > somewhere - that's bad ... really bad !
> >
> > Please report back, but keep in mind i am very very busy atm. It could
> > be a
> > few days weeks before i respond (and before i release a new package).
>
> I made the suggested changes.  There is still a problem.  When starting
> with 'freevo encodingserver start" and attempting to encode a disk, the
> dvd is never accessed from what I can tell, just a lot of hard disk
> trashing (so much so that linux thinks that /proc is gone).  If
> encoding server is restarted, it will fail at the first attempt to
> encode, but if immediatly retried, it works....

That's very weird behaviour - please make shure you have the latest 
twisted/python/mmpython + lsdvd. Also check available diskspace in /tmp and 
the encoding destination. Concerning the "first attempt fails", this depends 
on how fast you connect to encodingserver after it's started. It takes 5-20 
seconds to load. Weird thing is i have used encodingserver a lot the last 3 
days and it works perfectly here (with PAL stuff).

Mvg
den_RDC


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to