Skip to content

Instantly share code, notes, and snippets.

@recena
Created April 7, 2013 10:25
Show Gist options
  • Save recena/5329916 to your computer and use it in GitHub Desktop.
Save recena/5329916 to your computer and use it in GitHub Desktop.
#! /bin/bash
/usr/bin/time -v -o /root/performance-test/logs.txt --append \
ffmpeg -y -i /root/performance-test/big_buck_bunny_1080p_surround.avi -acodec libvorbis -ac 2 -ab 96k -ar 44100 -b 345k -s sqcif /root/performance-test/output.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment