Skip to content

Instantly share code, notes, and snippets.

@sjkp
Last active December 4, 2016 04:25
Show Gist options
  • Save sjkp/def4e290dc6f29809c5f to your computer and use it in GitHub Desktop.
Save sjkp/def4e290dc6f29809c5f to your computer and use it in GitHub Desktop.
Nook HD+ compatible mp4 ffmpeg encode
ffmpeg -i "input.mp4" -vcodec libx264 -vprofile main -preset slow -b:v 400k -maxrate 400k -bufsize 800k -vf scale=854:trunc(ow/a/2)*2 -threads 0 -acodec libvo_aacenc -ab 128k "output.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment