Re: [CinCV] Error in CinelerraCV 2.2

2011-12-16 Thread info
Hi Nicolas,

Here are the HD Editing presets for Cinelerra from WinFF I use. I have
simply cut them out of the 'presets.xml' file found in the '.winff' config
folder found in the user's home folder. Anyone wanting to use them with
WinFF could simply copy and paste them from this post into their own
/home/USERNAME/.winff/presets.xml file. I use aac audio in these presets
because I find Cinelerra quite often plays pcm_16 (wav) out of sync in a
.mov container.

 
1920x1080 DNxHD
-vcodec dnxhd -b 185M -s 1920x1080 -acodec pcm_s16be
mov
HD Editing
  
  
1920x1080 DNxHD Interlaced
-vcodec dnxhd -b 185M  -flags +ildct -s 1920x1080 -acodec
pcm_s16be
mov
HD Editing
  
  
1280x720 DNxHD
-vcodec dnxhd -b 115M -s 1280x720 -acodec pcm_s16be
mov
HD Editing
  
  
1280x720 DNxHD Interlaced
-vcodec dnxhd -b 115M -flags +ildct -s 1280x720 -acodec
pcm_s16be
mov
HD Editing
  
  
1920x1080 MJPEG
-vcodec mjpeg -b 100M -acodec pcm_s16be
mov
HD Editing
  
  
1280x720 MJPEG
-vcodec mjpeg -b 60M -acodec pcm_s16be
mov
HD Editing
  
  
1280x720 iPod Touch for CinelerraCV
-vcodec copy -acodec libfaac -ab 256k -ac 2
mov
HD Editing
  
  
1280x720 DNxHD for CinelerraCV
-vcodec dnxhd -b 115M -s 1280x720 -acodec libfaac -ab 256k -ac
2
mov
HD Editing
  
  
1280x720 DNxHD Interlaced for CinelerraCV
-vcodec dnxhd -b 115M -flags +ildct -s 1280x720 -acodec
libfaac -ab 256k -ac 2
mov
HD Editing
  
  
1920x1080 DNxHD for CinelerraCV
-vcodec dnxhd -b 185M -s 1920x1080 -acodec libfaac -ab 256k
-ac2
mov
HD Editing
  
  
1920x1080 DNxHD Interlaced for CinelerraCV
-vcodec dnxhd -b 185M  -flags +ildct -s 1920x1080 -acodec
libfaac -ab 256k -ac 2
mov
HD Editing
  


Best Regards -GLEN


> 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 :)
>
> --
> Nicolas Ecarnot
>
> ___
> Cinelerra mailing list
> Cinelerra@skolelinux.no
> https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
>



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


Re: [CinCV] Error in CinelerraCV 2.2

2011-12-16 Thread felix
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


Re: [CinCV] Error in CinelerraCV 2.2

2011-12-16 Thread Nicolas Ecarnot

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 :)


--
Nicolas Ecarnot

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