Skip to content

Commit

Permalink
ffmpeg: add svq1 and scale filter for more quicktime support
Browse files Browse the repository at this point in the history
  • Loading branch information
ato committed May 3, 2024
1 parent 35d9159 commit 115b7d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions delivery/build-ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ cd ffmpeg
--disable-ffprobe \
--disable-ffplay \
--disable-doc \
--enable-decoder='aac*,ac3*,flv,h264,mp3,opus,vorbis,qcelp,atrac*,rv*' \
--enable-decoder='aac*,ac3*,flv,h264,mp3,opus,vorbis,qcelp,atrac*,rv*,svq*' \
--enable-demuxer=mov,m4v,matroska,flv,rm \
--enable-muxer=webm \
--enable-encoder=libvpx_vp8,libopus \
--enable-filter=aresample \
--enable-filter=aresample,scale \
--enable-protocol=pipe \
--enable-libvpx \
--enable-libopus
Expand Down

0 comments on commit 115b7d2

Please sign in to comment.