fifonik

Results 173 comments of fifonik

> I see that bitrate viewer manages to show the graph during decoding and guestimate the endtime. Isnt it using ffmpeg ? Wonder how it does it. Displaying something in...

> Update: did a copy file from to same location, got 850MB/s, so its not IO bound.. gota be the app/cpu, lack of threading in ffprobe.. I saw 1.2+ GB/s...

> Is ffprobe multithreaded by default? I dunno. But I'm supplying `-threads x` where x is number of logical CPUs - 1 (should be 39 in your case -- check...

I tried -threads 1 and -threads 15 on my system and difference was huge. It is possible that ffprobe trying to use some resources that not available in ur VM...

> Please add gop based plot view Implemented in just released 0.9.0b

> Would be great with some progressbar or % done if its possible In the 0.9.0b I've added in progress bar timestamp of the frame that is processing. It is...

In 0.9.1b the progress bar's green filling shows real procentage.

Anything in log? Have you tried to fun with -log-level=debug option?

A few things related to loggin are improved in just released version 0.9.0b. Please check if your issue was fixed.

Closing the issue as no any further feedback. I hope the issue was fixed in 0.9.0b