[FFmpeg-trac] #7840(ffmpeg:new): bgr24 rawvideo => Output Flipped Vertically

FFmpeg trac at avcodec.org
Mon Apr 15 06:22:42 EEST 2019


#7840: bgr24 rawvideo => Output Flipped Vertically
-------------------------------------+-------------------------------------
             Reporter:  miguelapg    |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  ffmpeg       |                  Version:  git-
             Keywords:  vertical     |  master
  flip avi rgb rawvideo bgr24        |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug: To have an uncompressed raw video output using the AVI
 RGB format, it's necessary to use the AviSynth command: "FlipVertical()"
 or ffmpeg: "-filter:v vflip" to fix the resulting video later, as a
 flipped vertically output is gotten.
 How to reproduce:
 {{{
 ffmpeg -i input -pix_fmt bgr24 -vcodec rawvideo output.avi
 ffmpeg version: latest
 built on: any build
 }}}
 Patches should be submitted to the ffmpeg-devel mailing list and not this
 bug tracker.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7840>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list