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 Apr 20, 2024
1 parent 47e3479 commit 9cc6bc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compile-ffmpeg.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ execSync(
"--enable-filter=asetpts",
"--enable-filter=aresample",
"--enable-filter=concat",
"--enable-filter=loudnorm",
"--enable-filter=colorspace",
"--enable-filter=tinterlace",
"--enable-filter=fieldorder",
Expand Down Expand Up @@ -257,6 +258,7 @@ execSync(
"--enable-encoder=libmp3lame",
"--enable-encoder=libopus",
"--enable-encoder=prores_ks",
"--enable-encoder=null",
"--disable-muxers",
"--enable-muxer=webm,opus,mp4,wav,mp3,mov,matroska,hevc,h264,gif,image2,image2pipe,adts,m4a,mpegts,null",
"--enable-libx264",
Expand Down

0 comments on commit 9cc6bc9

Please sign in to comment.