Skip to content

Commit

Permalink
Update compile-ffmpeg.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed May 7, 2024
1 parent 9cc6bc9 commit 6e1bb28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compile-ffmpeg.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,10 @@ execSync(
"--enable-encoder=libmp3lame",
"--enable-encoder=libopus",
"--enable-encoder=prores_ks",
"--enable-encoder=rawvideo",
"--enable-encoder=null",
"--disable-muxers",
"--enable-muxer=webm,opus,mp4,wav,mp3,mov,matroska,hevc,h264,gif,image2,image2pipe,adts,m4a,mpegts,null",
"--enable-muxer=webm,opus,mp4,wav,mp3,mov,matroska,hevc,h264,gif,image2,image2pipe,adts,m4a,mpegts,null,avi",
"--enable-libx264",
"--enable-libx265",
"--enable-libmp3lame",
Expand Down

0 comments on commit 6e1bb28

Please sign in to comment.