2008-08-06, 10:49 PM
Hello,
I have noticed an issue where, when I pause live TV (4:3) it immediately returns and shows a full frame, rather than the 4:3 source.
The recorded file has the correct source information as it plays fine in any other DirectShow program. Tried Media Player Classic, and Windows Media Player 11. All of these programs use the System Default MPEG-2 decoder MPC - MPEG-2 Video Decoder (Gabest).
GBPVR 1.2.13 w/ fixed GBPVRTSMon.ax and
http://forums.gbpvr.com/showpost.php?p=2...stcount=90
PVRX2 w/ DVD Aspect ratio fix
http://forums.gbpvr.com/showpost.php?p=2...ostcount=8
I did however notice the same issue without these fixes, and in 1.2.9
Logs attached, and I can provide the mpg file that GBPVR created.
pvrx2-native.log
I suppose that it may need a retry at some point to see about getting the correct ratio from the file. Or maybe, when the DirectShowPlayerBase:etPlaybackRate(1.00000) is run we should probe for an updated ratio. Just some ideas, I know that it may not be as easy as it is to say.
Changing channels, or returning to live mode restores the proper ratio.
One other thing that I find interesting. @sub, the logging on pvrx2-native does not log when the video is paused...I kindof expected to see a call to setPlaybackRate with 0 or similar as the argument...just me being picky
Please let me know if you need more data or info.
I have noticed an issue where, when I pause live TV (4:3) it immediately returns and shows a full frame, rather than the 4:3 source.
The recorded file has the correct source information as it plays fine in any other DirectShow program. Tried Media Player Classic, and Windows Media Player 11. All of these programs use the System Default MPEG-2 decoder MPC - MPEG-2 Video Decoder (Gabest).
GBPVR 1.2.13 w/ fixed GBPVRTSMon.ax and
http://forums.gbpvr.com/showpost.php?p=2...stcount=90
PVRX2 w/ DVD Aspect ratio fix
http://forums.gbpvr.com/showpost.php?p=2...ostcount=8
I did however notice the same issue without these fixes, and in 1.2.9
Logs attached, and I can provide the mpg file that GBPVR created.
pvrx2-native.log
Code:
Began Live TV
2008-08-06 18:29:04.363 INFO Key pressed: Return
2008-08-06 18:29:04.582 VERBOSE ConexantRecorder::StartRecording(1, 1, 71, 0)
Paused Live TV
2008-08-06 18:29:36.785 INFO [1] LiveTVVideoPlayer.initialize()
...
2008-08-06 18:29:38.144 INFO DirectShowPlayerBase::playVideoFile(C:\Temp\Live\Dumb and Dumberer When Harry Met Lloyd_1_20080806_18002000.mpg)
...
2008-08-06 18:29:40.504 VERBOSE unknown source aspect ratio...showing full frame
I suppose that it may need a retry at some point to see about getting the correct ratio from the file. Or maybe, when the DirectShowPlayerBase:etPlaybackRate(1.00000) is run we should probe for an updated ratio. Just some ideas, I know that it may not be as easy as it is to say.
Changing channels, or returning to live mode restores the proper ratio.
One other thing that I find interesting. @sub, the logging on pvrx2-native does not log when the video is paused...I kindof expected to see a call to setPlaybackRate with 0 or similar as the argument...just me being picky
Please let me know if you need more data or info.