0
A good lossless workflow
Hi,
Is it a good way (the only one?) to work lossless?
ffmpeg -i 'input.avi' -vf fps=24000/1001 -compression_algo lzw C:\Users\m.rossi\Desktop\frames\frame%d.tiff
Or is better this?
ffmpeg -i input.avi -c:v libx264 -preset veryslow -qp 0 output.mkv
Thanks,
PS
maybe in the future it will be possible import MagicYUV file? :)
Like
Follow
7replies