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-05 14:34] – external edit 127.0.0.1 | mission:resources:media:orion [2013-06-30 20:41] (current) – [Future Enhancements & Challenges] chrono | ||
---|---|---|---|
Line 99: | Line 99: | ||
[{{: | [{{: | ||
- | <note important> | + | <WRAP round important> |
The GH2 checks the power input and determines if it's a battery or a power supply. If the supply voltage is not coming from a battery and is lower than 8.4V the GH2 will refuse to boot. | The GH2 checks the power input and determines if it's a battery or a power supply. If the supply voltage is not coming from a battery and is lower than 8.4V the GH2 will refuse to boot. | ||
- | </note> | + | </WRAP> |
=== Schematic === | === Schematic === | ||
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 | ||
</ | </ | ||