Re: First impressions of Ogle 0.9.0.
Greg Trounson <[email protected]>
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <[email protected]> |
Bj|rn Englund wrote: > Thu Feb 27 2003, Greg Trounson wrote: > > ... >>* File..Exit doesn't seem to work anymore (either does clicking the >>'close' button). Both result in the process freezing, requiring a "kill >>-15 on ogle_gui". > > > Yes a newly introduced bug, though it is easy to fix so I will do it > in a couple of days. File->Exit does work if you have started playing > a dvd, right ? Quite right, it does! > >>---------------------------------------------------------------------- >>* Some static menu items (such as pages of text) on some DVD's (most >>notably the Mind Candy PC Demo DVD) flash through too fast to be seen >>(Perhaps 1/20 second). I am guessing some 'wait for keypress' directive >>is not being interpreted correctly in these cases. > > > run 'ogle --debug' and send the log to us. Running it on a commercial DVD player, I see the static page is waiting for the user to press either the <Go Up> or <Next Chapter> buttons. Debug report follows: Debug[ogle_nav]: play_PGC: state.pgcN (27) Debug[ogle_nav]: play_PG: state.pgN (1) Debug[ogle_nav]: play_Cell: state.cellN (1) Debug[ogle_mpeg_ps]: Backward scr discontinuity Debug[ogle_mpeg_ps]: system_clock_reference: [0.000000 s] Debug[ogle_mpeg_ps]: prev system_clock_reference: [16.016363 s] Debug[ogle_mpeg_ps]: demux: changed to scr_nr: 7 Debug[ogle_nav]: play_Cell_post: state.cellN (1) Debug[ogle_nav]: last cell in this PGC Debug[ogle_nav]: play_PGC_post: Debug[ogle_nav]: ** Fell of the end of the pgc, continuing in NextPGC Debug[ogle_nav]: play_PGC: state.pgcN (18) Debug[ogle_nav]: play_PG: state.pgN (1) Debug[ogle_nav]: play_Cell: state.cellN (1) Debug[ogle_mpeg_ps]: Backward scr discontinuity Debug[ogle_mpeg_ps]: system_clock_reference: [0.000000 s] Debug[ogle_mpeg_ps]: prev system_clock_reference: [0.092648 s] Debug[ogle_mpeg_ps]: demux: changed to scr_nr: 8 Debug[ogle_nav]: forced select button 1 Debug[ogle_vout]: set_sync_point() Debug[ogle_vout]: set_sync_point() Debug[ogle_audio]: flushing audio driver Debug[ogle_audio]: flushed audio Debug[ogle_audio]: 0.+093094000 s off, resyncing This may be related to the problem with the THX sound tests on the Star Wars Episode 1 DVD. Each speaker, when tested in turn, is one step ahead of the picture on the screen (ie Left Front speaker is highlighted when test tone comes through center channel). Debug report follows (note the large audio sync times): Debug[ogle_audio]: 3.+813902333 s off, resyncing Debug[ogle_nav]: play_Cell_post: state.cellN (8) Debug[ogle_nav]: Cell command pressent, executing Debug[ogle_nav]: play_PGC: state.pgcN (1) Debug[ogle_nav]: PGC pre commands didn't do a Jump, Link or Call Debug[ogle_nav]: play_PG: state.pgN (2) Debug[ogle_nav]: play_Cell: state.cellN (2) Debug[ogle_mpeg_ps]: Backward scr discontinuity Debug[ogle_mpeg_ps]: system_clock_reference: [0.000000 s] Debug[ogle_mpeg_ps]: prev system_clock_reference: [3.392083 s] Debug[ogle_mpeg_ps]: demux: changed to scr_nr: 21 Debug[ogle_vout]: set_sync_point() Debug[ogle_audio]: 3.+818170666 s off, resyncing Debug[ogle_nav]: play_Cell_post: state.cellN (2) Debug[ogle_nav]: play_Cell: state.cellN (3) Debug[ogle_mpeg_ps]: Backward scr discontinuity Debug[ogle_mpeg_ps]: system_clock_reference: [0.000000 s] Debug[ogle_mpeg_ps]: prev system_clock_reference: [3.392083 s] Debug[ogle_mpeg_ps]: demux: changed to scr_nr: 22 Debug[ogle_vout]: set_sync_point() ... >>* It seems I can no longer do a chapter skip during copyright notices >>anymore. Is this intentional? I don't mind seeing the messages, but it >>really is too much when they 'lock up' your player for 30 seconds. Is >>there some legal issue here? (though I do notice that in some movies I >>can skip between the variuos translations of the copyright, which makes >>me wonder if the chapter skip can no longer skip across titles?) > > > Yes I think chapter skip doesn't skip between titles anymore because of some > navigation issues, but it should be fixed so it can do that. > If the copyright notice is a 'still' you can skip past it by pressing > 'p' (Play), that will turn still off. > Ah, that does the trick! thank you, Greg