[FFmpeg-user] ffmpeg and x264

JULIAN GARDNER joolzg at btinternet.com
Tue May 10 12:07:47 CEST 2011


OK tried this


ffmpeg -i udp://230.10.0.104:1234 -vcodec libx264 -preset medium -profile baseline -b 750 -bn 125 -acodec libfaac -ab 96k -ar 32k -g 75 -async 1 udp://231.10.0.104:1234?pkt_size=1316

and i get this

x264 [error]: invalid preset 'xcEum'

now both ffmpeg and x264 are latest git pulls and builds

Also if i remove the -preset i get

x264 [error]: invalid profile 'ejd      '

So me thinks a bug? or am i doing something wrong


joolz



----- Original Message -----
> From: Dave Pope <Dave.Pope at myxer.com>
> To: FFmpeg user questions and RTFMs <ffmpeg-user at ffmpeg.org>
> Cc: 
> Sent: Saturday, 30 April 2011, 16:39
> Subject: Re: [FFmpeg-user] ffmpeg and x264
> 
>T hanks!  The change makes perfect sense, I just had to dig around for while 
> before figuring it out.  Do you know if there's a patch in the works to make 
> 'ffmpeg  --help' report something about these?  It seems like it might 
> require building some "handshaking" between them that might not 
> already exist in general form.
> 
> ________________________________
> 
> From: ffmpeg-user-bounces at ffmpeg.org on behalf of Robert Krüger
> Sent: Sat 4/30/2011 4:04 AM
> To: FFmpeg user questions and RTFMs
> Subject: Re: [FFmpeg-user] ffmpeg and x264
> 
> 
> 
> 
> On Apr 29, 2011, at 17:37 , Dave Pope wrote:
> 
>>  Yeah, I hit this one too.  Use "-preset" and "-profile" 
> switches instead
>>  of -vpre.  "-preset fast -profile baseline" works OK for me.  
> Annoying
>>  that it's not reflected in the --help output; I don't see a way to 
> list
>>  the available values yet either.
>> 
> 
> Check x264 docs. As far as I understood the purpose of the change was not to 
> duplicate efforts from the x264 project and that is documented quite well.
> 
> try x264 --fullhelp
> 
> 
> 
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
> 
> 
> 
> 
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list