[FFmpeg-trac] #9860(ffmpeg:new): yuvj420p spam
FFmpeg
trac at avcodec.org
Thu Aug 4 05:03:45 EEST 2022
#9860: yuvj420p spam
-------------------------------------+-------------------------------------
Reporter: Jacky | Type:
Koning | enhancement
Status: new | Priority: wish
Component: ffmpeg | Version:
| unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
My camera produces a yuvj420p format video and every time I open it with
ffmpeg it first spams 100 lines saying
{{{
[swscaler @ 00000229eeb9b540] [swscaler @ 00000229eebb0540] deprecated
pixel format used, make sure you did set range correctly
}}}
Yes I actually copy pasted it to see how much lines it was printing and
yes it is actually 100 lines.[[BR]]
As you might imagine this is disrupting for what I am trying to achieve,
sometimes I need to find the output of the previous command. There is also
no need to keep yelling it at me since I can not change what my camera
creates.[[BR]]
There are 3 ways to fix this IMO.[[BR]]
1. Allow 1 print and that is it.[[BR]]
2. Remove this message if it is from an input file. I can understand when
you use it as an output but with inputs there is nothing you can do about
it.[[BR]]
3. Change how your string printer works and make it ignore the small
differences in say 00000229f66e3000 and have it say previous message
repeated 99 times.[[BR]]
Thank you for your understanding and for the work that has gone into this
project.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9860>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list