Re: [Mjpeg-users] "mpeg2enc is currently broken"

2007-07-23 Thread Mark Heath

I have been using ffmpeg with the mjpeg tools for some time.

To convert from the myriad of formats that ffmpeg supports to yuv use  
this command:

ffmpeg -i myfile.ext -f yuv4mpegpipe - | yuvmytool | etc.

To convert to another format from yuv4mpeg use this style of command:

yuvmytool | ffmpeg -f yuv4mpegpipe -i - -vcodec mpeg2video -hq -b  
6000  -maxrate 8000  -bufsize 224 myfile.mpg


There are more options you may need, but this should get you started.
Mark

On 24/07/2007, at 12:49 AM, sean wrote:

> ffmpeg seems the only alternative on linux. I'll go try to
> find out how to do it with ffmpeg. Without docs, it's not
> always easy. And they're such a friendly bunch :(
>
> sean


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] "mpeg2enc is currently broken"

2007-07-23 Thread Stefan M. Fendt
Am Montag, den 23.07.2007, 10:49 -0400 schrieb sean:

> Ah. No OSX here.

nor here...

> ffmpeg seems the only alternative on linux. I'll go try to 
> find out how to do it with ffmpeg. Without docs, it's not 
> always easy. And they're such a friendly bunch :(

Yeah, but despite that it is quite good... (and 2pass).

cu
Stefan



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] "mpeg2enc is currently broken"

2007-07-23 Thread sean
Steven M. Schultz wrote:
> On Sun, 22 Jul 2007, sean wrote:
> 
>> Steven M. Schultz wrote:
>> ..
>>> That's why I switched to a different encoder (which as it turns
>>> out gives better quality anyhow ;))
>> Any hints appreciated. What do you use??
> 
>   BitVice from Innobits:
> 
>   http://www.innobits.com/
> 
>   Only for OSX but that was fine with me.  

Ah. No OSX here.

ffmpeg seems the only alternative on linux. I'll go try to 
find out how to do it with ffmpeg. Without docs, it's not 
always easy. And they're such a friendly bunch :(

sean


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users