[FFmpeg-trac] #11166(ffmpeg:new): mestimate not producing metadata
FFmpeg
trac at avcodec.org
Mon Sep 2 14:38:16 EEST 2024
#11166: mestimate not producing metadata
-------------------------------------+-------------------------------------
Reporter: Alan Piszcz | Type: defect
Status: new | Priority: normal
Component: ffmpeg | Version:
Keywords: | unspecified
mestimate,metadata | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
I am unable to produced the mestimate value in the examples below.
The output file test.txt is 0 bytes.
The same test with 'signalstats' in place of 'mestimate' produces the
output in the documentation.
ffmpeg -f lavfi -i testsrc=duration=10:size=1280x720:rate=30 test.mp4
ffmpeg -y -i test.mp4 -filter_complex
"mestimate,metadata=printfile=test.txt" test_out.mp4
ffmpeg -y -i test.mp4 -filter_complex
"mestimate,metadata=print:key=lavfi.mestimate:file=test.txt" test_out.mp4
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11166>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list