fabycyberbob
Posts: 43
Joined: Mon Nov 07, 2016 3:58 pm

Raspbian Stretch Pixel: Omxplayer: NO WAY to show subtitles !!! Help please.

Mon Sep 10, 2018 7:17 am

Dear All,
I really need help!!!
For different reasons I need to add Subtitles to my personal own videos:

Raspberry Pi 3 with Raspbian stretch Pixel fresh installed, All update/upgrade done!
Installed omxplayer with sudo apt-get install omxplayer
(has installed the version 5a25a57 Debian (05 July 2017) )

I have make directly in the Raspbian OS, a TEST.srt file, saved in UTF-8 format, contained:

Code: Select all

1
00:00:05 --> 00:00:15
aaa aaaaaa aaa

2
00:00:35 --> 00:00:45
bbb bb b bbbbbbbbb
AND ALSO tried with TEST.srt modified in:

Code: Select all

00:00:05 aaa aaaaaa aaa
00:00:15 bbb bb b bbbbbbbbb
00:00:20 cccc  cc c  cccc
In the terminal if I launch
"omxplayer -o hdmi TEST.mp4 --subtitle TEST.srt"
NO SUBTITLES ARE SHOWN, I tried pressing the "s", "m, "n" but nothing change.

The terminal shows that the subtitles files is found:
Terminal says that with "s" key press, the subtitles are ON / OFF...

Code: Select all

video codec omx-h264 width 1280 height 720 profile 100 fps 30.0000
Audio codec aac channels 2 samplerate 44100 bitspersample 16
[b]Subtitle count: 1, state: on, index: 1, delay: 0[/b]
V:PortSettingsChanged: 1280x720@30.00 interlace:0 Deinterlace:0 anaglyph:0 

Code: Select all

omxplayer -o hdmi -t --subtitles TEST.srt TEST.mp4
Subtitle count: 2, state:  on, index: 1, delay: 0
have a nice day ;)
Why in the LOG files, there is NOT the "subtitles" word!!

Code: Select all

