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.

 <hdeditdnxhd>
    <label>1920x1080 DNxHD</label>
    <params>-vcodec dnxhd -b 185M -s 1920x1080 -acodec pcm_s16be</params>
    <extension>mov</extension>
    <category>HD Editing</category>
  </hdeditdnxhd>
  <hdeditdnxhdint>
    <label>1920x1080 DNxHD Interlaced</label>
    <params>-vcodec dnxhd -b 185M  -flags +ildct -s 1920x1080 -acodec
pcm_s16be</params>
    <extension>mov</extension>
    <category>HD Editing</category>
  </hdeditdnxhdint>
  <hdeditdnxhd720>
    <label>1280x720 DNxHD</label>
    <params>-vcodec dnxhd -b 115M -s 1280x720 -acodec pcm_s16be</params>
    <extension>mov</extension>
    <category>HD Editing</category>
  </hdeditdnxhd720>
  <hdeditdnxhd720int>
    <label>1280x720 DNxHD Interlaced</label>
    <params>-vcodec dnxhd -b 115M -flags +ildct -s 1280x720 -acodec
pcm_s16be</params>
    <extension>mov</extension>
    <category>HD Editing</category>
  </hdeditdnxhd720int>
  <hdmjpeg1080>
    <label>1920x1080 MJPEG</label>
    <params>-vcodec mjpeg -b 100M -acodec pcm_s16be</params>
    <extension>mov</extension>
    <category>HD Editing</category>
  </hdmjpeg1080>
  <hdmjpeg720>
    <label>1280x720 MJPEG</label>
    <params>-vcodec mjpeg -b 60M -acodec pcm_s16be</params>
    <extension>mov</extension>
    <category>HD Editing</category>
  </hdmjpeg720>
  <iPod720cincv>
    <label>1280x720 iPod Touch for CinelerraCV</label>
    <params>-vcodec copy -acodec libfaac -ab 256k -ac 2</params>
    <extension>mov</extension>
    <category>HD Editing</category>
  </iPod720cincv>
  <hdeditdnxhd720cincv>
    <label>1280x720 DNxHD for CinelerraCV</label>
    <params>-vcodec dnxhd -b 115M -s 1280x720 -acodec libfaac -ab 256k -ac
2</params>
    <extension>mov</extension>
    <category>HD Editing</category>
  </hdeditdnxhd720cincv>
  <hdeditdnxhd720intcincv>
    <label>1280x720 DNxHD Interlaced for CinelerraCV</label>
    <params>-vcodec dnxhd -b 115M -flags +ildct -s 1280x720 -acodec
libfaac -ab 256k -ac 2</params>
    <extension>mov</extension>
    <category>HD Editing</category>
  </hdeditdnxhd720intcincv>
  <hdeditdnxhdcincv>
    <label>1920x1080 DNxHD for CinelerraCV</label>
    <params>-vcodec dnxhd -b 185M -s 1920x1080 -acodec libfaac -ab 256k
-ac2</params>
    <extension>mov</extension>
    <category>HD Editing</category>
  </hdeditdnxhdcincv>
  <hdeditdnxhdintcincv>
    <label>1920x1080 DNxHD Interlaced for CinelerraCV</label>
    <params>-vcodec dnxhd -b 185M  -flags +ildct -s 1920x1080 -acodec
libfaac -ab 256k -ac 2</params>
    <extension>mov</extension>
    <category>HD Editing</category>
  </hdeditdnxhdintcincv>


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

Reply via email to