Skip to content
  • Johnny Klonaris's avatar
    Allows sub-second frame rates in vp9 · 76108b42
    Johnny Klonaris authored
    This is the identical change submitted for vp8 here:
    https://chromium-review.googlesource.com/#/c/274107/
    
    Tested this change on Mac OSX (10.10) and Linux
    (Linux Mint 17 / Ubuntu 14.04) and in both cases:
    
    - downloaded and compiled latest source for libvpx and ffmpeg
    - confirmed ffmpeg would build sub-second frame rate webm files
      via the previous patch
    - confirmed ffmpeg would *not* build fps < 1 for vp9
    - made this change, recompiled libvpn and ffmpeg
    - confirmed ffmpeg would now create the same webm with
      fps < 1
    - confirmed the resulting file would play and was vp9 (e.g.
      would not play in Firefox (Linux version complained it was
      VP9 but mostly could play it) or older vlc, etc., but does
      play just fine in Google Chrome and a newer version of vlc.
    
    Sorry I didn't catch this last time - but this seems a solid
    change and it's handy to be able to create frame rates
    less than one second.
    
    -jk
    
    Change-Id: I38fa32148de8c4c359f228cf08b9a4b83b5a52fb
    76108b42