I downloaded the latest x264 windows binaries from videolan and tried to use them to create .mp4 files, but I receive an error message along the lines "not compiled with mp4 output support".
The commandline:
Code: Select all
"x264-x64.exe" --thread-input --frames "148541" --profile high --level 4.1 --preset slow --interlaced --tff --no-cabac --crf 18 --sar 16:11 --colormatrix bt470bg -o "Y:\HDTV\tv-movie-temp.MP4" "Y:\HDTV\tv-movie.mpg"
After the encode, I use ffmpeg to encode the audio and then mux video/audio with MP4Box.
Suggestions/links welcomed.