ffmpeg says that "'.mkv' is not a suitable output format"
--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Music Box Puzzles
--
Chapters
00:00 Ffmpeg Says That &Quot;'.Mkv' Is Not A Suitable Output Format&Quot;
00:59 Accepted Answer Score 25
01:22 Thank you
--
Full question
https://superuser.com/questions/846497/f...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#ffmpeg #videoencoding
#avk47
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Music Box Puzzles
--
Chapters
00:00 Ffmpeg Says That &Quot;'.Mkv' Is Not A Suitable Output Format&Quot;
00:59 Accepted Answer Score 25
01:22 Thank you
--
Full question
https://superuser.com/questions/846497/f...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#ffmpeg #videoencoding
#avk47
ACCEPTED ANSWER
Score 25
-f .mkv
should be -f matroska
.
See ffmpeg -formats
(or ffmpeg -muxers
for muxers only) for a list of supported names.
ffmpeg
can automatically determine the appropriate format from the output file name, so most users can omit the -f
option. Outputting to /dev/null
or NUL
is an exception.