Any ideas about a good 1080p to 720p converter that is able to convert a video of 90 minutes in less than several hours? (maybe like in 2, 3 or 4 hours ;-)
The compression of a file is H.264/MPEG-4 AVC.
| |||
|
feedback
|
|
If you want to stay with H.264, you'll probably want to go with x264 as encoder. It's built into many applications, but most prominently FFmpeg with the "libx264" codec, or Handbrake. x264 has a reputation of being fast and efficient. The speed can be tuned by presets that are called, for example, "fast". They range from "ultrafast" to "veryslow". You can check x264's help by calling Here are the flags for "ultrafast". They disable some advanced encoding functions that require processing time. Encoding in "ultrafast" mode will not be as efficient in terms of bits used, and with a fixed bit rate, you'll lose some quality. But generally, it shouldn't matter as much.
HandbrakeYou can for example enter them in Handbrake's option string when looking under "Advanced":
Just copy this string, found here:
Don't forget to rescale by going to the Picture Settings. FFmpegOr, use them in FFmpeg by simply calling the right preset:
| |||||||||||
feedback
|
|
I use Handbrake for all my conversions. But I can't tell how fast will it be for you. | |||
feedback
|
