[FFmpeg-trac] #7345(ffmpeg:closed): Progress value out_time_ms is in microseconds (μs) NOT milliseconds (ms).

FFmpeg trac at avcodec.org
Wed Sep 14 15:14:21 EEST 2022


#7345: Progress value out_time_ms is in microseconds (μs) NOT milliseconds (ms).
----------------------------------------+----------------------------------
             Reporter:  Markus Kienast  |                    Owner:  (none)
                 Type:  defect          |                   Status:  closed
             Priority:  minor           |                Component:  ffmpeg
              Version:  git-master      |               Resolution:  fixed
             Keywords:                  |               Blocked By:
             Blocking:                  |  Reproduced by developer:  0
Analyzed by developer:  0               |
----------------------------------------+----------------------------------
Comment (by mahozad):

 The '''out_time_us''' and '''out_time_ms''' are exactly the same in the
 progress output.

 For example:
 out_time_us=6848000
 out_time_ms=6848000
 out_time=00:00:06.848000

 I'm using ffmpeg on Windows 11:


 {{{
 ./ffmpeg.exe -ss 5 -to 13 -i test.ts -progress
 "http://localhost:8000/progress" result.mp4
 }}}


 ffmpeg version 5.1-essentials_build-www.gyan.dev Copyright (c) 2000-2022
 the FFmpeg developers
   built with gcc 12.1.0 (Rev2, Built by MSYS2 project)
   configuration: --enable-gpl --enable-version3 --enable-static --disable-
 w32threads --disable-autodetect --enable-fontconfig --enable-iconv
 --enable-gnutls --enable-libxml2 --enable-gmp --enable-lzma --enable-zlib
 --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth
 --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-
 libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-
 libass --enable-libfreetype --enable-libfribidi --enable-libvidstab
 --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm
 --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-
 d3d11va --enable-dxva2 --enable-libmfx --enable-libgme --enable-libopenmpt
 --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora
 --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb
 --enable-libopus --enable-libspeex --enable-libvorbis --enable-
 librubberband
   libavutil      57. 28.100 / 57. 28.100
   libavcodec     59. 37.100 / 59. 37.100
   libavformat    59. 27.100 / 59. 27.100
   libavdevice    59.  7.100 / 59.  7.100
   libavfilter     8. 44.100 /  8. 44.100
   libswscale      6.  7.100 /  6.  7.100
   libswresample   4.  7.100 /  4.  7.100
   libpostproc    56.  6.100 / 56.  6.100
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/7345#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list