palopezv / sinthgunt

Automatically exported from code.google.com/p/sinthgunt
GNU General Public License v3.0
0 stars 1 forks source link

Progress bar doesn't show progress #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Convert a file with Sinthgunt
2. The progress bar stays at the beginning until end of conversion.

Sinthgunt 1.1.0 on Debian Testing/Unstable

Attached screenshot showing file manager with file sizes for Venture Bros
S0306, you can see that it is at about 80MB in size, which means it's about
half way through the conversion. The progress bar is still at '0 of 0
frames converted'.

Doesn't hurt the operation of the program, though, it finishes normally and
properly.

Original issue reported on code.google.com by tbrucemi...@gtempaccount.com on 7 Jun 2009 at 2:39

Attachments:

GoogleCodeExporter commented 9 years ago
From the screenshot you posted, it appears that Sinthgunt is unable to detect 
the 
total number of frames, the number of frames converted so far and the 
audio/video
bitrates.

* Does this happen for all video files?
* Could you post the output from "ffmpeg -i filename" for the file in question?

Original comment by kare1234 on 9 Jun 2009 at 7:26

GoogleCodeExporter commented 9 years ago
Sorry, busy week :-)

This is the video that I tried in the screenshot:

Seems stream 0 codec frame rate differs from container frame rate: 47.95 
(48096/1003)
-> 24.00 (24/1)
Input #0, matroska, from 'The.Venture.Bros.S03E06.x264.mkv':
  Duration: 00:22:46.36, start: 0.000000, bitrate: N/A
    Stream #0.0: Video: h264, yuv420p, 768x432, PAR 1:1 DAR 16:9, 24 tbr, 1k tbn,
47.95 tbc
    Stream #0.1: Audio: ac3, 48000 Hz, 5.1, s16

I'm trying a different video right now and the progress bar is still not 
moving. This
time the video I'm trying is like so:

[NULL @ 0x9e72a30]Invalid and inefficient vfw-avi packed B frames detected

Seems stream 0 codec frame rate differs from container frame rate: 23.98 
(65535/2733)
-> 23.98 (2997/125)
Input #0, avi, from 'S02E18 - E. Peterbus Enum.avi':
  Duration: 00:22:33.48, start: 0.000000, bitrate: 419 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 640x480 [PAR 1:1 DAR 4:3], 23.98 tbr, 23.98
tbn, 23.98 tbc
    Stream #0.1: Audio: mp3, 24000 Hz, stereo, s16, 48 kb/s

and here is another I just tried, again, no progress bar:

Input #0, avi, from 'Nurse.Jackie.S01E01.PREAIR.REPACK.HDTV.XviD-aAF.avi':
  Duration: 00:28:28.95, start: 0.000000, bitrate: 1144 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 624x352 [PAR 1:1 DAR 39:22], 23.98 tbr, 23.98
tbn, 23.98 tbc
    Stream #0.1: Audio: mp3, 48000 Hz, stereo, s16, 112 kb/s

Original comment by tbrucemi...@gtempaccount.com on 11 Jun 2009 at 8:10

GoogleCodeExporter commented 9 years ago
No problem:)

Could you try converting one of the files in questions using Sinthgunt version 
1.0.1?
- The deb package should be ready for download on the front page. 

Then, please upload the log file, .sinthgunt.log, located in your home dir.

Original comment by kare1234 on 14 Jun 2009 at 8:30

GoogleCodeExporter commented 9 years ago
Log file attached :)

This was for one of the .mkv files, a Venture Bros episode (btw, if you have 
never
seen this show...it's really funny).

Just for kicks, I tailed the logfile while the conversion was proceeding and it 
did
show 'N frames completed', so it does appear to be seeing the 'progress' in the
background at least.

Thanks!

Original comment by tbrucemi...@gtempaccount.com on 14 Jun 2009 at 9:49

Attachments:

GoogleCodeExporter commented 9 years ago
It seems as if the error is due to the fact that ffmpeg, and therefore 
Sinthgunt, can
not detect the bitrate, and thereby the total number of frames in the file:

Input #0, matroska, from '/home/joehill/...':
Duration: 00:22:40.02, start: 0.000000, bitrate: N/A

Since Sinthgunt uses this information when updating the statusbar, this will 
not work
in the present case. A fix of the statusbar will be included in the next version
(probably 1.0.4)

Original comment by kare1234 on 27 Jun 2009 at 9:00

GoogleCodeExporter commented 9 years ago
Version 1.0.4 has been released. The number of frames converted is now shown in 
the
statusbar even though the total number of frames is not detected correctly by 
ffmpeg.

Original comment by kare1234 on 15 Jul 2009 at 2:12