Re: [Mjpeg-users] y4m -> DV ??

2009-02-27 Thread Marko Cebokli
Thanks for the info, I'll try to get this working. Currently it looks like my ffmpeg is broken, will try to do it on another computer. (I get: "ffmpeg: symbol lookup error: /usr/lib64/libavformat.so.52: undefined symbol: av_gcd") Marko Cebokli On Thursday 26 February 2009 23:22, Mark Heath w

Re: [Mjpeg-users] y4m -> DV ??

2009-02-27 Thread Roman V. Shaposhnik
On Fri, 2009-02-27 at 09:22 +1100, Mark Heath wrote: > On 27/02/2009, at 8:15 AM, Roman V. Shaposhnik wrote: > However I have had marginal success with FFMPEG reading DV files. > Many of the DV files I have ffmpeg (libavcodec) will skip large > amounts of frames. Quicktime works fine with the

Re: [Mjpeg-users] y4m -> DV ??

2009-02-27 Thread Christian Ebert
* Mark Heath on Friday, February 27, 2009 at 09:22:11 +1100 > libav2yuv yourfile.avi | yourstabilizer | ffmpeg -f yuv4mpegpipe -i - - > i yourfile.avi -map 0.0 -map 1.1 yourdv.dv -map 0.0 -map 1.0 c -- \black\trash movie_C O W B O Y_ _C A N O E_ _C O M A_ Ein deutscher Western/A German We

Re: [Mjpeg-users] y4m -> DV ??

2009-02-27 Thread Christian Ebert
* Mark Heath on Friday, February 27, 2009 at 11:25:45 +1100 > On 27/02/2009, at 10:33 AM, Christian Ebert wrote: >> ... | ffmpeg -f yuv4mpegpipe -i - >> >> but ffmpeg probably guesses right without specifying -f for >> input. > > ffmpeg uses the extension of the filename to determine the format.