mirror of
https://github.com/leandromoreira/digital_video_introduction.git
synced 2026-01-10 06:57:57 -05:00
fixes vp9 to use webm
This commit is contained in:
@@ -44,7 +44,7 @@ From `mp4` to `ts` explicitly telling to copy audio and video codec:
|
||||
From `h264` to `vp9`:
|
||||
|
||||
```
|
||||
./s/ffmpeg.sh -i /files/v/small_bunny_1080p_30fps.mp4 -c:v libvpx-vp9 -c:a libvorbis /files/v/small_bunny_1080p_30fps_vp9.mp4
|
||||
./s/ffmpeg.sh -i /files/v/small_bunny_1080p_30fps.mp4 -c:v libvpx-vp9 -c:a libvorbis /files/v/small_bunny_1080p_30fps_vp9.webm
|
||||
```
|
||||
|
||||
From `h264` to `h265`:
|
||||
|
||||
Reference in New Issue
Block a user