Am Mi., 15. Apr. 2020 um 20:14 Uhr schrieb cowlol <[email protected]>:
> ./ffmpeg -noautorotate -i input1.mp4 -movflags +faststart > -vcodec h264 -crf 18 -preset:v veryfast output.mp4 If you want a smaller filesize you have to change the crf value. If you chose a slower preset, you get either better quality (and can use a bigger crf) or smaller file size but the connection is not always obvious. Carl Eugen PS: Not everybody wants noautorotate... _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
