|
Bug Reports And Codecs Report BS.Player bugs here - help us to improve BS.Player even further. |
| LinkBack | Thread Tools | Search this Thread | Display Modes |
| |||
Progress bar incorrect while playin m2v files I have a problem with the progress (or search) bar, while I'm playing m2v-files. I'm not sure if this is a bsplayer related problem or is there something wrong with some codec. I can't jump to a different part of a video, because the progress bar is always maxed out. Meaning it always has a value of 100000000% or more. When I try to "slide" the bar back and forward, the value gets even more bigger. What could be causing this? Thanks! |
| |||
I think your problem's reason is that M2V is not an indexed format, so it don't have padding stream/timestamps/PTS, but video is encoded in VariableBitRate format, and in this case, player can't seek correctly in the file. Solution: Get TMPGenc, go to MPEG Tools|Multiplex, select MPEG-2 Program (VBR), add your file, set the output, and set its extension to M2P, then run. It makes an M2P file, which is indexed/have padding stream. File is not reencoded, just became indexed, and not too much size increse. If you open this file with BSP, you can seek correctly in this. (and total length is also correct) And you need a correct MPEG-2 demultiplexer, i suggest you the Elecard MPEG-2 Demultiplexer, but set it PTS. Anyway, BSPlayer have a bug, if you want to seek with Elecard MPEG-2 Demultiplexer in PTS mode, it seeks to 0 always :) and this problem not exists in graphedit or other player, so its a BSPlayer bug. :)
__________________ ...Fenyo |
Tags |
bar, incorrect, m2v, playin, progress |
| |