less than 1 minute read

Overview

To Investigate

  • ffmpeg encode with “smi” subtitle file.

Tips

Compression

ffmpeg -i input.mp4 -vcodec libx265 -crf 28 output.mp4

Motion Detection

https://www.dvr-scan.com/

cropping

ffmpeg -i input.webm -vf "crop=width:height:x:y" -c:v libx264 -c:a aac output.mp4

framerate

ffmpeg -i input.webm -vf "crop=width:height:x:y,fps=24" -c:v libx264 -preset slow -crf 22 -c:a aac -b:a 128k output.mp4

Apps

Updated: