Menu

#112 Status doesn't update correctly

1.0
open
Abel
2024-04-08
2024-04-01
Peppins
No

The 3.0.5 version (portable x64), compared to my previous version (2.8) doesn't update the status (percentage) correctly, the total time (green bar below) but also the single video seems to stop for some time.

Another problem with status update, is that if i'm enconding with multi-file function, but i remove one video in the middle, when another video is completed it will say "file removed" and not 100%.

In the meantine i'm writing this ticket, i'm converting a video and for 7 or more minutes that the percentage was fixed to 30% and now instantly got to 92% and stuck again...

ps. ffmpeg 6.1.1

Discussion

  • Abel

    Abel - 2024-04-03

    Hi, does it happen with specific files? Can you post the session log file contents?
    Sometimes this is caused by a flooding of warning/error messages that slows processing down.

     
  • Peppins

    Peppins - 2024-04-03

    Hi, this happen to all video that i convert. I use cuda and with 2.8 version and with ffmpeg 5.1 i don't have this issue). Btw files will be converted without problem with 3.0.5 and ffmpeg 6.1.1, it's just visual % issue..

    ps. how i can get the session log? If you don't mean ffmpeg report log.

     
  • Abel

    Abel - 2024-04-04

    Just use the Display log button. It saves the ffmpeg terminal output.
    You can also enable in settings "more vebose logs" for further information on next encoding session.

    On the other hand you could also try another ffmpeg version at gyan.dev, like git master full builds.

     
  • Peppins

    Peppins - 2024-04-04

    Here are some log files. First one was the previous one with 3 conversion together, second one was with one of the previous video already converted (so converted again) and i've noticed status update only around every 4 minutes lol, check fps avg fps conversion (not true).

    I did also another test with same video but without pgs subs, and without them it work correctly -.-

    edit. i'm already using ffmpeg 6.1.1 full with hash 91E971EAA663D4543D8CF0FB9F79FB1D

     

    Last edit: Peppins 2024-04-04
  • Peppins

    Peppins - 2024-04-08

    The 3.0.5 have also some problems with this version of ffmpeg, expecially the 7. The 2.8 work perfectly fine with a profile to downscale, the 3.0.5 stuck with same settings and same video.

     

    Last edit: Peppins 2024-04-08
  • Abel

    Abel - 2024-04-08

    As you can see for example in log2.log, until:

    frame=48907 fps=183 q=17.0 size= 3583744KiB time=N/A bitrate=N/A speed=N/A
    ffmpeg can't obtain bitrate and encoding speed. Without those parameters, progress info is not available.
    From this frame on:
    frame=49002 fps=183 q=18.0 size= 3601920KiB time=00:34:03.66 bitrate=14438.2kbits/s speed=7.64x

    This is something related tothose specific files, the reason ffmpeg takes so long to start providing that info is unknown to me.

     
  • Peppins

    Peppins - 2024-04-08

    It happen with all files and not with 2.8 version, strange right? In any case with commands "-hide_banner and -loglevel warning", the status is always 0.

     

Log in to post a comment.