[FFmpeg-trac] #10256(ffmpeg:new): ffmpeg incorrectly classifies .yuv input format as "gsm"

FFmpeg trac at avcodec.org
Tue Mar 14 19:09:09 EET 2023


#10256: ffmpeg incorrectly classifies .yuv input format as "gsm"
-------------------------------------+-------------------------------------
             Reporter:  Martin       |                    Owner:  (none)
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  ffmpeg
              Version:  unspecified  |               Resolution:
             Keywords:  gsm          |               Blocked By:
  rawvideo yuv .yuv                  |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by Martin):

 > Does not it warn that option -pix_fmt is deprecated then?

 There are 0 deprecation warnings in my entire log.

 >'Can't be yuv420p...'

 The "p" n yuv420p simply refers to the ordering of pixel values
 p = planar = [Y_1...Y_N][U_1....U_N/4][V_1....V_N/4]

 The pixel values are stored contiguously in the .yuv file with no
 delimiters.
 It is up to ffmpeg to separate these planes if necessary, given the
 correct arguments.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10256#comment:6>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list