1. 19 May, 2011 9 commits
  2. 18 May, 2011 17 commits
  3. 17 May, 2011 13 commits
  4. 16 May, 2011 1 commit
    • Baptiste Coudurier's avatar
      ffmpeg: fix -aspect cli option · 901ff511
      Baptiste Coudurier authored
      Redesign the way -aspect option is handled. This is done by making
      ffmpeg read the sample aspect ratio set in the corresponding input
      stream by default, and overriding it using the value specified by
      -aspect.
      
      If the output display aspect ratio is specified with -aspect, it is
      set at the end of the filterchain, thus overriding the value set by
      filters in the filterchain.
      
      This implementation is more robust, since does not modify the
      filterchain description (which was creating potential syntax errors).
      
      (Cherry-pick abf8342a)
      
      Another aspect ratio fix try. This leaves the setdar addition at the end
      (preferred by people).
      
      (Cherry-pick e7c7b0d0)
      901ff511