Re: HD capture question
Dan Dennedy <[email protected]> Fri, 26 Mar 2010 16:04:42 -0700
| Newsgroups | gmane.comp.video.kino.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Mar 26, 2010 at 8:04 AM, Richard Rasker <[email protected]> wrote: > Op dinsdag 23-03-2010 om 18:00 uur [tijdzone -0500], schreef Daniel > Jircik: >> Kino does not support hdv. Try kdenlive which is based on the melt >> library which plays just about anything. Kino is no longer developed. >> Ciao >> Daniel > > Hm, I tried rendering the .mov file to raw DV using Kdenlive, but I > still get a rather choppy result -- even though Kdenlive didn't come up > with any warnings or error messages. It isn't quite as bad a Kino's > rendering, but it's unusable all the same. Maybe you chose the wrong project setting. > Is there perhaps a recent CLI tool for properly transcoding this H.264 > beastie to a more open format, so that I get to see exactly what's going > on? Sorry if I sound terribly uninformed, but I have no experience with > HD content whatsoever. The following works beautifully with the sample you provided: $ melt -profile dv_ntsc_wide file0034.mov -consumer avformat:file0034.dv pix_fmt=yuv411p Note the default profile is PAL DV, which does not match your input's aspect ratio and frame rate, hence the dv_ntsc_wide. Then, ffmpeg requires the pix_fmt hint to tell it which DV variant to use (dv25). -- +-DRD-+ ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev