Here is my command:
ffmpeg -i input.avi -vcodec libx264 -vpre fast -vpre high -acodec copy output.avi
The output:
Input #0, avi, from 'short.avi':
Metadata:
encoder : Lavf53.3.0
Duration: 00:00:25.04, start: 0.000000, bitrate: 12705 kb/s
Stream #0.0: Video: msmpeg4v2, yuv420p, 1920x1080, 24 tbr, 24 tbn, 24 tbc
Stream #0.1: Audio: aac, 48000 Hz, 5.1, s16, 316 kb/s
Metadata:
title : ED-CM-5.1-DVD-Final2
File for preset 'high' not found
However, I am able to successfully transcode files when setting the profile to baseline or main, from the man page of x264 it is clear that "high" should also be a valid argument. I also want to know where these preset files are located in the file system(I am running ubuntu 11.10) so that I can make sure what arguments I can actually use for presets and profiles at the moment. I am very frustrated by this issue and would really appreciate any input from you guys. Thanks in advance.