
Originally Posted by
orionds
Anyone had the same problem?
I can't duplicate the slowness. I tried 32-bit Karmic and 64-bit Lucid (both virtual machines) on an Intel i7-860. Avidemux took 1:15 minutes in Karmic and Lucid took 1:32 with both using the same clip and both exporting to MPEG-4 AVC (x264)/Audio copy in MP4.
As for x264 itself. I opened two terminals and in one:
Code:
wget http://mirror05.x264.nl/Dark/x264clips/IronMan.mkv
sudo apt-get install mplayer
mkfifo video.y4m
mplayer input.foo -vo yuv4mpeg:file=video.y4m -nosound -ao null -noframedrop -ni
In the other terminal:
Code:
time x264 --threads auto --crf 26 video.y4m -o output.264
Karmic took 1:48 minutes and Lucid took 1:54 minutes to encode. I guess that the time difference is due to Karmic's x264 being older and the default settings between the two x264 versions probably vary.
Update: More numbers, but this time comparing today's x264 that I compiled. Karmic 2:19 minutes and Lucid 1:56 minutes.
Bookmarks