Skip to content

Instantly share code, notes, and snippets.

@malte-j
Created June 16, 2022 15:36
Show Gist options
  • Save malte-j/83679837236d3ace84300a229eedee54 to your computer and use it in GitHub Desktop.
Save malte-j/83679837236d3ace84300a229eedee54 to your computer and use it in GitHub Desktop.

Revisions

  1. malte-j revised this gist Jun 16, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion movToMp4.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    ffmpeg -i glassbox_v1.mov -vf yadif -codec:v libx264 -crf 1 -bf 2 -flags +cgop -pix_fmt yuv420p -codec:a aac -strict -2 -b:a 384k -r:a 48000 -movflags faststart output.mp4
    ffmpeg -i input.mov -vf yadif -codec:v libx264 -crf 1 -bf 2 -flags +cgop -pix_fmt yuv420p -codec:a aac -strict -2 -b:a 384k -r:a 48000 -movflags faststart output.mp4
  2. malte-j created this gist Jun 16, 2022.
    1 change: 1 addition & 0 deletions movToMp4.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ffmpeg -i glassbox_v1.mov -vf yadif -codec:v libx264 -crf 1 -bf 2 -flags +cgop -pix_fmt yuv420p -codec:a aac -strict -2 -b:a 384k -r:a 48000 -movflags faststart output.mp4