If you encode a raspivid video with a codec in ffmpeg's -c:v
, the error Protocol not found appears.
The command is
ffmpeg test-y-i-c:vlibx264 test01.mp4
I'm doing it with this.The test is a video obtained by raspivid.
If you encode mp4 without using c:v
, you can make mp4 videos.
I don't know why c:v
causes Protocol not found.
I would like someone to tell me
Are the options in the wrong order?The input filename is immediately after -i
.
ffmpeg-itest-c:vlibx264test01.mp4
I don't know why I got the error Protocol not found...
How to use ffmpeg: tech.ckme.co.jp
© 2024 OneMinuteCode. All rights reserved.