Hi Michael,

I use this pipe:

ffmpeg -f yuv4mpegpipe -i - -y -an -vcodec libx264 -vpre medium -b:v
10000k -bt 10000k -r 24 -f mov %

-r 24 ...is the framerate - set it according to your video footage
-b:v 10000k -bt 10000k ...is the bitrate - I use 10000k for 1920x1080p
and 3000k for 1280x720p

...if the x264 does not work for you, try the mjpeg codec:

ffmpeg -f yuv4mpegpipe -i - -y -an -vcodec mjpeg -qscale 1 -r 24 -f mov %

Good luck!
Michal

On 15 January 2012 05:26, Edouard Chalaron <e.chala...@xtra.co.nz> wrote:
> Michael
> I have something for you but not at hand right now...
> give me 18 hours I will be back to you with something I use daily
> cheers
> Edouard
>
> --- On Sun, 15/1/12, Michael Wisniewski <wiz...@gmail.com> wrote:
>
>> From: Michael Wisniewski <wiz...@gmail.com>
>> Subject: [CinCV] Help with Piping Render
>> To: cinelerra@skolelinux.no
>> Date: Sunday, 15, January, 2012, 10:21 AM
>> Hi!
>>
>> I'm trying to learn how to proxy edit and following the
>> workflow listed here...
>>
>> http://renomath.org/video/linux/avchd/
>>
>> It says that to render, pipe it to his pipe-x264
>> script.  Whenever I
>> do this, it fails with a read/write error..  The script
>> is located
>> here...
>>
>> http://www.renomath.org/ejolson/video/hddvd/pipe-x264
>>
>> Does anybody else use this script, and has anybody figured
>> out how to
>> fix it?  Should I not be using it, and just use the
>> internal mpeg or
>> ffmpeg ones?
>>
>> Thanks!
>>
>> _______________________________________________
>> 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

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

Reply via email to