WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Encode x264 with ffmpeg?  (Read 1552 times)

Offline uggla

  • Sr. Member
  • ****
  • Posts: 438
Encode x264 with ffmpeg?
« on: February 22, 2011, 09:04:41 AM »
When I try to encode x264 with ffmpeg I get "Unknown encoder 'libx264'". x264.tcz is loaded. Is it in another extension?

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: Encode x264 with ffmpeg?
« Reply #1 on: February 22, 2011, 12:17:41 PM »
probably it is compiled without x264 encoder

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10982
Re: Encode x264 with ffmpeg?
« Reply #2 on: February 23, 2011, 03:55:15 AM »
You could use mencoder or the standalone x264 binary in the meanwhile.
The only barriers that can stop you are the ones you create yourself.

Offline uggla

  • Sr. Member
  • ****
  • Posts: 438
Re: Encode x264 with ffmpeg?
« Reply #3 on: February 24, 2011, 02: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.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10982
Re: Encode x264 with ffmpeg?
« Reply #4 on: February 24, 2011, 03:06:55 AM »
It doesn't take mpeg input, AFAIK, at least that's what I read from x264 --help (I use mencoder, myself).
« Last Edit: February 24, 2011, 03:13:44 AM by curaga »
The only barriers that can stop you are the ones you create yourself.