Video Production Asked by Bakhanov A. on October 28, 2021
I want to make a video ‘wide’, so the width is increased and the height stays the same as of the input image. I use the following command: ffmpeg -i test.mp4 -vf scale="1000:200" output.mp4
. It just does not work. The most interesting thing that it works with png images but not with videos.
Example: video before:
I resolved this issue by setting the attached SAR (Sample/Storage Aspect Ratio):
ffmpeg -i test.mp4 -vf scale=1000:200,setsar=1 output.mp4
Answered by Pierre de LESPINAY on October 28, 2021
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP