Hi, Tom Sparks a écrit : > how do I encode a video file to mp4 (h264) with x264 > via ffmpeg? > > Make sure you compile ffmpeg with --enable-libx264. While running ffmpeg, before the name of the ouput file, specify the video codec you want: -vcodec libx264