SVX日記

2004|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|09|10|11|12|
2012|01|02|03|04|05|06|07|08|09|10|11|12|
2013|01|02|03|04|05|06|07|08|09|10|11|12|
2014|01|02|03|04|05|06|07|08|09|10|11|12|
2015|01|02|03|04|05|06|07|08|09|10|11|12|
2016|01|02|03|04|05|06|07|08|09|10|11|12|
2017|01|02|03|04|05|06|07|08|09|10|11|12|
2018|01|02|03|04|05|06|07|08|09|10|11|12|
2019|01|02|03|04|05|06|07|08|09|10|11|12|
2020|01|02|03|04|05|06|07|08|09|10|11|12|
2021|01|02|03|04|05|06|07|08|09|10|11|12|
2022|01|02|03|04|05|06|07|08|09|10|11|12|
2023|01|02|03|04|05|06|07|08|09|10|11|12|
2024|01|02|03|04|

2011-03-02(Wed) ソウルをルビーで語る

  今日は、ソウルをジェムで……じゃなくて、今のオイラのソウルをルビーで語ってみよう。

$ vi ma3.rb
 
#!/usr/bin/ruby
 
ep = 8
 
system('/usr/bin/wget -O ch260.html http://ch.nicovideo.jp/channel/ch260')
 
movie_url = nil
open('ch260.html') {|fh|
	fh.each {|l|
		l =~ /href="([^"]+)"/ and movie_url = $1
		l =~ /第#{ep}話/ and break
	}
}
movie_url or raise('failed to get movie_url')
 
system("./nicovideo-dl -u mail@example.com -p password #{movie_url}")
 
movie_url =~ /(\d+)$/ and movie_file = $1 + '.mp4'
movie_file or raise('failed to get movie_file')
 
system("/usr/bin/ffmpeg -i %s -vcodec mpeg4 -s 320x240 -r 29.97 -b 600k -acodec libfaac -ac 2 -ar 44100 -ab 64k magicaPsp%02d.mp4" % [movie_file, ep])
 
$ crontab -e
 
0 5 * * 4 cd /home/mediasrv/magica; ./ma3.rb

  名古屋の放送は1週間遅れ。今、オイラの怖いモノは、ネタバレと映画化と1ヶ月以内の死亡(←オレの)。

  画像の説明