タグ

howtoとprogrammingに関するfnobuのブックマーク (3)

  • Simple Mencoder Shell GUI でFLV4へ変換

    動画ファイルをDVD(MPEG-2/AC3)、QuickTime(MOV)、AVI(DivX) などに変換することが出 来、Mencoderのスクリプトを追加したり編集して出力をカスタマイズする事が可能だ。 又、Flash VideoのなかでもFLV4(On2VP6_MP3.flv)に変換する事が可能で、フリーのソフト の中では貴重な存在だ。 そこで今回、シネスコサイズのMPEG2_MP2.mpg(640x272)を素材として、FLV4に変換して 画質の良し悪しとWeb配信用途に利用可能か試用してみた。

  • WiiLi.org Wii Linux - Wiimote

    The Wiimote sends reports to the host with a maximum frequency of 100 reports per second. The Wiimote does not require any of the authentication or encryption features of the Bluetooth standard. In order to interface with it, one must first put the controller into discoverable mode by either pressing the 1 and 2 buttons at the same time, or by pressing the red sync button under the battery cover.

  • LoveRubyNet Wiki: RubyExtensionProgrammingGuide

    2008-01-09 15:51:08 +0900 (275d); rev 19 これは草稿です。 いずれ正式なところに移す予定。 対象とする読者 稿は以下のような読者を対象にしています。 Ruby の拡張ライブラリを書いたことがない C プログラミングがそれなりにできる Ruby プログラミングがそれなりにできる 2 に関して。 「ポインタって何?」レベルの人は不可です。 構造体とポインタをちゃんと使ってプログラミングのできる人を対象とします。 3 に関して。 以下のプログラムの結果がどうなるか、 考えるだけでわかるようにしておいてください。 class C p self # 何が表示される? def C.m puts '1' p self end def m puts '2' p self end end C.m # 何が表示される? C.new.m # 何が表示される? このマニュ

  • 1