Hi

I use this command to convert a batch of video files form from a canon
t2i, works fine for editing in Cinelerra

for i in *.MOV; do ffmpeg -i $i -y  -vcodec mjpeg -qscale 1 -s 1920x1080
-pix_fmt yuvj420p -acodec copy ${i%.MOV}-mjpeg.mov; done

I also tried this 

for i in *.MOV; do ffmpeg -i $i -y  -vcodec dnxhd -b 145M -s 1920x1080
-r 30 -acodec copy ${i%.MOV}-DNxHD.mov; done

But I've not been able to compile Cinelerra with external ffmpeg to use
dnxhd files yet. may be in the next project...

Félix-A.



Le vendredi 16 décembre 2011 à 09:07 +0100, Nicolas Ecarnot a écrit :
> Le 16/12/2011 01:38, i...@bandshed.net a écrit :
> > Hi,
> >
> > To clarify this error affected Cinelerra versions prior to 2.2CV as well.
> > I have noted the same error when editing H.264 video from an iPod Touch.
> > In my experience the error was annoying and will interrupt playback on the
> > timeline however I could still do fades and titling etc. and render the
> > finished product successfully.
> >
> > As Raffa clearly says in the link that Einar posted AVC/H.264/MPEG-4 are
> > very lousy editing formats and take major CPU horsepower for Cinelerra to
> > decode, one thing about Cinelerra is that if you take a bit of extra time
> > to give it an input format it likes it will reward you with greatly
> > increased stability.
> >
> > I realize not everyone enjoys converting video to different formats with
> > the CLI or batch scripts, I personally have set up my own DNxHD and MJPEG
> > presets in WinFF (an ffmpeg GUI frontend) and it will do batches as well.
> > Unfortunately preset exporting in WinFF seems broken currently so I can
> > post the actual preset files to share, but I could share the commandlines
> > or my own custom WinFF 'presets.xml' file that I use in AV Linux if anyone
> > is interested.
> >
> > Regards -GLEN
> 
> For sure, such command lines are interesting : I'd be glad to see them 
> shared :)
> 



_______________________________________________
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to