| | #12 (permalink) |
| Portal Member Join Date: Feb 2006 Location: Salt Lake City, UT Age: 28
Posts: 393
Thanks: 12
Thanked 1 Time in 1 Post
Country: | Ok I made some progress on this - I get the chipmunk effect still but the program does not lock up anymore. Tried latest ForceWare drivers, and they did not like PureVideo - everything showed up in a red haze... Reverted to an older, different version of the driver pack (93.71) and now the video shows up fine, fast forwards fine without crashing, but I still get the chipmunk sound. Going to test some more now that I see some similarities in our setups. Update: Using ffdshow to handle the audio results in chipmunk+lockup on ff. I think the chipmunk sound may have to do with a change in the code that inadvertently affected the way PureVideo decodes... I could test further using other video decoders but I think I'll live with the chipmunk sound now that it does not lock up the program. All that needs to be added to the code is to tell the player to mute while fast forwarding / rewinding. Last edited by Noelix; 2008-09-23 at 04:36.. |
| | |
| | #14 (permalink) |
| Portal User Join Date: Oct 2006 Age: 30
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
| Yeah, it's been over six months and two supposed "release candidates" later, and this problem doesn't even show up in the official bug lists. I used to advocate MP to everybody I came across, but now it seems people are more concerned with adding piddly crap and new flashy skins than actually fixing bugs. Looks like it's time to jump ship and find other solutions. Last edited by gregly; 2008-11-01 at 17:27.. Reason: six months, not four |
| | |
| | #15 (permalink) |
| Development Group Member Join Date: Jan 2005 Age: 32
Posts: 8,615
Thanks: 364
Thanked 661 Times in 427 Posts
| "chipmunk effect" <-- that depends on the codecs / audio renderer. If codec and audio renderer support 2x playback with sound on then its what you get. Currently we arent muting the audio as some people want to have that "chipmunk effect".
__________________ http://day2.no-ip.org/ "Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen" |
| | |
| | #16 (permalink) | |
| Portal Member Join Date: Jan 2008
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | Quote:
Personally i find it really annoying. ![]() | |
| | |
| | #17 (permalink) |
| MP Donator ![]() Join Date: Apr 2007 Location: Melbourne
Posts: 98
Thanks: 14
Thanked 10 Times in 7 Posts
Country: | Hi Tourrettes, That's a very strange 'feature'. I don't know any other consumer playback software that has it, and can only see that it would be useful for professional video editing tools. Does this also explain why ffwd/rwnd with TV recordings/timeshifting performs so poorly and sends my audio receiver into a spin with locking and unlocking signals? Cheers, Rob PS - I've always wondered about what does or doesn't make it into Mantis. There seem to be some very old, well documented bugs with logs that just languish in the forums, while bizarre things like stop button functionality during TV playback show up. I understand that the devs can only fix those bugs that team members have the expertise and inclination to fix, and the nature of open source is such that you don't always have the number of members or skill mix that you necessarily need on a project, but surely all documented bugs should show up in Mantis? This would mean that they're properly documented somewhere, rather than being randomly scattered throughout the forums, someone may actually come across the bugs who can fix them, and for those bugs that don't get fixed, at least people stop banging on about the same bug over and over, since they know someone's already experienced it and documented it formally. This bug, and the similar one where there is poor rwnd/ffwd in TV recording playback are just two cases in point. |
| | |
| | #18 (permalink) | |||
| Development Group Member Join Date: Jan 2005 Age: 32
Posts: 8,615
Thanks: 364
Thanked 661 Times in 427 Posts
| Quote:
Quote:
Microsoft audio renderer can render only at 2x speed. When user wants to forward > 2x speed then in short we must do the following: 1) pause clip playback 2) seek a little bit 3) play for a brief moment 4) go to #1 ...all are done with different delays depending on the speed There are lot of different issues that affect the FF/REW in directshow. - codecs - audio renderer - container type Quote:
Poor rwnd/ffwd is actually a missing feature. Microsoft has done a lot of work on that area on SBE, but TVE3 is not using it so we would have to implement some tricky code... so if anyone knows how Microsoft DVD navigator handles the >2x speed seeking he/she is more than welcome to help the team.
__________________ http://day2.no-ip.org/ "Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen" | |||
| | |
| | #19 (permalink) | ||||||
| MP Donator ![]() Join Date: Apr 2007 Location: Melbourne
Posts: 98
Thanks: 14
Thanked 10 Times in 7 Posts
Country: | Quote:
Quote:
I've read all the stuff about 'efficient' seeking with skip steps earlier, but these are only useful for large, macro jumps around a file. Seeking is necessary for fine-touch movements, such as finding the end of an advertisment in a broadcast when the broadcaster doesn't use standard ad-break durations. It's standard functionality in just about any video playback application and device I've ever used (the 2x audio, I have to say, is not - while it may be common in devices you use, MP is the first application or consumer playback device I've *ever* used that features it). In fact, skip steps alone are much slower to find a specific point in a video than a combination of skip steps and seek (in essence, skip steps alone are the same as skip steps plus seeking at 1x speed, and only forward rather than backwards) This is only my personal opinion, of course, but a properly functioning seek feature (with both ffwd/rwnd and skip steps) without any audio is far more polished and professional than a half broken seek with audio under TV playback and the general recommendation to only use skip steps because it's faster. Quote:
Quote:
Quote:
There seems to be a certain amount of frustration in the non-developer MP community that comes out of a lack of transparency and documentation about what the devs are actually doing and discussing, and the trend appears to be towards less openness (no change logs in the SVN build posts for example!?) rather than more. We shouldn't have to subscribe to the dev mailing list or each do our own svn log command to be able to see what's acknowledged as a bug, what's an open problem that needs resources, versus something that's actually being worked on. The project management tools are in place, they just don't seem to be being used effectively for communication with the wider MP community - it's all left up to the forums, which aren't up to the job. Anyway, end of rant. This wasn't intended to have a go at you or the other devs, Tourettes. I'm a big fan of the project, obviously, otherwise I wouldn't care to write this stuff or make other contributions - I'd just move on. Cheers, Rob. | ||||||
| | |
| | #20 (permalink) | |
| Development Group Member Join Date: Jan 2005 Age: 32
Posts: 8,615
Thanks: 364
Thanked 661 Times in 427 Posts
| what a long post that was ![]() Here's few points: Quote:
We have internal "Smooth FF/RW for DVD & TVE3" thead, wich is evaluating FF/REW issue. It has many technical proposals, but no of those are working. So we wont be adding it to Mantis until we have at least a good prototype that might even work. ...and what comes to Mantis + someone from the public solving the "bug" that is not a trivial one, the hopes are really small. There usually arent any patches for the trivial bugs ![]()
__________________ http://day2.no-ip.org/ "Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen" | |
| | |
| These User Thank You: |
![]() |
| Bookmarks |
| Tags |
| acting, fastforward, rewind, strange |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fast forward/Rewind | alank | General Support | 6 | 2008-07-15 13:41 |
| fast forward and rewind | jimwin | Codecs, External Players | 5 | 2008-05-12 23:57 |
| Will not rewind /fast forward correctly | paul@kilsbyp | Television (MyTV frontend and TV-Server) | 6 | 2008-05-03 03:20 |
| Fast Forward, Rewind with mouse | Sillycrap101 | General Support | 0 | 2007-12-10 15:53 |
| fast forward/rewind issue | McSeven | watch/edit Videos | 1 | 2007-03-13 00:17 |