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
Next revision
Previous revision
mission:resources:media:orion [2013/06/30 10:58] – [Power Supply Unit] chronomission:resources:media:orion [2013/06/30 20:41] (current) – [Future Enhancements & Challenges] chrono
Line 165: Line 165:
 The following script makes the task of converting and reordering the headers to allow http pseudostreaming pretty simple: The following script makes the task of converting and reordering the headers to allow http pseudostreaming pretty simple:
  
-<code bash>+<sxh bash>
 #!/bin/sh #!/bin/sh
  
Line 221: Line 221:
     rm $2.tmp      rm $2.tmp 
 fi fi
-</code>+</sxh>
  
 Usage: Usage:
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>