Skip to content

Instantly share code, notes, and snippets.

@Manouchehri
Last active January 13, 2022 23:43
Show Gist options
  • Save Manouchehri/6ef3bf2d97c341717820a4355773a465 to your computer and use it in GitHub Desktop.
Save Manouchehri/6ef3bf2d97c341717820a4355773a465 to your computer and use it in GitHub Desktop.
ffmpeg -i DJI_0950.MOV \
-copy_unknown \
-map 0 \
-c copy \
-c:v prores_ks \
-quant_mat 0 \
-s 960x540 \
-profile:v 0 \
-vendor apl0 \
-bits_per_mb 0 \
-mbs_per_slice 8 \
-qscale:v 31 \
-map_metadata 0 \
-movflags +faststart \
-movflags use_metadata_tags \
DJI_0950.proxy.4.mov
@Manouchehri
Copy link
Author

Manouchehri commented Jan 13, 2022

ffmpeg -nostdin -i {} -vf scale=-1:540 -c:a copy -c:v prores_ks -quant_mat 0 -profile:v 0 -vendor apl0 -bits_per_mb 0 -mbs_per_slice 8 -qscale:v 31 -map_metadata 0 -movflags +faststart -movflags use_metadata_tags {.}.proxy.MOV

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment