greatseth / rvideo forked from zencoder/rvideo

RVideo, a Ruby gem for video and audio transcoding. Others are doing more work. I am pondering a full rewrite in a new project..

This URL has Read+Write access

greatseth (author)
Mon Apr 13 14:18:29 -0700 2009
commit  edc97bac589f31ed4502b0ff9852df242b7543f2
tree    cf27e83f3e8ca6c0a7b7e5da41be49b20b1db1b2
parent  7ef699e0d58cae99c2e8f4c1519574d24f911c85
rvideo / RULES
100644 11 lines (6 sloc) 0.389 kb
1
2
3
4
5
6
7
8
9
10
11
Collection of transcoding edge cases and rules
------------------------
 
* mpeg4 output errors out if frame rate is not supplied
  
  [mpeg4 @ 0x149e810]timebase not supported by mpeg 4 standard
  Error while opening codec for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height
  
  Solution: provide a frame rate with -r (any frame rate will do)