Skip to content

Commit 2e365b6

Browse files
simplify sample code fixes #110
Thanks @eggface-xyz
1 parent 4e44ec0 commit 2e365b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ $ wget -O bunny_1080p_60fps.mp4 http://distribution.bbb3d.renderfarming.net/vide
128128

129129
$ ffmpeg \
130130
-y \ # global options
131-
-c:a libfdk_aac -c:v libx264 \ # input options
131+
-c:a libfdk_aac \ # input options
132132
-i bunny_1080p_60fps.mp4 \ # input url
133133
-c:v libvpx-vp9 -c:a libvorbis \ # output options
134134
bunny_1080p_60fps_vp9.webm # output url

0 commit comments

Comments
 (0)