Wow, thank you all for all the responses.  I think what my problem
with the script was that it wasn't using the correct syntax and the
y4mtoyuv wasn't working.  I then started panicking because there are
so many different options that it's a bit overwhelming, and like
programming and painting, there's not one answer that's correct.

I'll give a few of the responses a whirl and see how it works out.
I'm sure it will be great.

Thanks again for the responses!
Mike


On Sun, Jan 15, 2012 at 4:54 AM, Michal Fapso <[email protected]> wrote:
> 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 <[email protected]> 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 <[email protected]> wrote:
>>
>>> From: Michael Wisniewski <[email protected]>
>>> Subject: [CinCV] Help with Piping Render
>>> To: [email protected]
>>> 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
>>> [email protected]
>>> https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
>>>
>>
>> _______________________________________________
>> Cinelerra mailing list
>> [email protected]
>> https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
>
> _______________________________________________
> Cinelerra mailing list
> [email protected]
> https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to