Changes between Version 3 and Version 4 of jazz/09-09-01
- Timestamp:
- Sep 1, 2009, 8:09:48 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/09-09-01
v3 v4 9 9 * [備忘] 用 ffmpeg 轉換 JPG 成 FLV 10 10 * [http://stackoverflow.com/questions/751003/converting-stream-of-jpg-files-to-flv-stream Converting stream of jpg files to FLV stream] 11 * [http://www.ffmpeg.org/faq.html#SEC14 FFmpeg FAQ 文件] 11 12 {{{ 12 13 ffmpeg -f image2 -r 1 -i frame%04d.jpg -s 320x240 -y -an -r 24 out.flv