You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@omricarmi here is the command i finally used :
ffmpeg - video_size 854x480 -r 30 -pixel_format yuv420p -i basketball_big_854x480_30.yuv -filter:v "crop=852:480:0:0" basketball_long_cropped_852x480_30.yuv
use ffmpeg to create script that crop yuv encoder input to width and height that are complete division of the base size unit, example : 4x4.
The text was updated successfully, but these errors were encountered: