Skip to content

Instantly share code, notes, and snippets.

@lucidbeaming
Created October 4, 2020 09:35
Show Gist options
  • Select an option

  • Save lucidbeaming/405cd6de545214d976edcf5b3f2708be to your computer and use it in GitHub Desktop.

Select an option

Save lucidbeaming/405cd6de545214d976edcf5b3f2708be to your computer and use it in GitHub Desktop.

Revisions

  1. lucidbeaming created this gist Oct 4, 2020.
    3 changes: 3 additions & 0 deletions jitter-video.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    ffmpeg -i inputfile.mov -vf "frei0r=nervous" -c:a aac -b:a 192k -c:v libx264 -crf 20 -pix_fmt yuv420p -preset ultrafast outputfile.mov
    ffmpeg -i inputfile.mov -vf "random=frames=5" -c:a aac -b:a 192k -c:v libx264 -crf 20 -pix_fmt yuv420p -preset ultrafast outputfile.mov
    ffmpeg -i inputfile.mov -vf "shuffleframes=9 2 1 3 4 4 6 7 5 0 8" -c:a aac -b:a 192k -c:v libx264 -crf 20 -pix_fmt yuv420p -preset ultrafast outputfile.mov