FFMPEG cropdetect and crop filters the inside scoop

Channel:
Subscribers:
8,300
Published on ● Video Link: https://www.youtube.com/watch?v=W7xmnkput7c



Duration: 11:53
2,829 views
16


Learn how to properly use ffmpeg and the new cropdetect filter as well as understanding the x and y coordinates. This tutorial should give you all the info you need to understand and get started with ffmpeg and the crop filter.

Code: Cropdetect
C:\FFMPEG64\bin\ffmpeg.exe -y -i %* -vf cropdetect -threads 0 nul.mp4

Code: Crop
C:\FFMPEG64\bin\ffmpeg.exe -y -vsync 1 -async 1 -i %* -vcodec libx264 -preset:v medium -tune film -profile:v high -level 4 -crf 18 -s 1280x720 -vf crop=1280:720:0:0 -threads 8 converted.mp4

Code: Scale
scale=1280:720

Licensed under Creative Commons: By Attribution 3.0
http://creativecommons.org/licenses/by/3.0/







Tags:
ffmpeg
crop
cropdetect
filters
effects
coordinates
lesson
learn