09:43:27 T:812337746   DEBUG: DllBcm: Using omx system library
09:43:27 T:812339384   DEBUG: DllOMX: Using omx system library
09:43:27 T:812340346   DEBUG: DllAvFormat: Using libavformat system library
09:43:27 T:812342757   DEBUG: DBus connection succeeded
09:43:27 T:812344208   DEBUG: Keyboard: DBus connection succeeded
09:43:27 T:812344468   DEBUG: OMXThread::Create - Thread with id 1855975904 started
09:43:27 T:812344562   DEBUG: DllAvUtilBase: Using libavutil system library
09:43:27 T:812344591   DEBUG: DllAvCodec: Using libavcodec system library
09:43:27 T:812344646   DEBUG: DllAvFormat: Using libavformat system library
09:43:27 T:812614707   DEBUG: COMXCoreComponent::Initialize OMX.broadcom.clock input port 80 output port 81 m_handle 0x48d900
09:43:27 T:812615009   DEBUG: OMXClock::OMXStop
09:43:27 T:812615117   DEBUG: OMXClock::OMXSetSpeed(0.00) pause_resume:1
09:43:27 T:812615306   DEBUG: DllAvUtilBase: Using libavutil system library
09:43:27 T:812615333   DEBUG: DllAvCodec: Using libavcodec system library
09:43:27 T:812615357   DEBUG: DllAvFormat: Using libavformat system library
09:43:27 T:812616888   DEBUG: COMXCoreComponent::Initialize OMX.broadcom.video_decode input port 130 output port 131 m_handle 0x48e500
09:43:27 T:812617652   DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.video_decode) - port(130), nBufferCountMin(1), nBufferCountActual(60), nBufferSize(81920), nBufferAlignmen(16)
09:43:27 T:812624274   DEBUG: COMXVideo::Open - decoder_component(0x0x48e500), input_port(0x82), output_port(0x83) deinterlace 1 hdmiclocksync 0
09:43:27 T:812624523   DEBUG: OMXThread::Create - Thread with id 1830887904 started
09:43:27 T:812624926   DEBUG: OMXThread::Create - Thread with id 1822499296 started
09:43:27 T:812624978   DEBUG: DllAvUtilBase: Using libavutil system library
09:43:27 T:812625006   DEBUG: DllAvCodec: Using libavcodec system library
09:43:27 T:812625030   DEBUG: DllAvFormat: Using libavformat system library
09:43:27 T:812625057   DEBUG: DllAvUtilBase: Using libavutil system library
09:43:27 T:812625080   DEBUG: DllAvCodec: Using libavcodec system library
09:43:27 T:812625103   DEBUG: DllAvFormat: Using libswresample system library
09:43:27 T:812627286   DEBUG: DllAvUtilBase: Using libavutil system library
09:43:27 T:812627390   DEBUG: COMXAudio::SetCodingType OMX_AUDIO_CodingPCM
09:43:27 T:812627426    INFO: CPCMRemap: I channel map: FL,FR
09:43:27 T:812627460    INFO: CPCMRemap: O channel map: FL,FR
09:43:27 T:812627485   DEBUG: CPCMRemap: Downmix normalization is disabled
09:43:27 T:812627525   DEBUG: CPCMRemap: FL = FL(1.000000*)
09:43:27 T:812627555   DEBUG: CPCMRemap: FR = FR(1.000000*)
09:43:27 T:812628803   DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_decode input port 120 output port 121 m_handle 0x56a710
09:43:27 T:812629738   DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_decode) - port(120), nBufferCountMin(4), nBufferCountActual(16), nBufferSize(65536), nBufferAlignmen(16)
09:43:27 T:812650607   DEBUG: COMXAudio::Initialize Input bps 32 samplerate 44100 channels 2 buffer size 529200 bytes per second 352800
09:43:27 T:812650734   DEBUG: pcm->direction      : input
09:43:27 T:812650775   DEBUG: pcm->nPortIndex     : 120
09:43:27 T:812650801   DEBUG: pcm->eNumData       : 0
09:43:27 T:812650824   DEBUG: pcm->eEndian        : 1
09:43:27 T:812650849   DEBUG: pcm->bInterleaved   : 1
09:43:27 T:812650874   DEBUG: pcm->nBitPerSample  : 32
09:43:27 T:812650897   DEBUG: pcm->ePCMMode       : 0
09:43:27 T:812650921   DEBUG: pcm->nChannels      : 2
09:43:27 T:812650945   DEBUG: pcm->nSamplingRate  : 44100
09:43:27 T:812650969   DEBUG: OMX_AUDIO_ChannelLF
09:43:27 T:812650995   DEBUG: OMX_AUDIO_ChannelRF
09:43:27 T:812651018   DEBUG: COMXAudio::Initialize device omx:hdmi passthrough 0 hwdecode 0
09:43:27 T:812651258   DEBUG: OMXThread::Create - Thread with id 1814110688 started
09:43:27 T:812651328  NOTICE: OMXClock using audio as reference
09:43:27 T:812651662   DEBUG: OMXClock::OMXReset audio / video : 1 / 1 wait mask 0->3 state : 2->1
09:43:27 T:812652038   DEBUG: Popped message member: NameAcquired interface: org.freedesktop.DBus type: 4 path: /org/freedesktop/DBus
09:43:27 T:812652123 WARNING: Unhandled dbus message, member: NameAcquired interface: org.freedesktop.DBus type: 4 path: /org/freedesktop/DBus
09:43:27 T:812652273   DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:1 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
09:43:27 T:812652391    INFO: CDVDPlayerVideo::Decode dts:0 pts:0 cur:0, size:976
09:43:27 T:812652562   DEBUG: OMXVideo::Decode VDec : setStartTime 0.000000
09:43:27 T:812652655    INFO: CDVDPlayerAudio::Decode dts:0 pts:0 size:47
09:43:27 T:812652914    INFO: CDVDPlayerAudio::Decode dts:0 pts:0 size:42
09:43:27 T:812653059   DEBUG: COMXAudioCodecOMX::Decode(0x76e258,42) format=8(8) chan=2 samples=1024 size=8192 data=0x6b702610,0x6b700540,(nil),(nil),(nil),(nil),(nil),(nil)
09:43:27 T:812653216   DEBUG: COMXAudioCodecOMX::GetData size=8192/8192 line=4096/4096 buf=0x6b704688, desired=65536
09:43:27 T:812653288    INFO: CDVDPlayerAudio::Decode dts:23220 pts:23220 size:966
09:43:27 T:812653412    INFO: CDVDPlayerVideo::Decode dts:0 pts:133333 cur:133333, size:9817
09:43:27 T:812654303    INFO: CDVDPlayerVideo::Decode dts:0 pts:66667 cur:66667, size:3511
09:43:27 T:812654676    INFO: CDVDPlayerAudio::Decode dts:46440 pts:46440 size:447
09:43:27 T:812654908    INFO: CDVDPlayerVideo::Decode dts:33333 pts:33333 cur:33333, size:1452
09:43:27 T:812655306    INFO: CDVDPlayerVideo::Decode dts:66667 pts:100000 cur:100000, size:2700
09:43:27 T:812655490    INFO: CDVDPlayerAudio::Decode dts:69660 pts:69660 size:422
09:43:27 T:812655884    INFO: CDVDPlayerVideo::Decode dts:100000 pts:266667 cur:266667, size:15564
09:43:27 T:812656587    INFO: CDVDPlayerAudio::Decode dts:92880 pts:92880 size:456
09:43:27 T:812656804    INFO: CDVDPlayerVideo::Decode dts:133333 pts:200000 cur:200000, size:5672
09:43:27 T:812657510    INFO: CDVDPlayerVideo::Decode dts:166667 pts:166667 cur:166667, size:2949
09:43:27 T:812657780    INFO: CDVDPlayerAudio::Decode dts:116100 pts:116100 size:439
09:43:27 T:812658088    INFO: CDVDPlayerVideo::Decode dts:200000 pts:233333 cur:233333, size:2395
09:43:27 T:812658297    INFO: CDVDPlayerAudio::Decode dts:139320 pts:139320 size:426
09:43:27 T:812658597    INFO: CDVDPlayerVideo::Decode dts:233333 pts:400000 cur:400000, size:14745
09:43:27 T:812659244    INFO: CDVDPlayerAudio::Decode dts:162540 pts:162540 size:431
09:43:27 T:812659480    INFO: CDVDPlayerVideo::Decode dts:266667 pts:333333 cur:333333, size:6027
09:43:27 T:812660152    INFO: CDVDPlayerVideo::Decode dts:300000 pts:300000 cur:300000, size:3081
09:43:27 T:812660401    INFO: CDVDPlayerAudio::Decode dts:185760 pts:185760 size:400
09:43:27 T:812660659    INFO: CDVDPlayerVideo::Decode dts:333333 pts:366667 cur:366667, size:2439
09:43:27 T:812661033   DEBUG: COMXAudio::Decode ADec : setStartTime 0.000000
09:43:27 T:812661160    INFO: CDVDPlayerVideo::Decode dts:366667 pts:533333 cur:533333, size:13483
09:43:27 T:812663500   DEBUG: COMXCoreComponent::Initialize OMX.broadcom.video_render input port 90 output port 90 m_handle 0x6b900588
09:43:27 T:812663630   DEBUG: COMXVideo::PortSettingsChangedLogger - 1280x720@30.00 interlace:0 deinterlace:0 anaglyph:0 par:1.00 display:0 layer:0 alpha:255 aspectMode:0
09:43:27 T:812664950   DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_mixer input port 232 output port 231 m_handle 0x6b7047a0
09:43:27 T:812665244   DEBUG: COMXCoreComponent::Initialize OMX.broadcom.video_scheduler input port 10 output port 11 m_handle 0x6b900698
09:43:27 T:812666595   DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0x6b700490
09:43:27 T:812666933    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812667297   DEBUG: COMXAudio::PortSettingsChanged - Output bps 16 samplerate 44100 channels 2 buffer size 529200 bytes per second 176400
09:43:27 T:812667443   DEBUG: pcm->direction      : output
09:43:27 T:812667473   DEBUG: pcm->nPortIndex     : 231
09:43:27 T:812667548   DEBUG: pcm->eNumData       : 0
09:43:27 T:812667725   DEBUG: pcm->eEndian        : 1
09:43:27 T:812667808   DEBUG: pcm->bInterleaved   : 1
09:43:27 T:812667839   DEBUG: pcm->nBitPerSample  : 16
09:43:27 T:812667915   DEBUG: pcm->ePCMMode       : 0
09:43:27 T:812667985   DEBUG: pcm->nChannels      : 2
09:43:27 T:812668059   DEBUG: pcm->nSamplingRate  : 44100
09:43:27 T:812668088   DEBUG: OMX_AUDIO_ChannelLF
09:43:27 T:812668144   DEBUG: OMX_AUDIO_ChannelRF
09:43:27 T:812668473    INFO: CDVDPlayerVideo::Decode dts:400000 pts:466667 cur:466667, size:5928
09:43:27 T:812669369    INFO: CDVDPlayerVideo::Decode dts:433333 pts:433333 cur:433333, size:2802
09:43:27 T:812669911    INFO: CDVDPlayerVideo::Decode dts:466667 pts:500000 cur:500000, size:2221
09:43:27 T:812670444    INFO: CDVDPlayerVideo::Decode dts:500000 pts:600000 cur:600000, size:8920
09:43:27 T:812671135   DEBUG: COMXAudio::PortSettingsChanged - bits:32 mode:0 channels:2 srate:44100 nopassthrough
09:43:27 T:812671252    INFO: CDVDPlayerVideo::Decode dts:533333 pts:566667 cur:566667, size:1669
09:43:27 T:812671733    INFO: CDVDPlayerVideo::Decode dts:566667 pts:733333 cur:733333, size:12575
09:43:27 T:812672062   DEBUG: Popped message member: NameAcquired interface: org.freedesktop.DBus type: 4 path: /org/freedesktop/DBus
09:43:27 T:812672200 WARNING: Unhandled dbus message, member: NameAcquired interface: org.freedesktop.DBus type: 4 path: /org/freedesktop/DBus
09:43:27 T:812672512    INFO: CDVDPlayerVideo::Decode dts:600000 pts:666667 cur:666667, size:5661
09:43:27 T:812673114    INFO: CDVDPlayerVideo::Decode dts:633333 pts:633333 cur:633333, size:1965
09:43:27 T:812673497    INFO: CDVDPlayerVideo::Decode dts:666667 pts:700000 cur:700000, size:2190
09:43:27 T:812673844    INFO: CDVDPlayerVideo::Decode dts:700000 pts:866667 cur:866667, size:7595
09:43:27 T:812674320    INFO: CDVDPlayerVideo::Decode dts:733333 pts:800000 cur:800000, size:6459
09:43:27 T:812674824    INFO: CDVDPlayerVideo::Decode dts:766667 pts:766667 cur:766667, size:3248
09:43:27 T:812675229    INFO: CDVDPlayerVideo::Decode dts:800000 pts:833333 cur:833333, size:3006
09:43:27 T:812675666    INFO: CDVDPlayerVideo::Decode dts:833333 pts:1000000 cur:1000000, size:64
09:43:27 T:812675947    INFO: CDVDPlayerVideo::Decode dts:866667 pts:933333 cur:933333, size:3891
09:43:27 T:812676374    INFO: CDVDPlayerVideo::Decode dts:900000 pts:900000 cur:900000, size:3261
09:43:27 T:812676779    INFO: CDVDPlayerVideo::Decode dts:933333 pts:966667 cur:966667, size:1717
09:43:27 T:812677104    INFO: CDVDPlayerVideo::Decode dts:966667 pts:1033333 cur:1033333, size:2459
09:43:27 T:812677453    INFO: CDVDPlayerVideo::Decode dts:1000000 pts:1166667 cur:1166667, size:12086
09:43:27 T:812677972    INFO: CDVDPlayerVideo::Decode dts:1033333 pts:1100000 cur:1100000, size:5174
09:43:27 T:812678430    INFO: CDVDPlayerVideo::Decode dts:1066667 pts:1066667 cur:1066667, size:2461
09:43:27 T:812678784    INFO: CDVDPlayerVideo::Decode dts:1100000 pts:1133333 cur:1133333, size:3315
09:43:27 T:812679150    INFO: CDVDPlayerVideo::Decode dts:1133333 pts:1300000 cur:1300000, size:14456
09:43:27 T:812679684    INFO: CDVDPlayerVideo::Decode dts:1166667 pts:1233333 cur:1233333, size:5967
09:43:27 T:812680215    INFO: CDVDPlayerVideo::Decode dts:1200000 pts:1200000 cur:1200000, size:2907
09:43:27 T:812680608    INFO: CDVDPlayerVideo::Decode dts:1233333 pts:1266667 cur:1266667, size:2619
09:43:27 T:812680981    INFO: CDVDPlayerVideo::Decode dts:1266667 pts:1433333 cur:1433333, size:12970
09:43:27 T:812681565    INFO: CDVDPlayerVideo::Decode dts:1300000 pts:1366667 cur:1366667, size:5624
09:43:27 T:812683340    INFO: CDVDPlayerVideo::Decode dts:1333333 pts:1333333 cur:1333333, size:2401
09:43:27 T:812683901    INFO: CDVDPlayerVideo::Decode dts:1366667 pts:1400000 cur:1400000, size:2065
09:43:27 T:812684358    INFO: CDVDPlayerVideo::Decode dts:1400000 pts:1566667 cur:1566667, size:10667
09:43:27 T:812685255    INFO: CDVDPlayerVideo::Decode dts:1433333 pts:1500000 cur:1500000, size:4277
09:43:27 T:812685851    INFO: CDVDPlayerVideo::Decode dts:1466667 pts:1466667 cur:1466667, size:1497
09:43:27 T:812686300    INFO: CDVDPlayerVideo::Decode dts:1500000 pts:1533333 cur:1533333, size:1619
09:43:27 T:812686639    INFO: CDVDPlayerVideo::Decode dts:1533333 pts:1700000 cur:1700000, size:10701
09:43:27 T:812687174    INFO: CDVDPlayerVideo::Decode dts:1566667 pts:1633333 cur:1633333, size:4690
09:43:27 T:812687677    INFO: CDVDPlayerVideo::Decode dts:1600000 pts:1600000 cur:1600000, size:2368
09:43:27 T:812688050    INFO: CDVDPlayerVideo::Decode dts:1633333 pts:1666667 cur:1666667, size:1744
09:43:27 T:812688421    INFO: CDVDPlayerVideo::Decode dts:1666667 pts:1833333 cur:1833333, size:7266
09:43:27 T:812688952    INFO: CDVDPlayerVideo::Decode dts:1700000 pts:1766667 cur:1766667, size:5255
09:43:27 T:812689458    INFO: CDVDPlayerVideo::Decode dts:1733333 pts:1733333 cur:1733333, size:2401
09:43:27 T:812689840    INFO: CDVDPlayerVideo::Decode dts:1766667 pts:1800000 cur:1800000, size:2924
09:43:27 T:812690223    INFO: CDVDPlayerVideo::Decode dts:1800000 pts:1966667 cur:1966667, size:2052
09:43:27 T:812691840    INFO: CDVDPlayerVideo::Decode dts:1833333 pts:1900000 cur:1900000, size:4186
09:43:27 T:812692322    INFO: CDVDPlayerVideo::Decode dts:1866667 pts:1866667 cur:1866667, size:2635
09:43:27 T:812692699    INFO: CDVDPlayerVideo::Decode dts:1900000 pts:1933333 cur:1933333, size:2163
09:43:27 T:812693040    INFO: CDVDPlayerVideo::Decode dts:1933333 pts:2100000 cur:2100000, size:7597
09:43:27 T:812693511    INFO: CDVDPlayerVideo::Decode dts:1966667 pts:2033333 cur:2033333, size:2094
09:43:27 T:812693864    INFO: CDVDPlayerVideo::Decode dts:2000000 pts:2000000 cur:2000000, size:343
09:43:27 T:812694145    INFO: CDVDPlayerVideo::Decode dts:2033333 pts:2066667 cur:2066667, size:2173
09:43:27 T:812694515    INFO: CDVDPlayerVideo::Decode dts:2066667 pts:2233333 cur:2233333, size:14764
09:43:27 T:812695002    INFO: CDVDPlayerVideo::Decode dts:2100000 pts:2166667 cur:2166667, size:6046
09:43:27 T:812695448    INFO: CDVDPlayerVideo::Decode dts:2133333 pts:2133333 cur:2133333, size:3402
09:43:27 T:812695857    INFO: CDVDPlayerVideo::Decode dts:2166667 pts:2200000 cur:2200000, size:2725
09:43:27 T:812696236    INFO: CDVDPlayerVideo::Decode dts:2200000 pts:2300000 cur:2300000, size:9479
09:43:27 T:812696732    INFO: CDVDPlayerVideo::Decode dts:2233333 pts:2266667 cur:2266667, size:2111
09:43:27 T:812697090    INFO: CDVDPlayerVideo::Decode dts:2266667 pts:2433333 cur:2433333, size:14580
09:43:27 T:812697599    INFO: CDVDPlayerVideo::Decode dts:2300000 pts:2366667 cur:2366667, size:5884
09:43:27 T:812698125    INFO: CDVDPlayerVideo::Decode dts:2333333 pts:2333333 cur:2333333, size:2486
09:43:27 T:812698615    INFO: CDVDPlayerVideo::Decode dts:2366667 pts:2400000 cur:2400000, size:2018
09:43:27 T:812699095    INFO: CDVDPlayerVideo::Decode dts:2400000 pts:2566667 cur:2566667, size:10769
09:43:27 T:812699695    INFO: CDVDPlayerVideo::Decode dts:2433333 pts:2500000 cur:2500000, size:4466
09:43:27 T:812700276    INFO: CDVDPlayerVideo::Decode dts:2466667 pts:2466667 cur:2466667, size:1419
09:43:27 T:812700741    INFO: CDVDPlayerVideo::Decode dts:2500000 pts:2533333 cur:2533333, size:1610
09:43:27 T:812701171    INFO: CDVDPlayerVideo::Decode dts:2533333 pts:2700000 cur:2700000, size:10809
09:43:27 T:812701743    INFO: CDVDPlayerVideo::Decode dts:2566667 pts:2633333 cur:2633333, size:4662
09:43:27 T:812702304    INFO: CDVDPlayerVideo::Decode dts:2600000 pts:2600000 cur:2600000, size:2307
09:43:27 T:812702825    INFO: CDVDPlayerVideo::Decode dts:2633333 pts:2666667 cur:2666667, size:1690
09:43:27 T:812703298    INFO: CDVDPlayerVideo::Decode dts:2666667 pts:2833333 cur:2833333, size:7826
09:43:27 T:812703857    INFO: CDVDPlayerVideo::Decode dts:2700000 pts:2766667 cur:2766667, size:5260
09:43:27 T:812704451    INFO: CDVDPlayerVideo::Decode dts:2733333 pts:2733333 cur:2733333, size:2313
09:43:27 T:812704947    INFO: CDVDPlayerVideo::Decode dts:2766667 pts:2800000 cur:2800000, size:2895
09:43:27 T:812705481    INFO: CDVDPlayerVideo::Decode dts:2800000 pts:2966667 cur:2966667, size:2055
09:43:27 T:812705953    INFO: CDVDPlayerVideo::Decode dts:2833333 pts:2900000 cur:2900000, size:4403
09:43:27 T:812706580    INFO: CDVDPlayerVideo::Decode dts:2866667 pts:2866667 cur:2866667, size:2754
09:43:27 T:812707111    INFO: CDVDPlayerVideo::Decode dts:2900000 pts:2933333 cur:2933333, size:2463
09:43:27 T:812707583    INFO: CDVDPlayerVideo::Decode dts:2933333 pts:3100000 cur:3100000, size:5721
09:43:27 T:812708136    INFO: CDVDPlayerVideo::Decode dts:2966667 pts:3033333 cur:3033333, size:1434
09:43:27 T:812708507    INFO: CDVDPlayerVideo::Decode dts:3000000 pts:3000000 cur:3000000, size:271
09:43:27 T:812708804    INFO: CDVDPlayerVideo::Decode dts:3033333 pts:3066667 cur:3066667, size:1612
09:43:27 T:812713012    INFO: CDVDPlayerVideo::Decode dts:3066667 pts:3200000 cur:3200000, size:10684
09:43:27 T:812713706    INFO: CDVDPlayerVideo::Decode dts:3100000 pts:3133333 cur:3133333, size:3117
09:43:27 T:812714697    INFO: CDVDPlayerVideo::Decode dts:3133333 pts:3166667 cur:3166667, size:2508
09:43:27 T:812714786    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812714835    INFO: CDVDPlayerAudio::Decode dts:208980 pts:208980 size:403
09:43:27 T:812714966   DEBUG: Normal M:0 (A:185760 V:733333) P:1 A:0.19 V:0.73/T:0.20 (0,0,0,1) A:4% V:9% (0.00,6.34)
09:43:27 T:812715149    INFO: CDVDPlayerAudio::Decode dts:232200 pts:232200 size:408
09:43:27 T:812715392    INFO: CDVDPlayerAudio::Decode dts:255420 pts:255420 size:391
09:43:27 T:812715480   DEBUG: Normal M:0 (A:232200 V:3166667) P:1 A:0.23 V:3.17/T:0.20 (0,0,1,1) A:4% V:6% (0.00,6.34)
09:43:27 T:812715542   DEBUG: Resume 0.23,3.17 (0,0,1,1) EOF:0 PKT:(nil)
09:43:27 T:812715580   DEBUG: OMXClock::OMXSetSpeed(1.00) pause_resume:1
09:43:27 T:812715694    INFO: CDVDPlayerAudio::Decode dts:278639 pts:278639 size:391
09:43:27 T:812715985    INFO: CDVDPlayerAudio::Decode dts:301859 pts:301859 size:393
09:43:27 T:812716186    INFO: CDVDPlayerAudio::Decode dts:325079 pts:325079 size:384
09:43:27 T:812716378    INFO: CDVDPlayerAudio::Decode dts:348299 pts:348299 size:394
09:43:27 T:812716473    INFO: CDVDPlayerVideo::Decode dts:3166667 pts:3300000 cur:3300000, size:10850
09:43:27 T:812716600    INFO: CDVDPlayerAudio::Decode dts:371519 pts:371519 size:402
09:43:27 T:812717735    INFO: CDVDPlayerVideo::Decode dts:3200000 pts:3233333 cur:3233333, size:3579
09:43:27 T:812718580    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812718690    INFO: CDVDPlayerAudio::Decode dts:394739 pts:394739 size:917
09:43:27 T:812718741    INFO: CDVDPlayerVideo::Decode dts:3233333 pts:3266667 cur:3266667, size:2364
09:43:27 T:812718983    INFO: CDVDPlayerAudio::Decode dts:417959 pts:417959 size:352
09:43:27 T:812719217    INFO: CDVDPlayerAudio::Decode dts:441179 pts:441179 size:337
09:43:27 T:812719424    INFO: CDVDPlayerAudio::Decode dts:464399 pts:464399 size:366
09:43:27 T:812719615    INFO: CDVDPlayerAudio::Decode dts:487619 pts:487619 size:388
09:43:27 T:812719791    INFO: CDVDPlayerAudio::Decode dts:510839 pts:510839 size:355
09:43:27 T:812719960    INFO: CDVDPlayerAudio::Decode dts:534059 pts:534059 size:390
09:43:27 T:812720128    INFO: CDVDPlayerAudio::Decode dts:557279 pts:557279 size:362
09:43:27 T:812726090    INFO: CDVDPlayerVideo::Decode dts:3266667 pts:3433333 cur:3433333, size:11270
09:43:27 T:812726935    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812727066    INFO: CDVDPlayerAudio::Decode dts:580499 pts:580499 size:396
09:43:27 T:812727176    INFO: CDVDPlayerVideo::Decode dts:3300000 pts:3366667 cur:3366667, size:5147
09:43:27 T:812727362    INFO: CDVDPlayerAudio::Decode dts:603719 pts:603719 size:374
09:43:27 T:812727624    INFO: CDVDPlayerAudio::Decode dts:626939 pts:626939 size:397
09:43:27 T:812727983    INFO: CDVDPlayerAudio::Decode dts:650159 pts:650159 size:383
09:43:27 T:812728332    INFO: CDVDPlayerAudio::Decode dts:673379 pts:673379 size:386
09:43:27 T:812728587    INFO: CDVDPlayerAudio::Decode dts:696599 pts:696599 size:395
09:43:27 T:812728917    INFO: CDVDPlayerAudio::Decode dts:719819 pts:719819 size:388
09:43:27 T:812729067    INFO: CDVDPlayerVideo::Decode dts:3333333 pts:3333333 cur:3333333, size:2108
09:43:27 T:812729224    INFO: CDVDPlayerAudio::Decode dts:743039 pts:743039 size:428
09:43:27 T:812729725    INFO: CDVDPlayerVideo::Decode dts:3366667 pts:3400000 cur:3400000, size:1933
09:43:27 T:812731149    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812731293    INFO: CDVDPlayerAudio::Decode dts:766259 pts:766259 size:452
09:43:27 T:812731637    INFO: CDVDPlayerAudio::Decode dts:789478 pts:789478 size:345
09:43:27 T:812731750    INFO: CDVDPlayerVideo::Decode dts:3400000 pts:3500000 cur:3500000, size:6643
09:43:27 T:812731904    INFO: CDVDPlayerAudio::Decode dts:812698 pts:812698 size:347
09:43:27 T:812732127    INFO: CDVDPlayerAudio::Decode dts:835918 pts:835918 size:320
09:43:27 T:812732429    INFO: CDVDPlayerAudio::Decode dts:859138 pts:859138 size:362
09:43:27 T:812732520    INFO: CDVDPlayerVideo::Decode dts:3433333 pts:3466667 cur:3466667, size:1279
09:43:27 T:812732689    INFO: CDVDPlayerAudio::Decode dts:882358 pts:882358 size:360
09:43:27 T:812732943    INFO: CDVDPlayerAudio::Decode dts:905578 pts:905578 size:391
09:43:27 T:812733150    INFO: CDVDPlayerVideo::Decode dts:3466667 pts:3600000 cur:3600000, size:8922
09:43:27 T:812733248    INFO: CDVDPlayerAudio::Decode dts:928798 pts:928798 size:367
09:43:27 T:812734578    INFO: CDVDPlayerVideo::Decode dts:3500000 pts:3533333 cur:3533333, size:2231
09:43:27 T:812735283    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812735409    INFO: CDVDPlayerVideo::Decode dts:3533333 pts:3566667 cur:3566667, size:1370
09:43:27 T:812735474    INFO: CDVDPlayerAudio::Decode dts:952018 pts:952018 size:360
09:43:27 T:812735524   DEBUG: Normal M:-183572 (A:928798 V:3566667) P:0 A:1.11 V:3.75/T:0.20 (0,0,1,1) A:8% V:16% (0.95,6.34)
09:43:27 T:812735827    INFO: CDVDPlayerVideo::Decode dts:3566667 pts:3733333 cur:3733333, size:9528
09:43:27 T:812735895    INFO: CDVDPlayerAudio::Decode dts:975238 pts:975238 size:360
09:43:27 T:812736125    INFO: CDVDPlayerAudio::Decode dts:998458 pts:998458 size:350
09:43:27 T:812736350    INFO: CDVDPlayerAudio::Decode dts:1021678 pts:1021678 size:388
09:43:27 T:812736661    INFO: CDVDPlayerAudio::Decode dts:1044898 pts:1044898 size:366
09:43:27 T:812736799    INFO: CDVDPlayerVideo::Decode dts:3600000 pts:3666667 cur:3666667, size:4828
09:43:27 T:812736920    INFO: CDVDPlayerAudio::Decode dts:1068118 pts:1068118 size:407
09:43:27 T:812737178    INFO: CDVDPlayerAudio::Decode dts:1091338 pts:1091338 size:398
09:43:27 T:812737395    INFO: CDVDPlayerAudio::Decode dts:1114558 pts:1114558 size:395
09:43:27 T:812738696    INFO: CDVDPlayerVideo::Decode dts:3633333 pts:3633333 cur:3633333, size:2114
09:43:27 T:812739363    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812739465    INFO: CDVDPlayerAudio::Decode dts:1137778 pts:1137778 size:391
09:43:27 T:812739585    INFO: CDVDPlayerVideo::Decode dts:3666667 pts:3700000 cur:3700000, size:2021
09:43:27 T:812739794    INFO: CDVDPlayerAudio::Decode dts:1160998 pts:1160998 size:341
09:43:27 T:812740096    INFO: CDVDPlayerAudio::Decode dts:1184218 pts:1184218 size:367
09:43:27 T:812740229    INFO: CDVDPlayerVideo::Decode dts:3700000 pts:3866667 cur:3866667, size:4978
09:43:27 T:812740398    INFO: CDVDPlayerAudio::Decode dts:1207438 pts:1207438 size:380
09:43:27 T:812740680    INFO: CDVDPlayerAudio::Decode dts:1230658 pts:1230658 size:351
09:43:27 T:812740944    INFO: CDVDPlayerAudio::Decode dts:1253878 pts:1253878 size:367
09:43:27 T:812741159    INFO: CDVDPlayerAudio::Decode dts:1277098 pts:1277098 size:365
09:43:27 T:812741444    INFO: CDVDPlayerAudio::Decode dts:1300317 pts:1300317 size:360
09:43:27 T:812741542    INFO: CDVDPlayerVideo::Decode dts:3733333 pts:3800000 cur:3800000, size:4507
09:43:27 T:812742851    INFO: CDVDPlayerVideo::Decode dts:3766667 pts:3766667 cur:3766667, size:2257
09:43:27 T:812743370    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812743473    INFO: CDVDPlayerAudio::Decode dts:1323537 pts:1323537 size:362
09:43:27 T:812743860    INFO: CDVDPlayerAudio::Decode dts:1346757 pts:1346757 size:355
09:43:27 T:812744065    INFO: CDVDPlayerVideo::Decode dts:3800000 pts:3833333 cur:3833333, size:2053
09:43:27 T:812744178    INFO: CDVDPlayerAudio::Decode dts:1369977 pts:1369977 size:423
09:43:27 T:812744424    INFO: CDVDPlayerAudio::Decode dts:1393197 pts:1393197 size:634
09:43:27 T:812744549    INFO: CDVDPlayerVideo::Decode dts:3833333 pts:4000000 cur:4000000, size:62
09:43:27 T:812744645    INFO: CDVDPlayerAudio::Decode dts:1416417 pts:1416417 size:414
09:43:27 T:812744876    INFO: CDVDPlayerAudio::Decode dts:1439637 pts:1439637 size:326
09:43:27 T:812745064    INFO: CDVDPlayerVideo::Decode dts:3866667 pts:3933333 cur:3933333, size:2405
09:43:27 T:812745259    INFO: CDVDPlayerAudio::Decode dts:1462857 pts:1462857 size:323
09:43:27 T:812745520    INFO: CDVDPlayerAudio::Decode dts:1486077 pts:1486077 size:365
09:43:27 T:812745959    INFO: CDVDPlayerVideo::Decode dts:3900000 pts:3900000 cur:3900000, size:2030
09:43:27 T:812747371    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812747518    INFO: CDVDPlayerAudio::Decode dts:1509297 pts:1509297 size:364
09:43:27 T:812747658    INFO: CDVDPlayerVideo::Decode dts:3933333 pts:3966667 cur:3966667, size:1138
09:43:27 T:812747836    INFO: CDVDPlayerAudio::Decode dts:1532517 pts:1532517 size:371
09:43:27 T:812748117    INFO: CDVDPlayerAudio::Decode dts:1555737 pts:1555737 size:385
09:43:27 T:812748234    INFO: CDVDPlayerVideo::Decode dts:3966667 pts:4033333 cur:4033333, size:2814
09:43:27 T:812748422    INFO: CDVDPlayerAudio::Decode dts:1578957 pts:1578957 size:370
09:43:27 T:812748707    INFO: CDVDPlayerAudio::Decode dts:1602177 pts:1602177 size:381
09:43:27 T:812748967    INFO: CDVDPlayerAudio::Decode dts:1625397 pts:1625397 size:373
09:43:27 T:812749064    INFO: CDVDPlayerVideo::Decode dts:4000000 pts:4066667 cur:4066667, size:3743
09:43:27 T:812749186    INFO: CDVDPlayerAudio::Decode dts:1648617 pts:1648617 size:387
09:43:27 T:812749415    INFO: CDVDPlayerAudio::Decode dts:1671837 pts:1671837 size:375
09:43:27 T:812749550    INFO: CDVDPlayerVideo::Decode dts:4033333 pts:4200000 cur:4200000, size:13666
09:43:27 T:812750614    INFO: CDVDPlayerVideo::Decode dts:4066667 pts:4133333 cur:4133333, size:5860
09:43:27 T:812751694    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812751811    INFO: CDVDPlayerAudio::Decode dts:1695057 pts:1695057 size:373
09:43:27 T:812751869    INFO: CDVDPlayerVideo::Decode dts:4100000 pts:4100000 cur:4100000, size:3195
09:43:27 T:812752127    INFO: CDVDPlayerAudio::Decode dts:1718277 pts:1718277 size:409
09:43:27 T:812752325    INFO: CDVDPlayerVideo::Decode dts:4133333 pts:4166667 cur:4166667, size:3413
09:43:27 T:812752423    INFO: CDVDPlayerAudio::Decode dts:1741497 pts:1741497 size:448
09:43:27 T:812752672    INFO: CDVDPlayerAudio::Decode dts:1764717 pts:1764717 size:364
09:43:27 T:812752805    INFO: CDVDPlayerVideo::Decode dts:4166667 pts:4300000 cur:4300000, size:11050
09:43:27 T:812752933    INFO: CDVDPlayerAudio::Decode dts:1787937 pts:1787937 size:361
09:43:27 T:812753142    INFO: CDVDPlayerAudio::Decode dts:1811156 pts:1811156 size:362
09:43:27 T:812753425    INFO: CDVDPlayerAudio::Decode dts:1834376 pts:1834376 size:367
09:43:27 T:812753681    INFO: CDVDPlayerAudio::Decode dts:1857596 pts:1857596 size:373
09:43:27 T:812753961    INFO: CDVDPlayerVideo::Decode dts:4200000 pts:4233333 cur:4233333, size:3319
09:43:27 T:812755258    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812755357    INFO: CDVDPlayerAudio::Decode dts:1880816 pts:1880816 size:355
09:43:27 T:812755408   DEBUG: Normal M:-163560 (A:1857596 V:4233333) P:0 A:2.02 V:4.40/T:0.20 (0,0,1,1) A:12% V:25% (1.86,6.34)
09:43:27 T:812755491    INFO: CDVDPlayerVideo::Decode dts:4233333 pts:4266667 cur:4266667, size:2188
09:43:27 T:812755667    INFO: CDVDPlayerAudio::Decode dts:1904036 pts:1904036 size:379
09:43:27 T:812755866    INFO: CDVDPlayerVideo::Decode dts:4266667 pts:4433333 cur:4433333, size:12627
09:43:27 T:812755934    INFO: CDVDPlayerAudio::Decode dts:1927256 pts:1927256 size:366
09:43:27 T:812756255    INFO: CDVDPlayerAudio::Decode dts:1950476 pts:1950476 size:348
09:43:27 T:812756490    INFO: CDVDPlayerAudio::Decode dts:1973696 pts:1973696 size:346
09:43:27 T:812756567    INFO: CDVDPlayerVideo::Decode dts:4300000 pts:4366667 cur:4366667, size:5583
09:43:27 T:812756669    INFO: CDVDPlayerAudio::Decode dts:1996916 pts:1996916 size:370
09:43:27 T:812756844    INFO: CDVDPlayerAudio::Decode dts:2020136 pts:2020136 size:417
09:43:27 T:812757061    INFO: CDVDPlayerAudio::Decode dts:2043356 pts:2043356 size:395
09:43:27 T:812757113    INFO: CDVDPlayerVideo::Decode dts:4333333 pts:4333333 cur:4333333, size:2348
09:43:27 T:812757515    INFO: CDVDPlayerVideo::Decode dts:4366667 pts:4400000 cur:4400000, size:1776
09:43:27 T:812758412    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812758482    INFO: CDVDPlayerAudio::Decode dts:2066576 pts:2066576 size:408
09:43:27 T:812758531    INFO: CDVDPlayerVideo::Decode dts:4400000 pts:4566667 cur:4566667, size:9717
09:43:27 T:812758746    INFO: CDVDPlayerAudio::Decode dts:2089796 pts:2089796 size:403
09:43:27 T:812759017    INFO: CDVDPlayerAudio::Decode dts:2113016 pts:2113016 size:395
09:43:27 T:812759125    INFO: CDVDPlayerVideo::Decode dts:4433333 pts:4500000 cur:4500000, size:3719
09:43:27 T:812759244    INFO: CDVDPlayerAudio::Decode dts:2136236 pts:2136236 size:368
09:43:27 T:812759492    INFO: CDVDPlayerAudio::Decode dts:2159456 pts:2159456 size:368
09:43:27 T:812759555    INFO: CDVDPlayerVideo::Decode dts:4466667 pts:4466667 cur:4466667, size:1149
09:43:27 T:812759666    INFO: CDVDPlayerAudio::Decode dts:2182676 pts:2182676 size:378
09:43:27 T:812759869    INFO: CDVDPlayerAudio::Decode dts:2205896 pts:2205896 size:338
09:43:27 T:812759923    INFO: CDVDPlayerVideo::Decode dts:4500000 pts:4533333 cur:4533333, size:1341
09:43:27 T:812760044    INFO: CDVDPlayerAudio::Decode dts:2229116 pts:2229116 size:361
09:43:27 T:812760246    INFO: CDVDPlayerVideo::Decode dts:4533333 pts:4600000 cur:4600000, size:5190
09:43:27 T:812761031    INFO: CDVDPlayerVideo::Decode dts:4566667 pts:4733333 cur:4733333, size:9780
09:43:27 T:812761564    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812761633    INFO: CDVDPlayerAudio::Decode dts:2252336 pts:2252336 size:336
09:43:27 T:812761680    INFO: CDVDPlayerVideo::Decode dts:4600000 pts:4666667 cur:4666667, size:4269
09:43:27 T:812761878    INFO: CDVDPlayerAudio::Decode dts:2275556 pts:2275556 size:344
09:43:27 T:812762115    INFO: CDVDPlayerAudio::Decode dts:2298776 pts:2298776 size:395
09:43:27 T:812762363    INFO: CDVDPlayerVideo::Decode dts:4633333 pts:4633333 cur:4633333, size:1472
09:43:27 T:812762435    INFO: CDVDPlayerAudio::Decode dts:2321995 pts:2321995 size:415
09:43:27 T:812762668    INFO: CDVDPlayerAudio::Decode dts:2345215 pts:2345215 size:406
09:43:27 T:812762736    INFO: CDVDPlayerVideo::Decode dts:4666667 pts:4700000 cur:4700000, size:1634
09:43:27 T:812762849    INFO: CDVDPlayerAudio::Decode dts:2368435 pts:2368435 size:715
09:43:27 T:812763072    INFO: CDVDPlayerVideo::Decode dts:4700000 pts:4866667 cur:4866667, size:5830
09:43:27 T:812763132    INFO: CDVDPlayerAudio::Decode dts:2391655 pts:2391655 size:332
09:43:27 T:812763317    INFO: CDVDPlayerAudio::Decode dts:2414875 pts:2414875 size:319
09:43:27 T:812763718    INFO: CDVDPlayerVideo::Decode dts:4733333 pts:4800000 cur:4800000, size:5018
09:43:27 T:812764716    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812764825    INFO: CDVDPlayerAudio::Decode dts:2438095 pts:2438095 size:311
09:43:27 T:812764876    INFO: CDVDPlayerVideo::Decode dts:4766667 pts:4766667 cur:4766667, size:2294
09:43:27 T:812765127    INFO: CDVDPlayerAudio::Decode dts:2461315 pts:2461315 size:388
09:43:27 T:812765260    INFO: CDVDPlayerVideo::Decode dts:4800000 pts:4833333 cur:4833333, size:2238
09:43:27 T:812765348    INFO: CDVDPlayerAudio::Decode dts:2484535 pts:2484535 size:377
09:43:27 T:812765573    INFO: CDVDPlayerAudio::Decode dts:2507755 pts:2507755 size:359
09:43:27 T:812765716    INFO: CDVDPlayerVideo::Decode dts:4833333 pts:5000000 cur:5000000, size:68
09:43:27 T:812765884    INFO: CDVDPlayerAudio::Decode dts:2530975 pts:2530975 size:368
09:43:27 T:812766011    INFO: CDVDPlayerVideo::Decode dts:4866667 pts:4933333 cur:4933333, size:3008
09:43:27 T:812766067    INFO: CDVDPlayerAudio::Decode dts:2554195 pts:2554195 size:381
09:43:27 T:812766271    INFO: CDVDPlayerAudio::Decode dts:2577415 pts:2577415 size:381
09:43:27 T:812766384    INFO: CDVDPlayerVideo::Decode dts:4900000 pts:4900000 cur:4900000, size:2339
09:43:27 T:812766445    INFO: CDVDPlayerAudio::Decode dts:2600635 pts:2600635 size:368
09:43:27 T:812766728    INFO: CDVDPlayerVideo::Decode dts:4933333 pts:4966667 cur:4966667, size:1381
09:43:27 T:812767876    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812767956    INFO: CDVDPlayerAudio::Decode dts:2623855 pts:2623855 size:385
09:43:27 T:812768005    INFO: CDVDPlayerVideo::Decode dts:4966667 pts:5033333 cur:5033333, size:2210
09:43:27 T:812768280    INFO: CDVDPlayerAudio::Decode dts:2647075 pts:2647075 size:371
09:43:27 T:812768398    INFO: CDVDPlayerVideo::Decode dts:5000000 pts:5066667 cur:5066667, size:3478
09:43:27 T:812768491    INFO: CDVDPlayerAudio::Decode dts:2670295 pts:2670295 size:365
09:43:27 T:812768698    INFO: CDVDPlayerAudio::Decode dts:2693515 pts:2693515 size:375
09:43:27 T:812768814    INFO: CDVDPlayerVideo::Decode dts:5033333 pts:5200000 cur:5200000, size:12856
09:43:27 T:812768868    INFO: CDVDPlayerAudio::Decode dts:2716735 pts:2716735 size:393
09:43:27 T:812769043    INFO: CDVDPlayerAudio::Decode dts:2739955 pts:2739955 size:425
09:43:27 T:812769216    INFO: CDVDPlayerAudio::Decode dts:2763175 pts:2763175 size:353
09:43:27 T:812769427    INFO: CDVDPlayerAudio::Decode dts:2786395 pts:2786395 size:368
09:43:27 T:812769481    INFO: CDVDPlayerVideo::Decode dts:5066667 pts:5133333 cur:5133333, size:5353
09:43:27 T:812770305    INFO: CDVDPlayerVideo::Decode dts:5100000 pts:5100000 cur:5100000, size:2787
09:43:27 T:812771143    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812771220    INFO: CDVDPlayerAudio::Decode dts:2809615 pts:2809615 size:360
09:43:27 T:812771274    INFO: CDVDPlayerVideo::Decode dts:5133333 pts:5166667 cur:5166667, size:3013
09:43:27 T:812771526    INFO: CDVDPlayerAudio::Decode dts:2832834 pts:2832834 size:371
09:43:27 T:812771664    INFO: CDVDPlayerVideo::Decode dts:5166667 pts:5300000 cur:5300000, size:10668
09:43:27 T:812771722    INFO: CDVDPlayerAudio::Decode dts:2856054 pts:2856054 size:346
09:43:27 T:812771917    INFO: CDVDPlayerAudio::Decode dts:2879274 pts:2879274 size:372
09:43:27 T:812772148    INFO: CDVDPlayerAudio::Decode dts:2902494 pts:2902494 size:368
09:43:27 T:812772247    INFO: CDVDPlayerVideo::Decode dts:5200000 pts:5233333 cur:5233333, size:3334
09:43:27 T:812772330    INFO: CDVDPlayerAudio::Decode dts:2925714 pts:2925714 size:369
09:43:27 T:812772528    INFO: CDVDPlayerAudio::Decode dts:2948934 pts:2948934 size:351
09:43:27 T:812772690    INFO: CDVDPlayerAudio::Decode dts:2972154 pts:2972154 size:430
09:43:27 T:812773993    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812774116    INFO: CDVDPlayerAudio::Decode dts:2995374 pts:2995374 size:396
09:43:27 T:812774373    INFO: CDVDPlayerAudio::Decode dts:3018594 pts:3018594 size:409
09:43:27 T:812774550    INFO: CDVDPlayerAudio::Decode dts:3041814 pts:3041814 size:402
09:43:27 T:812774710    INFO: CDVDPlayerAudio::Decode dts:3065034 pts:3065034 size:390
09:43:27 T:812774868    INFO: CDVDPlayerAudio::Decode dts:3088254 pts:3088254 size:383
09:43:27 T:812775022    INFO: CDVDPlayerAudio::Decode dts:3111474 pts:3111474 size:388
09:43:27 T:812775177    INFO: CDVDPlayerAudio::Decode dts:3134694 pts:3134694 size:362
09:43:27 T:812775221   DEBUG: Normal M:-143563 (A:3134694 V:5266667) P:0 A:3.28 V:5.41/T:0.20 (0,0,1,1) A:14% V:25% (2.95,6.34)
09:43:27 T:812775377    INFO: CDVDPlayerAudio::Decode dts:3157914 pts:3157914 size:369
09:43:27 T:812776701    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812776859    INFO: CDVDPlayerAudio::Decode dts:3181134 pts:3181134 size:370
09:43:27 T:812777088    INFO: CDVDPlayerAudio::Decode dts:3204354 pts:3204354 size:359
09:43:27 T:812777271    INFO: CDVDPlayerAudio::Decode dts:3227574 pts:3227574 size:353
09:43:27 T:812777451    INFO: CDVDPlayerAudio::Decode dts:3250794 pts:3250794 size:350
09:43:27 T:812777628    INFO: CDVDPlayerAudio::Decode dts:3274014 pts:3274014 size:361
09:43:27 T:812777796    INFO: CDVDPlayerAudio::Decode dts:3297234 pts:3297234 size:365
09:43:27 T:812777967    INFO: CDVDPlayerAudio::Decode dts:3320454 pts:3320454 size:407
09:43:27 T:812778127    INFO: CDVDPlayerAudio::Decode dts:3343673 pts:3343673 size:379
09:43:27 T:812779021    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812779124    INFO: CDVDPlayerAudio::Decode dts:3366893 pts:3366893 size:401
09:43:27 T:812779358    INFO: CDVDPlayerAudio::Decode dts:3390113 pts:3390113 size:573
09:43:27 T:812779557    INFO: CDVDPlayerAudio::Decode dts:3413333 pts:3413333 size:312
09:43:27 T:812779711    INFO: CDVDPlayerAudio::Decode dts:3436553 pts:3436553 size:319
09:43:27 T:812779872    INFO: CDVDPlayerAudio::Decode dts:3459773 pts:3459773 size:329
09:43:27 T:812780070    INFO: CDVDPlayerAudio::Decode dts:3482993 pts:3482993 size:390
09:43:27 T:812780239    INFO: CDVDPlayerAudio::Decode dts:3506213 pts:3506213 size:386
09:43:27 T:812780412    INFO: CDVDPlayerAudio::Decode dts:3529433 pts:3529433 size:332
09:43:27 T:812782622    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812782772    INFO: CDVDPlayerAudio::Decode dts:3552653 pts:3552653 size:422
09:43:27 T:812783074    INFO: CDVDPlayerAudio::Decode dts:3575873 pts:3575873 size:346
09:43:27 T:812783294    INFO: CDVDPlayerAudio::Decode dts:3599093 pts:3599093 size:390
09:43:27 T:812783470    INFO: CDVDPlayerAudio::Decode dts:3622313 pts:3622313 size:374
09:43:27 T:812783652    INFO: CDVDPlayerAudio::Decode dts:3645533 pts:3645533 size:384
09:43:27 T:812783838    INFO: CDVDPlayerAudio::Decode dts:3668753 pts:3668753 size:373
09:43:27 T:812784021    INFO: CDVDPlayerAudio::Decode dts:3691973 pts:3691973 size:374
09:43:27 T:812784224    INFO: CDVDPlayerAudio::Decode dts:3715193 pts:3715193 size:426
09:43:27 T:812785309    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812785414    INFO: CDVDPlayerAudio::Decode dts:3738413 pts:3738413 size:397
09:43:27 T:812785687    INFO: CDVDPlayerAudio::Decode dts:3761633 pts:3761633 size:348
09:43:27 T:812785882    INFO: CDVDPlayerAudio::Decode dts:3784853 pts:3784853 size:349
09:43:27 T:812786062    INFO: CDVDPlayerAudio::Decode dts:3808073 pts:3808073 size:372
09:43:27 T:812786257    INFO: CDVDPlayerAudio::Decode dts:3831293 pts:3831293 size:365
09:43:27 T:812786427    INFO: CDVDPlayerAudio::Decode dts:3854512 pts:3854512 size:377
09:43:27 T:812786592    INFO: CDVDPlayerAudio::Decode dts:3877732 pts:3877732 size:370
09:43:27 T:812786748    INFO: CDVDPlayerAudio::Decode dts:3900952 pts:3900952 size:374
09:43:27 T:812787730    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812787842    INFO: CDVDPlayerAudio::Decode dts:3924172 pts:3924172 size:360
09:43:27 T:812788092    INFO: CDVDPlayerAudio::Decode dts:3947392 pts:3947392 size:392
09:43:27 T:812788272    INFO: CDVDPlayerAudio::Decode dts:3970612 pts:3970612 size:403
09:43:27 T:812788444    INFO: CDVDPlayerAudio::Decode dts:3993832 pts:3993832 size:398
09:43:27 T:812788608    INFO: CDVDPlayerAudio::Decode dts:4017052 pts:4017052 size:403
09:43:27 T:812788769    INFO: CDVDPlayerAudio::Decode dts:4040272 pts:4040272 size:402
09:43:27 T:812788929    INFO: CDVDPlayerAudio::Decode dts:4063492 pts:4063492 size:391
09:43:27 T:812789089    INFO: CDVDPlayerAudio::Decode dts:4086712 pts:4086712 size:391
09:43:27 T:812790081    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812790218    INFO: CDVDPlayerAudio::Decode dts:4109932 pts:4109932 size:381
09:43:27 T:812790493    INFO: CDVDPlayerAudio::Decode dts:4133152 pts:4133152 size:369
09:43:27 T:812790725    INFO: CDVDPlayerAudio::Decode dts:4156372 pts:4156372 size:351
09:43:27 T:812790897    INFO: CDVDPlayerAudio::Decode dts:4179592 pts:4179592 size:353
09:43:27 T:812791059    INFO: CDVDPlayerAudio::Decode dts:4202812 pts:4202812 size:347
09:43:27 T:812791215    INFO: CDVDPlayerAudio::Decode dts:4226032 pts:4226032 size:344
09:43:27 T:812791379    INFO: CDVDPlayerAudio::Decode dts:4249252 pts:4249252 size:381
09:43:27 T:812791546    INFO: CDVDPlayerAudio::Decode dts:4272472 pts:4272472 size:363
09:43:27 T:812792599    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812792713    INFO: CDVDPlayerAudio::Decode dts:4295692 pts:4295692 size:413
09:43:27 T:812792968    INFO: CDVDPlayerAudio::Decode dts:4318912 pts:4318912 size:406
09:43:27 T:812793183    INFO: CDVDPlayerAudio::Decode dts:4342132 pts:4342132 size:441
09:43:27 T:812793352    INFO: CDVDPlayerAudio::Decode dts:4365351 pts:4365351 size:558
09:43:27 T:812793535    INFO: CDVDPlayerAudio::Decode dts:4388571 pts:4388571 size:391
09:43:27 T:812793687    INFO: CDVDPlayerAudio::Decode dts:4411791 pts:4411791 size:321
09:43:27 T:812793840    INFO: CDVDPlayerAudio::Decode dts:4435011 pts:4435011 size:313
09:43:27 T:812793998    INFO: CDVDPlayerAudio::Decode dts:4458231 pts:4458231 size:317
09:43:27 T:812794896    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812795005    INFO: CDVDPlayerAudio::Decode dts:4481451 pts:4481451 size:356
09:43:27 T:812795226   DEBUG: Normal M:-123559 (A:4481451 V:5266667) P:0 A:4.61 V:5.39/T:0.20 (0,0,1,1) A:14% V:28% (4.42,6.34)
09:43:27 T:812795322    INFO: CDVDPlayerAudio::Decode dts:4504671 pts:4504671 size:371
09:43:27 T:812795505    INFO: CDVDPlayerAudio::Decode dts:4527891 pts:4527891 size:377
09:43:27 T:812795706    INFO: CDVDPlayerAudio::Decode dts:4551111 pts:4551111 size:371
09:43:27 T:812795873    INFO: CDVDPlayerAudio::Decode dts:4574331 pts:4574331 size:387
09:43:27 T:812796032    INFO: CDVDPlayerAudio::Decode dts:4597551 pts:4597551 size:399
09:43:27 T:812796193    INFO: CDVDPlayerAudio::Decode dts:4620771 pts:4620771 size:356
09:43:27 T:812796348    INFO: CDVDPlayerAudio::Decode dts:4643991 pts:4643991 size:375
09:43:27 T:812797324    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812797428    INFO: CDVDPlayerAudio::Decode dts:4667211 pts:4667211 size:370
09:43:27 T:812797668    INFO: CDVDPlayerAudio::Decode dts:4690431 pts:4690431 size:429
09:43:27 T:812797855    INFO: CDVDPlayerAudio::Decode dts:4713651 pts:4713651 size:409
09:43:27 T:812798060    INFO: CDVDPlayerAudio::Decode dts:4736871 pts:4736871 size:374
09:43:27 T:812798230    INFO: CDVDPlayerAudio::Decode dts:4760091 pts:4760091 size:372
09:43:27 T:812798391    INFO: CDVDPlayerAudio::Decode dts:4783311 pts:4783311 size:368
09:43:27 T:812798550    INFO: CDVDPlayerAudio::Decode dts:4806531 pts:4806531 size:344
09:43:27 T:812798715    INFO: CDVDPlayerAudio::Decode dts:4829751 pts:4829751 size:352
09:43:27 T:812799755    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812799879    INFO: CDVDPlayerAudio::Decode dts:4852971 pts:4852971 size:335
09:43:27 T:812800125    INFO: CDVDPlayerAudio::Decode dts:4876190 pts:4876190 size:358
09:43:27 T:812800304    INFO: CDVDPlayerAudio::Decode dts:4899410 pts:4899410 size:369
09:43:27 T:812800472    INFO: CDVDPlayerAudio::Decode dts:4922630 pts:4922630 size:411
09:43:27 T:812800641    INFO: CDVDPlayerAudio::Decode dts:4945850 pts:4945850 size:384
09:43:27 T:812800799    INFO: CDVDPlayerAudio::Decode dts:4969070 pts:4969070 size:401
09:43:27 T:812801012    INFO: CDVDPlayerAudio::Decode dts:4992290 pts:4992290 size:422
09:43:27 T:812801180    INFO: CDVDPlayerAudio::Decode dts:5015510 pts:5015510 size:428
09:43:27 T:812802175    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812802288    INFO: CDVDPlayerAudio::Decode dts:5038730 pts:5038730 size:419
09:43:27 T:812802576    INFO: CDVDPlayerAudio::Decode dts:5061950 pts:5061950 size:391
09:43:27 T:812802796    INFO: CDVDPlayerAudio::Decode dts:5085170 pts:5085170 size:389
09:43:27 T:812803035    INFO: CDVDPlayerAudio::Decode dts:5108390 pts:5108390 size:382
09:43:27 T:812803194    INFO: CDVDPlayerAudio::Decode dts:5131610 pts:5131610 size:337
09:43:27 T:812803355    INFO: CDVDPlayerAudio::Decode dts:5154830 pts:5154830 size:381
09:43:27 T:812803514    INFO: CDVDPlayerAudio::Decode dts:5178050 pts:5178050 size:362
09:43:27 T:812803669    INFO: CDVDPlayerAudio::Decode dts:5201270 pts:5201270 size:351
09:43:27 T:812804623    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812804720    INFO: CDVDPlayerAudio::Decode dts:5224490 pts:5224490 size:334
09:43:27 T:812804968    INFO: CDVDPlayerAudio::Decode dts:5247710 pts:5247710 size:370
09:43:27 T:812805161    INFO: CDVDPlayerAudio::Decode dts:5270930 pts:5270930 size:347
09:43:27 T:812805320    INFO: CDVDPlayerAudio::Decode dts:5294150 pts:5294150 size:409
09:43:27 T:812805484    INFO: CDVDPlayerAudio::Decode dts:5317370 pts:5317370 size:412
09:43:27 T:812805696    INFO: CDVDPlayerAudio::Decode dts:5340590 pts:5340590 size:400
09:43:27 T:812805874    INFO: CDVDPlayerAudio::Decode dts:5363810 pts:5363810 size:379
09:43:27 T:812806035    INFO: CDVDPlayerAudio::Decode dts:5387029 pts:5387029 size:375
09:43:27 T:812807253    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812807387    INFO: CDVDPlayerAudio::Decode dts:5410249 pts:5410249 size:520
09:43:27 T:812807665    INFO: CDVDPlayerAudio::Decode dts:5433469 pts:5433469 size:325
09:43:27 T:812807850    INFO: CDVDPlayerAudio::Decode dts:5456689 pts:5456689 size:309
09:43:27 T:812808018    INFO: CDVDPlayerAudio::Decode dts:5479909 pts:5479909 size:360
09:43:27 T:812808181    INFO: CDVDPlayerAudio::Decode dts:5503129 pts:5503129 size:384
09:43:27 T:812808392    INFO: CDVDPlayerAudio::Decode dts:5526349 pts:5526349 size:370
09:43:27 T:812808582    INFO: CDVDPlayerAudio::Decode dts:5549569 pts:5549569 size:353
09:43:27 T:812808770    INFO: CDVDPlayerAudio::Decode dts:5572789 pts:5572789 size:388
09:43:27 T:812809791    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812809897    INFO: CDVDPlayerAudio::Decode dts:5596009 pts:5596009 size:393
09:43:27 T:812810160    INFO: CDVDPlayerAudio::Decode dts:5619229 pts:5619229 size:342
09:43:27 T:812810337    INFO: CDVDPlayerAudio::Decode dts:5642449 pts:5642449 size:392
09:43:27 T:812810500    INFO: CDVDPlayerAudio::Decode dts:5665669 pts:5665669 size:380
09:43:27 T:812810655    INFO: CDVDPlayerAudio::Decode dts:5688889 pts:5688889 size:380
09:43:27 T:812810814    INFO: CDVDPlayerAudio::Decode dts:5712109 pts:5712109 size:429
09:43:27 T:812810971    INFO: CDVDPlayerAudio::Decode dts:5735329 pts:5735329 size:405
09:43:27 T:812811132    INFO: CDVDPlayerAudio::Decode dts:5758549 pts:5758549 size:436
09:43:27 T:812812062    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812812161    INFO: CDVDPlayerAudio::Decode dts:5781769 pts:5781769 size:331
09:43:27 T:812812442    INFO: CDVDPlayerAudio::Decode dts:5804989 pts:5804989 size:342
09:43:27 T:812812668    INFO: CDVDPlayerAudio::Decode dts:5828209 pts:5828209 size:336
09:43:27 T:812812837    INFO: CDVDPlayerAudio::Decode dts:5851429 pts:5851429 size:367
09:43:27 T:812812995    INFO: CDVDPlayerAudio::Decode dts:5874649 pts:5874649 size:362
09:43:27 T:812813156    INFO: CDVDPlayerAudio::Decode dts:5897868 pts:5897868 size:388
09:43:27 T:812813321    INFO: CDVDPlayerAudio::Decode dts:5921088 pts:5921088 size:375
09:43:27 T:812813494    INFO: CDVDPlayerAudio::Decode dts:5944308 pts:5944308 size:348
09:43:27 T:812814453    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812814581    INFO: CDVDPlayerAudio::Decode dts:5967528 pts:5967528 size:411
09:43:27 T:812814837    INFO: CDVDPlayerAudio::Decode dts:5990748 pts:5990748 size:409
09:43:27 T:812815041    INFO: CDVDPlayerAudio::Decode dts:6013968 pts:6013968 size:422
09:43:27 T:812815223    INFO: CDVDPlayerAudio::Decode dts:6037188 pts:6037188 size:410
09:43:27 T:812815301   DEBUG: Normal M:-103549 (A:6013968 V:5266667) P:0 A:6.12 V:5.37/T:0.20 (0,0,1,1) A:13% V:30% (5.89,6.34)
09:43:27 T:812815423    INFO: CDVDPlayerAudio::Decode dts:6060408 pts:6060408 size:379
09:43:27 T:812815591    INFO: CDVDPlayerAudio::Decode dts:6083628 pts:6083628 size:399
09:43:27 T:812815816    INFO: CDVDPlayerAudio::Decode dts:6106848 pts:6106848 size:393
09:43:27 T:812815984    INFO: CDVDPlayerAudio::Decode dts:6130068 pts:6130068 size:390
09:43:27 T:812816970    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812817084    INFO: CDVDPlayerAudio::Decode dts:6153288 pts:6153288 size:347
09:43:27 T:812817309    INFO: CDVDPlayerAudio::Decode dts:6176508 pts:6176508 size:371
09:43:27 T:812817485    INFO: CDVDPlayerAudio::Decode dts:6199728 pts:6199728 size:360
09:43:27 T:812817649    INFO: CDVDPlayerAudio::Decode dts:6222948 pts:6222948 size:357
09:43:27 T:812817810    INFO: CDVDPlayerAudio::Decode dts:6246168 pts:6246168 size:375
09:43:27 T:812817972    INFO: CDVDPlayerAudio::Decode dts:6269388 pts:6269388 size:352
09:43:27 T:812818131    INFO: CDVDPlayerAudio::Decode dts:6292608 pts:6292608 size:373
09:43:27 T:812818287    INFO: CDVDPlayerAudio::Decode dts:6315828 pts:6315828 size:415
09:43:27 T:812835455   DEBUG: Normal M:-83489 (A:6315828 V:5266667) P:0 A:6.40 V:5.35/T:0.20 (0,0,1,1) A:13% V:32% (6.05,6.34)
09:43:27 T:812855246   DEBUG: Normal M:-63487 (A:6315828 V:5266667) P:0 A:6.38 V:5.33/T:0.20 (0,0,1,1) A:13% V:35% (6.03,6.34)
09:43:27 T:812875263   DEBUG: Normal M:-43469 (A:6315828 V:5266667) P:0 A:6.36 V:5.31/T:0.20 (0,0,1,1) A:13% V:38% (6.01,6.34)
09:43:27 T:812895261   DEBUG: Normal M:-23470 (A:6315828 V:5266667) P:0 A:6.34 V:5.29/T:0.20 (0,0,1,1) A:13% V:40% (5.99,6.34)
09:43:27 T:812899956    INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00)
09:43:27 T:812900091    INFO: CDVDPlayerAudio::Decode dts:6339048 pts:6339048 size:412
09:43:27 T:812900371    INFO: CDVDPlayerAudio::Decode dts:6362268 pts:6362268 size:576
09:43:27 T:812900570    INFO: CDVDPlayerAudio::Decode dts:6385488 pts:6385488 size:337
09:43:27 T:812900736    INFO: CDVDPlayerAudio::Decode dts:6408707 pts:6408707 size:360
09:43:27 T:812900895    INFO: CDVDPlayerAudio::Decode dts:6431927 pts:6431927 size:414
09:43:27 T:812901056    INFO: CDVDPlayerAudio::Decode dts:6455147 pts:6455147 size:355
09:43:27 T:812901214    INFO: CDVDPlayerAudio::Decode dts:6478367 pts:6478367 size:374
09:43:27 T:812901377    INFO: CDVDPlayerAudio::Decode dts:6501587 pts:6501587 size:355
09:43:27 T:812915276   DEBUG: Normal M:-3456 (A:6501587 V:5266667) P:0 A:6.51 V:5.27/T:0.20 (0,0,1,1) A:13% V:43% (6.16,6.34)
09:43:27 T:812935456   DEBUG: Normal M:16533 (A:6501587 V:5266667) P:0 A:6.49 V:5.25/T:0.20 (0,0,1,1) A:13% V:45% (6.14,6.34)
09:43:27 T:812943919    INFO: CDVDPlayerVideo::Decode dts:5233333 pts:5266667 cur:5266667, size:2099
09:43:27 T:812955280   DEBUG: Normal M:36535 (A:6501587 V:5433333) P:0 A:6.47 V:5.40/T:0.20 (0,0,1,1) A:13% V:48% (6.12,6.34)

... CUT CUT....
In a LINUX UBUNTU system, with VLC player, it WORKS!!!

What should I do so try to solve??
What could be the cause????

Note: I try converting my original .mp4 video in .AVI, or MKV but this not solve the problem!

jehutting
Posts: 143
Joined: Sun Feb 15, 2015 8:37 am
Location: The Netherlands

Re: Raspbian Stretch Pixel: Omxplayer: NO WAY to show subtitles !!! Help please.

Tue Sep 11, 2018 5:16 pm

Your timestamp format in the .srt file is not correct.

OMXPlayer uses hours:minutes:seconds,milliseconds.

So

Code: Select all

1
00:00:05,000 --> 00:00:15,000
aaa aaaaaa aaa

2
00:00:35,000 --> 00:00:45,000
bbb bb b bbbbbbbbb

Return to “Graphics, sound and multimedia”