VP9 encoding using FFmpeg
I want to ask if ffmpeg supports VP9 encoding, and if not: how can I encode VP9 videos? I try using the command:
./ffmpeg-vp9 -y -i /home/mc/test.mkv -t 00:00:30 -c:v libvpx-vp9 -strict -2 -quality good -b:v 600k -speed 16 -rc_lookahead 25 -pass 1 2.webm
but it shows an error in splitting the command appeared (for vp9).
I want to ask if ffmpeg supports VP9 encoding, and if not: how can I encode VP9 videos? I try using the command:
./ffmpeg-vp9 -y -i /home/mc/test.mkv -t 00:00:30 -c:v libvpx-vp9 -strict -2 -quality good -b:v 600k -speed 16 -rc_lookahead 25 -pass 1 2.webm
but it shows an error in splitting the command appeared (for vp9).
No comments:
Post a Comment