User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mission:resources:media:orion [2013/06/30 11:00] – [Compress & resize for web] chronomission:resources:media:orion [2013/06/30 20:41] (current) – [Future Enhancements & Challenges] chrono
Line 227: Line 227:
 <code bash> <code bash>
 x264_webconvert.sh infile.mov outfile.mp4 720 x264_webconvert.sh infile.mov outfile.mp4 720
 +</code>
 +
 +For Screencast recordings:
 +
 +<code bash>
 +RAW: ffmpeg -f x11grab -r 30 -s 1600x1200 -i :0.0 -vcodec rawvideo -pix_fmt uyvy422 -vtag 2vuy -threads 2 output.mov
 </code> </code>