Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PAL DV をインポートしました。これを試すと
ffmpeg -i my_video.dv output.mp4
インターレースの問題が発生します..だから、どうにかして入力のインターレースを解除する必要があります...
これでうまくいきました!
ffmpeg -i my_video.dv -vf yadif output.mp4