[MEncoder-users] Can you slow down mencoder?

Jonathan Lundberg lundbej at rte.ie
Fri Mar 11 18:16:17 CET 2005


D Richard Felker III wrote:

>>Whats the cat for?... That's redundant
>>
>>This is very hackish, but it does work and I don't see a better solution.
>>You said your capture program is MEncoder, so:
>>
>>mkfifo input output1
>>mencoder tv:// -endpos 30:00 -o input -ovc raw -oac pcm &
>>cat input | tee output1 | mencoder - -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=100000 -oac pcm -o goodquality.avi &
>>    
>>
>
>Do NOT use cat here. All it will do is increase cpu usage. Instead:
>tee output1 < input | mencoder - -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=100000 -oac pcm -o goodquality.avi &
>  
>

Genius!
This appears to actually work.. thanks very much for the suggestions..

J.


******************************************************************************
The information in this e-mail is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this e-mail by anyone else
is unauthorised. If you are not the intended recipient, any disclosure,
copying, distribution, or any action taken or omitted to be taken in reliance
on it, is prohibited and may be unlawful.
Please note that emails to, from and within RTÉ may be subject to the Freedom
of Information Act 1997 and may be liable to disclosure.
******************************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mplayerhq.hu/pipermail/mencoder-users/attachments/20050311/6bd22dba/attachment.htm>


More information about the MEncoder-users mailing list