On Monday 10 December 2007, connect indraneel wrote: > Hi, > > dvgrab-3.1 has a bug. Line 921 > if ( tc.frame + frameOffset % 5 ) > should be > if ( ( tc.frame+frameOffset ) % 5) > as in Joe Stewart's original patch. With this fix > -24pa works fine. The interlaced frame is dropped as > expected.
Thanks, I just committed the fix. > Thanks for all the wonderful software, > Indraneel > > --- connect indraneel <[EMAIL PROTECTED]> > > wrote: > > dvgrab-3.1 with Joe Stewart's patch does not work > > for > > me. Mplayer shows the interlaced frame between every > > 4 > > progressive frames. And now it runs at 24fps due to > > the quicktime tag. > > > > -Indraneel > > > > --- connect indraneel <[EMAIL PROTECTED]> > > > > wrote: > > > Hi, > > > Not checked out dvgrab-3.1 yet, but with the patch > > > > I > > > > > applied by myself, well, nothing happens. I guess > > > after the patch things should run correctly at > > > > 48fps > > > > > with mplayer, but it's still at 59.4fps. Checked > > > > by > > > > > stopwatch. Not sure how sound is encoded, it ends > > > before the video does when mplayer runs with -fps > > > 48, > > > but syncs properly at -fps 59.4 . Will test dvgrab > > > 3.1 > > > today and let you know how that goes. > > > > > > This is my first time with a camcorder, so please > > > bear > > > with me. > > > > > > Thanks, > > > Indraneel > > > > > > --- Dan Dennedy <[EMAIL PROTECTED]> wrote: > > > > On Dec 9, 2007, at 12:26 AM, connect indraneel > > > > > > > > wrote: > > > > > Hi, > > > > > > > > > > Where should I send in the patch? > > > > > > > > > > Right now I finished manually putting in Joe > > > > > > > > Stewart's > > > > > > > > > remove2332 patch from > > https://init.linpro.no/pipermail/skolelinux.no/cinelerra/2006-October/00809 >5.html > > > > > > into the current version of dvgrab (from cvs). > > > > > Couldn't get autoconf to work so copied the > > > > > > > > configure, > > > > > > > > > install.sh etc.. files from the 3.0 release. > > > > The > > > > > > thing > > > > > > > > > compiled, and I was successfully able to > > > > capture > > > > > > using > > > > > > > > > --remove2332 --filmrate --format qt > > > > --autosplit > > > > > > > --timestamp > > > > > > > > > > (unlike the dvgrab 1.8 version for which the > > > > > > patch > > > > > > > was > > > > > > > > > originally written and which no longer works > > > > due > > > > > > to > > > > > > > > > removal of isochronous ABI from raw1394) > > > > > > > > > > Mplayer plays the output at 29.970 fps by > > > > > > default > > > > > > > and > > > > > > > > > it looks ok. With -24 fps option, it looks ok > > > > > > too > > > > > > > :( > > > > : > > > > > Tomorrow I'll check with a stopwatch and find > > > > > > out > > > > > > > > what's happening. > > > > > > > > > > -Indraneel > > > > > > > > I had already applied the patch manually as it > > > > was > > > > > > easy. It went into > > > > the new dvgrab 3.1 release. I can't comment on > > > > how > > > > > > different apps > > > > interpret the 24 fps setting on the Quicktime > > > > > > file. > > > > > > > I just assume > > > > Quicktime4Linux/Cinelerra does something special > > > > with it. > _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
