This command:
> ffmpeg -i p.mp4 -t 1 -vf cropdetect -f null - 2>&1 | awk '/crop/ { print
$NF }' | tail -1
gives:
crop=880:528:200:96
which I think confirms what you are saying: that the pillarboxing is the
result of cropped content and not something introduced by the metadata.
I will experiment with OpenShot. I'm guessing now that the scale function in
this editor can control the amount of cropping without changing the overall
resolution of the video, although why it crops in the first place is
something I still don't understand.
Many thanks for your help
--
Sent from: http://www.ffmpeg-archive.org/
_______________________________________________
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".