public
Description: Official home of the RVideo project, a Ruby gem for video and audio transcoding.
Homepage:
Clone URL: git://github.com/zencoder/rvideo.git
jdl (author)
Tue Sep 09 21:27:31 -0700 2008
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)