[FFmpeg-user] Trying to convert DVD based movie into images
桃源老師
xanadu6291 at dream.jp
Sat Mar 5 17:30:10 EET 2022
Hello ffmpeg-experts,
I am now trying to convert DVD based movie into images. The movie resolution is 720px x 480px.
But I know DVD's pixel is not square. So I thought the following command:
$ ffmpeg -i original.avi -an -q:v 1 -vf "trim=1200:1500,setpts=PTS-STARTPTS,scale=853x480:flags=bicubic" imgs/img%06d.png
But I'm aware that it is a bit upscaling. Is there any good approach to do?
// Miya
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4380 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20220306/eb387f23/attachment.bin>
More information about the ffmpeg-user
mailing list