Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: uggla on February 22, 2011, 12:04:41 PM

Title: Encode x264 with ffmpeg?
Post by: uggla on February 22, 2011, 12:04:41 PM
When I try to encode x264 with ffmpeg I get "Unknown encoder 'libx264'". x264.tcz is loaded. Is it in another extension?
Title: Re: Encode x264 with ffmpeg?
Post by: Arslan S. on February 22, 2011, 03:17:41 PM
probably it is compiled without x264 encoder
Title: Re: Encode x264 with ffmpeg?
Post by: curaga on February 23, 2011, 06:55:15 AM
You could use mencoder or the standalone x264 binary in the meanwhile.
Title: Re: Encode x264 with ffmpeg?
Post by: uggla on February 24, 2011, 05:30:44 AM
Ok, now I've tried the x264 binary but all I get is colorful snow in the output file.

I've tried:
x264 -o outfile.flv infile.mpg 720x576
and
x264 -o outfile.mkv infile.mpg 720x576

The infile is an ordinary mpeg2.

Please help.
Title: Re: Encode x264 with ffmpeg?
Post by: curaga on February 24, 2011, 06:06:55 AM
It doesn't take mpeg input, AFAIK, at least that's what I read from x264 --help (I use mencoder, myself).