test2#.iff 形式のファイル シーケンスがあり、このシーケンスをビデオに変換したいので、次のコマンドを試しました。
ffmpeg -f IFF -r 25 -start_number 75 -i "test2%d.iff" -vcodec libx264 test2.mp4
Error: test2%d.iff: No such file or directory
ffmpeg -f image2 -r 25 -start_number 75 -i "test2%d.iff" -vcodec libx264 test2.mp4
Error: [image2 @ 00000000002ee220] Could not find codec parameters for stream 0 (Video: none): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options test2%d.iff: could not find codec parameters
さまざまなコーデックも試しましたが、同じエラーが発生します。何が問題なのかを教えてください。