This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
mission:resources:media:orion [2013-06-30 10:58] – [Power Supply Unit] chrono | mission: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 | ||
+ | </ | ||
+ | |||
+ | 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 | ||
</ | </ | ||