#11149: "drawtext" filter produces trembling text?
-------------------------------------+-------------------------------------
Reporter: idest | Owner: (none)
Type: defect | Status: closed
Priority: normal | Component:
| undetermined
Version: git-master | Resolution: invalid
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by idest):
> indicated "yuv422p" preference..?
I think it does, the output of "ffmpeg -h encoder=huffyuv" includes this
line:
{{{
Supported pixel formats: yuv422p rgb24 bgra
}}}
> Try non-subsampled format, e.g. "rgb24"?
I tried these two commands:
{{{
ffmpeg.exe -i trembling_text_input.mp4 -/filter:v filter.txt -pix_fmt
rgb24 trembling_text_output.mp4"
}}}
{{{
ffmpeg.exe -i trembling_text_input.mp4 -/filter:v filter.txt -c:v huffyuv
-pix_fmt rgb24 trembling_text_output.avi
}}}
, and both of them produce trembling text.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11149#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".