[FFmpeg-trac] #9728(undetermined:new): speed not displayed when encoding 2 pass with no audio
FFmpeg
trac at avcodec.org
Wed Apr 13 21:53:39 EEST 2022
#9728: speed not displayed when encoding 2 pass with no audio
-------------------------------------+-------------------------------------
Reporter: xamarin | Owner: (none)
Type: defect | Status: new
Priority: normal | Component:
| undetermined
Version: unspecified | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by xamarin):
However disabling audio channel for output, there is no progress
indication on time or speed, only on frame:
{{{
% ffmpeg -i input.mp4 -an -c:v libvpx-vp9 -b:v 1000k -r 25 -pass 1 -f null
NUL && ffmpeg -i input.mp4 -an -c:v libvpx-vp9 -b:v 1000k -r 25 -pass 2
video.webm
...
frame= 1199 fps=132 q=0.0 size=N/A time=00:00:00.00 bitrate=N/A speed=
0x
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9728#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list