.xspf playlist bug in 0.9.9

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
sss
Blank Cone
Blank Cone
Posts: 24
Joined: 13 Apr 2009 02:38

.xspf playlist bug in 0.9.9

Postby sss » 19 Apr 2009 16:21

Here is the way to repeat the problem (both in WIndows XP with SP3 and Vista with SP1):

1) Fire up vlc and display an empty playlist window.
2) Drag some video (or audio) files from Windows explorer into the playlist window.
3) Saved the playlist using .xspf format
4) Quit vlc and fire up a new one and then load the .xspf file saved in step 3) and all the title column is completely empy.

The problem is that there used to be a field of "<title>name of the song</title>" that looks like:

<track>
<location>...</location>
<title> ... </title>
<creator> ... </creator>
<duration>114866</duration>
<extension application="http://www.videolan.org/vlc/playlist/0">
<vlc:id>0</vlc:id>
</extension>
</track>

But the new list saved by 0.9.9 looks like

<track>
<location>...</location>
<duration>210116</duration>
<extension application="http://www.videolan.org/vlc/playlist/0">
<vlc:id>0</vlc:id>
</extension>
</track>

Thus when you reopen the playlist, the Title field is all blank. I don't know if this matters or not but in my case, all the file names are in unicode.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: .xspf playlist bug in 0.9.9

Postby VLC_help » 20 Apr 2009 11:42

It works for me.
<title>1000 and 1</title>
<creator>01</creator>
<album>Pr</album>
<trackNum>3</trackNum>
and
<title>Violet Hill (Album Version)</title>
<creator>Coldplay</creator>
<annotation>5099921211454</annotation>
<duration>222670</duration>

sss
Blank Cone
Blank Cone
Posts: 24
Joined: 13 Apr 2009 02:38

Re: .xspf playlist bug in 0.9.9

Postby sss » 20 Apr 2009 17:05

Well, I am definitely not alone. At least two other users had similar problem:

viewtopic.php?f=14&t=57690&sid=225a0e0c ... 9d#p192804
viewtopic.php?f=14&t=57690&sid=225a0e0c ... 9d#p193574

I have yet to tried to see if it works for file names with all English characters. But, like I mentioned in my posting, that my file names contains Chinese/Japanese characters and it definitely failed on four different machines I tried. I just happened to click on a .xspf file I saved under 0.9.8a and was surprised to see that the filename (or Titile) showed up. So I investigated further to see what's the difference between the one that works and the ones that failed and give out detailed information hoping that it will help fixing the bug. Thanks.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: .xspf playlist bug in 0.9.9

Postby VLC_help » 21 Apr 2009 16:30

<title>äääääääääää</title>
<creator>ööööööö</creator>
<album>ÅÅÅÅÅÅÅÅÅÅÅÅ</album>
At least Scandinavic letters work nicely. And yes, there is a bug. But we need a test case that can be replicated.

sss
Blank Cone
Blank Cone
Posts: 24
Joined: 13 Apr 2009 02:38

Re: .xspf playlist bug in 0.9.9

Postby sss » 21 Apr 2009 18:44

I just want to make sure that we are talking about the same thing here. My problem is not that Title does not show in playlist window IF there is an entry of <title> ... </title> in the track record. The problem is that vlc 0.9.9 DOES NOT SAVE (or create ) that entry when saving a new playlist in .xspf form using the procedure I described in my first posting. I am sure if you edit the .xspf file manually and insert the <title> ... </title> for each track, it will show up next time you load the playlist. Is this what you meant by 'it works for me?' Or you just meant that you have the '<title> ... </title>' in your .xspf file and the Title shows up?

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: .xspf playlist bug in 0.9.9

Postby VLC_help » 22 Apr 2009 17:58

All the info I have pasted are from .xspf files that I have saved from VLC. So in my case the info is stored and loaded correctly.

sss
Blank Cone
Blank Cone
Posts: 24
Joined: 13 Apr 2009 02:38

Re: .xspf playlist bug in 0.9.9

Postby sss » 22 Apr 2009 22:38

Hmm... this definitely does not work for me. I am using vlc 0.9.9 downloaded from VideoLAN website and I just try drag two video files into a blank vlc playlist window and save it. This time I do not have any non-English characters in the filename. Here is what it looks like:

-----------------
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/" xmlns:vlc="http://www.videolan.org/vlc/playlist/ns/0/">
<title>Playlist</title>
<location>file://C%3A%5CDocuments%20and%20Settings%5CSSS%5Cdesktop%5Cfoo.xspf</location>
<trackList>
<track>
<location>file://C%3A%5CDocuments%20and%20Settings%5CSSS%5CDesktop%5CSongs%5CMORI%20MASAKO%20%26%20HOSOKAWA%20TAKASHI%20WITH%20KEN%20NAOKO%20-%20MEDLEY.mp4</location>
<extension application="http://www.videolan.org/vlc/playlist/0">
<vlc:id>0</vlc:id>
</extension>
</track>
<track>
<location>file://C%3A%5CDocuments%20and%20Settings%5CSSS%5CDesktop%5CSongs%5CITSUKI%20HIROSHI,%20MORI%20MASAKO%20%26%20OTHERS%20-%20STAR%20MONOMANE.mp4</location>
<extension application="http://www.videolan.org/vlc/playlist/0">
<vlc:id>1</vlc:id>
</extension>
</track>
</trackList>
<extension application="http://www.videolan.org/vlc/playlist/0">
<vlc:item tid="0" />
<vlc:item tid="1" />
</extension>
</playlist>
-----------------

As you can see that no <title>...</title> fields were generated for both tracks (or filenames). This is very repeatable; i.e., the .xspf files saved by 0.9.9 never have this field while the .xspf files saved by 0.9.8a have. Thanks!

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: .xspf playlist bug in 0.9.9

Postby VLC_help » 23 Apr 2009 17:36

So this only happens with MP4 files?

sss
Blank Cone
Blank Cone
Posts: 24
Joined: 13 Apr 2009 02:38

Re: .xspf playlist bug in 0.9.9

Postby sss » 23 Apr 2009 19:36

I don't know since .mp4 files are the only type I ever tried. Thanks.

Dale3k21
New Cone
New Cone
Posts: 2
Joined: 29 Apr 2009 08:38

Re: .xspf playlist bug in 0.9.9

Postby Dale3k21 » 29 Apr 2009 08:59

If I read correctly, then it seems like the same problem that brought me here. Save a playlist, close VLC, go to open the playlist again later and all the titles come up blank. I'm using AVI files and none of them are MP4. All my video titles are in format such as: Futurama - 022 Bicyclops Built for Two.avi
It never did this before I updated. Can be quite annoying since I watch my shows with VLC player and I can't ever find a specific episode. If a screenshot would help, I can upload one.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: .xspf playlist bug in 0.9.9

Postby VLC_help » 29 Apr 2009 17:29


sss
Blank Cone
Blank Cone
Posts: 24
Joined: 13 Apr 2009 02:38

Re: .xspf playlist bug in 0.9.9

Postby sss » 30 Apr 2009 15:06

Indeed! I just download the nightly built and test it. The Title column is no longer showed up blank! Thanks for opening up a ticket and get this bug fixed. Still there is a bug that has been there since 0.9.8a -- at the beginning of each video, there is a short period (1 second?) showing the file name of the video. If the file name contains Chinese/Japanese character, then those characters are shown as empty square as if vlc could not find the font to display them. But the same file name display fine in the playlist.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: .xspf playlist bug in 0.9.9

Postby VLC_help » 30 Apr 2009 18:02

If the file name contains Chinese/Japanese character, then those characters are shown as empty square as if vlc could not find the font to display them.
Changing the subtitle font to international one should fix that.

sss
Blank Cone
Blank Cone
Posts: 24
Joined: 13 Apr 2009 02:38

Re: .xspf playlist bug in 0.9.9

Postby sss » 30 Apr 2009 22:16

Thanks for the hint. Still I cannot get it to work. In Video -> Subtitle/OSD -> Text renderer, then in Font, I click on "Browse..." then go to C:\Windows\Fonts, I select the font, MS Gothic &MS PGothic &MS UI Gothic (True Type), I want and then click "Open", it always fall back to the browse window and asks me to choose a font again. Any idea? Thanks.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: .xspf playlist bug in 0.9.9

Postby VLC_help » 01 May 2009 15:06

Default %windir%\Fonts behavior in Windows usually means that you have to copy+paste fonts to other directory before you can select them.

sss
Blank Cone
Blank Cone
Posts: 24
Joined: 13 Apr 2009 02:38

Re: .xspf playlist bug in 0.9.9

Postby sss » 01 May 2009 15:23

Great! Now all letters are random patterns but a good sign -- it's just a matter of find the correct font file. Thank you very much for your help. Have a wonderful weekend.

sss
Blank Cone
Blank Cone
Posts: 24
Joined: 13 Apr 2009 02:38

Re: .xspf playlist bug in 0.9.9

Postby sss » 01 May 2009 15:44

I found it -- "Ariel Unicode" font works! Thank you very much for your help. One more wish -- if there is a way to give a list of available fonts (like in Firefox or IE) for user to choose, that will be great. Not all users are hardy enough to even know where to look for font files. :)

sss
Blank Cone
Blank Cone
Posts: 24
Joined: 13 Apr 2009 02:38

Re: .xspf playlist bug in 0.9.9

Postby sss » 08 May 2009 04:51

Hmm... the new nightly built has introduced a new bug. I took your advice and copy the font I want and point subtitle to use it. It works for couple days until I downloaded new nightly built and installed it this morning. Now whenever I play the playlist, a window pops up with the following error:

VLC can't recognize the input's format:
The format of 'C:\Documents and Settings\SSS\Desktop\ARIALUNI.TTF' cannot be detected. Have a look at the log for details.

I have not changed anything since last time I got it to work. So the only change is to download the new nightly built. I don't remember the version but it's the newest trunk available on May 7th. Thanks.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: .xspf playlist bug in 0.9.9

Postby VLC_help » 08 May 2009 16:20

Could you open Tools -> Messages... (set Verbosity to 2) and do what ever causes the error message to come up and paste the errors here?

sss
Blank Cone
Blank Cone
Posts: 24
Joined: 13 Apr 2009 02:38

Re: .xspf playlist bug in 0.9.9

Postby sss » 08 May 2009 17:27

Here you go (on Vista w/ SP2 and with "vlc-1.0.0pre2-20090507-2205-win32.exe" installed). Thanks.

=========== Beginning of log ==========
main debug: incoming request - stopping current input
main debug: dying input
main debug: control type=0
main debug: control: stopping input
main debug: dying input
main debug: thread times: real 1m21.982000s, kernel 0m1.872012s, user 0m1.825211s
main debug: removing module "faad"
main debug: killing decoder fourcc `mp4a', 0 PES in FIFO
main debug: removing module "scaletempo"
main debug: removing module "normvol"
main debug: removing module "equalizer"
main debug: removing module "bandlimited_resampler"
aout_directx debug: closing audio device
aout_directx debug: DirectSoundThread exiting
main debug: thread ended
main debug: thread times: real 1m22.131000s, kernel 0m0.171601s, user 0m0.234001s
main debug: removing module "aout_directx"
main debug: removing module "converter_float"
main debug: removing module "float32_mixer"
main debug: releasing aout
main debug: thread times: real 1m22.178000s, kernel 0m0.015600s, user 0m2.683217s
avcodec debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) stopped
main debug: removing module "avcodec"
main debug: killing decoder fourcc `avc1', 0 PES in FIFO
main debug: [0] 4 0
main debug: [1] 2 0
main debug: [2] 2 0
main debug: [3] 2 0
main debug: [4] 2 0
main debug: [5] 2 0
main debug: [6] 2 0
main debug: [7] 4 0
main debug: [8] 2 0
main debug: [9] 4 0
main debug: [10] 2 0
main debug: [11] 4 0
main debug: [12] 4 0
main debug: [13] 4 0
main debug: [14] 4 0
main debug: [15] 2 0
main debug: saving a free vout
mp4 debug: freeing all memory
main debug: removing module "mp4"
main debug: removing module "stream_filter_record"
main debug: removing module "access_file"
main debug: Program doesn't contain anymore ES
main debug: thread ended
main debug: dead input
main debug: thread times: real 1m22.467000s, kernel 0m0.046800s, user 0m0.078000s
main debug: processing request item 1972年.mp4 node Playlist skip -1
main debug: resyncing on 1972年.mp4
main debug: 1972年.mp4 is at 0
main debug: looping - restarting at end of node
main debug: starting new item
main debug: creating new input thread
main debug: Creating an input for '1972年.mp4'
main debug: thread (input) created at priority 1 (input/input.c:363)
main debug: thread started
main debug: using timeshift granularity of 50 MBytes
main debug: using timeshift path 'C:\Users\SSS\AppData\Local\Temp'
main debug: `Z:\My Favorite Songs\1972年.mp4' gives access `' demux `' path `Z:\My Favorite Songs\1972年.mp4'
main debug: creating demux: access='' demux='' path='Z:\My Favorite Songs\1972年.mp4'
main debug: looking for access_demux module: 3 candidates
qt4 debug: IM: Deleting the input
dvdnav warning: cannot open dvdnav
qt4 debug: Updating the geometry
main debug: TIMER module_need() : 3.000 ms - Total 3.000 ms / 1 intvls (Avg 3.000 ms)
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: size: 426 - 480
main debug: creating access '' path='Z:\My Favorite Songs\1972年.mp4'
qt4 debug: sizeHint: 426 - 480
main debug: looking for access module: 5 candidates
vcd debug: trying .cue file: Z:\My Favorite Songs\1972?.cue
vcd debug: could not find .cue file
qt4 debug: Updating the geometry
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: Qt: Entering Fullscreen
access_file debug: opening file `Z:\My Favorite Songs\1972年.mp4'
qt4 debug: IM: Setting an input
qt4 debug: Updating the geometry
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: Updating the geometry
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
main debug: using access module "access_file"
main debug: TIMER module_need() : 28.000 ms - Total 28.000 ms / 1 intvls (Avg 28.000 ms)
main debug: Using AStream*Stream
main debug: pre buffering
main debug: received first data after 1 ms
main debug: pre-buffering done 1024 bytes in 0s - 999 kbytes/s
main debug: looking for stream_filter module: 2 candidates
main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
main debug: looking for stream_filter module: 1 candidate
main debug: using stream_filter module "stream_filter_record"
main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
main debug: creating demux: access='' demux='' path='Z:\My Favorite Songs\1972年.mp4'
main debug: looking for demux module: 50 candidates
mp4 debug: found Box: ftyp size 28
mp4 debug: found Box: moov size 196916
mp4 debug: found Box: mvhd size 108
mp4 debug: read box: "mvhd" creation 733332d-54h:40m:26s modification 733332d-54h:40m:26s time scale 600 duration 694977d-48h:00m:05s rate 1.000000 volume 1.000000 next track id 3
mp4 debug: found Box: iods size 21
mp4 warning: unknown box type iods (incompletely loaded)
mp4 debug: found Box: trak size 109169
mp4 debug: found Box: tkhd size 92
mp4 debug: read box: "tkhd" creation 733332d-54h:40m:26s modification 733332d-54h:40m:27s duration 694981d-28h:35m:47s track ID 1 layer 0 volume 1.000000 width 0.000000 height 0.000000
mp4 debug: found Box: mdia size 109069
mp4 debug: found Box: mdhd size 32
mp4 debug: read box: "mdhd" creation 733332d-54h:40m:26s modification 733332d-54h:40m:26s time scale 44100 duration 695285d-01h:50m:56s language und
mp4 debug: found Box: hdlr size 66
mp4 debug: read box: "hdlr" handler type soun name (C) 2007 Google Inc. v08.13.2007.
mp4 debug: found Box: minf size 108963
mp4 debug: found Box: smhd size 16
mp4 debug: read box: "smhd" balance 0.000000
mp4 debug: found Box: dinf size 36
mp4 debug: found Box: dref size 28
mp4 debug: found Box: url size 12
mp4 debug: read box: "url" url: (null)
mp4 debug: read box: "dref" entry-count 1
mp4 debug: found Box: stbl size 108903
mp4 debug: found Box: stsd size 91
mp4 debug: found Box: mp4a size 75
mp4 debug: read box: "soun" mp4 or qt1/2 (rest=39)
mp4 debug: found Box: esds size 39
mp4 debug: found esds MPEG4ESDescr (25Bytes)
mp4 debug: found esds MP4DecConfigDescr (17Bytes)
mp4 debug: found esds MP4DecSpecificDescr (2Bytes)
mp4 debug: read box: "soun" in stsd channel 2 sample size 16 sample rate 44100.000000
mp4 debug: read box: "stsd" entry-count 1
mp4 debug: found Box: stts size 24
mp4 debug: read box: "stts" entry-count 1
mp4 debug: found Box: stsc size 40
mp4 debug: read box: "stsc" entry-count 2
mp4 debug: found Box: stsz size 103996
mp4 debug: read box: "stsz" sample-size 0 sample-count 25994
mp4 debug: found Box: stco size 4744
mp4 debug: read box: "co64" entry-count 1182
mp4 debug: found Box: trak size 87610
mp4 debug: found Box: tkhd size 92
mp4 debug: read box: "tkhd" creation 733332d-54h:40m:26s modification 733332d-54h:40m:27s duration 694981d-28h:31m:21s track ID 2 layer 0 volume 0.000000 width 480.000000 height 320.000000
mp4 debug: found Box: mdia size 87510
mp4 debug: found Box: mdhd size 32
mp4 debug: read box: "mdhd" creation 733332d-54h:40m:26s modification 733332d-54h:40m:27s time scale 30000 duration 695186d-34h:07m:56s language und
mp4 debug: found Box: hdlr size 66
mp4 debug: read box: "hdlr" handler type vide name (C) 2007 Google Inc. v08.13.2007.
mp4 debug: found Box: minf size 87404
mp4 debug: found Box: vmhd size 20
mp4 debug: read box: "vmhd" graphics-mode 0 opcolor (0, 0, 0)
mp4 debug: found Box: dinf size 36
mp4 debug: found Box: dref size 28
mp4 debug: found Box: url size 12
mp4 debug: read box: "url" url: (null)
mp4 debug: read box: "dref" entry-count 1
mp4 debug: found Box: stbl size 87340
mp4 debug: found Box: stsd size 160
mp4 debug: found Box: avc1 size 144
mp4 debug: found Box: avcC size 38
mp4 debug: read box: "avcC" version=1 profile=0x42 level=0x15 length size=2 sps=1 pps=1
mp4 debug: - sps[0] length=14
mp4 debug: - pps[0] length=5
mp4 debug: found Box: btrt size 20
mp4 warning: unknown box type btrt (incompletely loaded)
mp4 debug: read box: "vide" in stsd 480x320 depth 24
mp4 debug: read box: "stsd" entry-count 1
mp4 debug: found Box: stts size 24
mp4 debug: read box: "stts" entry-count 1
mp4 debug: found Box: stss size 1284
mp4 debug: read box: "stss" entry-count 317
mp4 debug: found Box: stsc size 8800
mp4 debug: read box: "stsc" entry-count 732
mp4 debug: found Box: stsz size 72324
mp4 debug: read box: "stsz" sample-size 0 sample-count 18076
mp4 debug: found Box: stco size 4740
mp4 debug: read box: "co64" entry-count 1181
mp4 debug: found Box: mdat size 47218677
mp4 debug: skip box: "mdat"
mp4 debug: dumping root Box "root"
mp4 debug: | + ftyp size 28
mp4 debug: | + moov size 196916
mp4 debug: | | + mvhd size 108
mp4 debug: | | + iods size 21
mp4 debug: | | + trak size 109169
mp4 debug: | | | + tkhd size 92
mp4 debug: | | | + mdia size 109069
mp4 debug: | | | | + mdhd size 32
mp4 debug: | | | | + hdlr size 66
mp4 debug: | | | | + minf size 108963
mp4 debug: | | | | | + smhd size 16
mp4 debug: | | | | | + dinf size 36
mp4 debug: | | | | | | + dref size 28
mp4 debug: | | | | | | | + url size 12
mp4 debug: | | | | | + stbl size 108903
mp4 debug: | | | | | | + stsd size 91
mp4 debug: | | | | | | | + mp4a size 75
mp4 debug: | | | | | | | | + esds size 39
mp4 debug: | | | | | | + stts size 24
mp4 debug: | | | | | | + stsc size 40
mp4 debug: | | | | | | + stsz size 103996
mp4 debug: | | | | | | + stco size 4744
mp4 debug: | | + trak size 87610
mp4 debug: | | | + tkhd size 92
mp4 debug: | | | + mdia size 87510
mp4 debug: | | | | + mdhd size 32
mp4 debug: | | | | + hdlr size 66
mp4 debug: | | | | + minf size 87404
mp4 debug: | | | | | + vmhd size 20
mp4 debug: | | | | | + dinf size 36
mp4 debug: | | | | | | + dref size 28
mp4 debug: | | | | | | | + url size 12
mp4 debug: | | | | | + stbl size 87340
mp4 debug: | | | | | | + stsd size 160
mp4 debug: | | | | | | | + avc1 size 144
mp4 debug: | | | | | | | | + avcC size 38
mp4 debug: | | | | | | | | + btrt size 20
mp4 debug: | | | | | | + stts size 24
mp4 debug: | | | | | | + stss size 1284
mp4 debug: | | | | | | + stsc size 8800
mp4 debug: | | | | | | + stsz size 72324
mp4 debug: | | | | | | + stco size 4740
mp4 debug: | + mdat size 47218677
mp4 debug: unrecognized major file specification (mp42).
mp4 debug: found 2 tracks
mp4 debug: track[Id 0x1] read 1182 chunk
mp4 debug: track[Id 0x1] read 25994 samples length:603s
main debug: selecting program id=0
mp4 debug: adding track[Id 0x1] audio (enable) language undef
mp4 debug: track[Id 0x2] read 1181 chunk
mp4 debug: track[Id 0x2] read 18076 samples length:603s
mp4 debug: adding track[Id 0x2] video (enable) language undef
main debug: using demux module "mp4"
main debug: TIMER module_need() : 21.000 ms - Total 21.000 ms / 1 intvls (Avg 21.000 ms)
mp4 warning: control query 14 unimplemented
mp4 warning: DEMUX_GET_FPS unimplemented !!
main debug: forced subtitle: C:\Users\SSS\Desktop\ARIALUNI.TTF
main debug: `C:\Users\SSS\Desktop\ARIALUNI.TTF' gives access `' demux `' path `C:\Users\SSS\Desktop\ARIALUNI.TTF'
main debug: creating demux: access='' demux='subtitle' path='C:\Users\SSS\Desktop\ARIALUNI.TTF'
main debug: looking for access_demux module: 3 candidates
main debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
main debug: creating access '' path='C:\Users\SSS\Desktop\ARIALUNI.TTF'
main debug: looking for access module: 5 candidates
vcd debug: trying .cue file: C:\Users\SSS\Desktop\ARIALUNI.cue
vcd debug: could not find .cue file
access_file debug: opening file `C:\Users\SSSi\Desktop\ARIALUNI.TTF'
main debug: using access module "access_file"
main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
main debug: Using AStream*Stream
main debug: pre buffering
main debug: received first data after 0 ms
main debug: pre-buffering done 1024 bytes in 0s - 1000000 kbytes/s
main debug: looking for stream_filter module: 2 candidates
main debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
main debug: looking for stream_filter module: 1 candidate
main debug: using stream_filter module "stream_filter_record"
main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
main debug: creating demux: access='' demux='subtitle' path='C:\Users\SSS\Desktop\ARIALUNI.TTF'
main debug: looking for demux module: 3 candidates
vobsub debug: this doesn't seem to be a vobsub file
main error: option sub-original-fps does not exist
subtitle debug: Movie fps: -1.000000
subtitle debug: autodetecting subtitle format
subtitle warning: failed to recognize subtitle type
main warning: no demux module matching "subtitle" could be loaded
main debug: TIMER module_need() : 3.000 ms - Total 3.000 ms / 1 intvls (Avg 3.000 ms)
main error: no suitable demux module for `/subtitle://C:\Users\SSS\Desktop\ARIALUNI.TTF'
qt4 debug: New Event: type 1119
qt4 debug: New Event: type 1119
qt4 debug: New Event: type 1107
qt4 debug: Updating the geometry
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: New Event: type 1107
qt4 debug: Updating the geometry
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: New Event: type 1107
qt4 debug: Updating the geometry
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: New Event: type 1108
qt4 debug: Updating the geometry
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: New Event: type 1119
qt4 debug: New Event: type 1112
qt4 debug: New Event: type 1107
qt4 debug: Updating the geometry
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1107
qt4 debug: Updating the geometry
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
main debug: removing module "stream_filter_record"
main debug: removing module "access_file"
main debug: looking for a subtitle file in Z:\My Favorite Songs\
main debug: looking for decoder module: 35 candidates
main debug: using decoder module "faad"
main debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
main debug: thread (decoder) created at priority 2 (input/decoder.c:315)
main debug: thread started
main debug: looking for decoder module: 35 candidates
avcodec debug: libavcodec already initialized
avcodec debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started
main debug: using decoder module "avcodec"
main debug: TIMER module_need() : 3.000 ms - Total 3.000 ms / 1 intvls (Avg 3.000 ms)
qt4 debug: New Event: type 1107
qt4 debug: Updating the geometry
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: New Event: type 1108
main debug: thread (decoder) created at priority 0 (input/decoder.c:315)
qt4 debug: Updating the geometry
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
main debug: thread started
main debug: `Z:\My Favorite Songs\1972年.mp4' successfully opened
mp4 debug: track[Id 0x1] does not provide Sync Sample Box (stss)
mp4 debug: track[Id 0x2] using Sync Sample Box (stss)
mp4 debug: stts gives 0 --> 0 (sample number)
main debug: Buffering 0%
faad warning: decoded zero sample
main debug: reusing aout
main debug: looking for audio output module: 3 candidates
aout_directx debug: OpenAudio
aout_directx debug: found device: Primary Sound Driver
aout_directx debug: found device: Speakers (M-Audio Revolution 7.1)
aout_directx debug: found device: SPDIF Interface (M-Audio Revolution 7.1)
main debug: Buffering 0%
main debug: trying to reuse free vout
main debug: reusing provided vout
main debug: End of video preroll
main debug: Received first picture
main debug: Buffering 33%
main debug: Buffering 66%
main debug: Buffering 100%
aout_directx debug: device supports 2 channels (DEFAULT!)
main debug: Stream buffering done (400 ms in 13 ms)
aout_directx debug: device supports 1 channel
aout_directx debug: creating DirectSoundThread
main debug: thread (DirectSound Notification Thread) created at priority 15 (directx.c:427)
main debug: using audio output module "aout_directx"
main debug: TIMER module_need() : 14.000 ms - Total 14.000 ms / 1 intvls (Avg 14.000 ms)
main debug: output 's16l' 44100 Hz Stereo frame=1 samples/4 bytes
main debug: mixer 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes
main debug: filter(s) 'fl32'->'s16l' 44100 Hz->44100 Hz Stereo->Stereo
main debug: thread started
aout_directx debug: DirectSoundThread ready
main debug: looking for audio filter module: 24 candidates
main debug: using audio filter module "converter_float"
main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
main debug: found a filter for the whole conversion
main debug: looking for audio mixer module: 3 candidates
main debug: using audio mixer module "float32_mixer"
main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
main debug: input 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes
main debug: looking for audio filter module: 1 candidate
scaletempo debug: format: 44100 rate, 2 nch, 4 bps, fl32
scaletempo debug: params: 30 stride, 0.200 overlap, 14 search
scaletempo debug: 1.000 scale, 1323.000 stride_in, 1323 stride_out, 1059 standing, 264 overlap, 617 search, 2204 queue, fl32 mode
main debug: using audio filter module "scaletempo"
main debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
main debug: looking for audio filter module: 1 candidate
main debug: using audio filter module "normvol"
main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
main debug: looking for audio filter module: 1 candidate
equalizer debug: equalizer loaded for 44100 Hz with 10 bands 2 pass
equalizer debug: 60 Hz -> factor:0.577828 alpha:0.003013 beta:0.993973 gamma:1.993901
equalizer debug: 170 Hz -> factor:0.577828 alpha:0.008490 beta:0.983019 gamma:1.982437
equalizer debug: 310 Hz -> factor:0.226365 alpha:0.015374 beta:0.969252 gamma:1.967331
equalizer debug: 600 Hz -> factor:0.226365 alpha:0.029328 beta:0.941343 gamma:1.934254
equalizer debug: 1000 Hz -> factor:0.000000 alpha:0.047918 beta:0.904163 gamma:1.884869
equalizer debug: 3000 Hz -> factor:-0.095575 alpha:0.130408 beta:0.739184 gamma:1.582718
equalizer debug: 6000 Hz -> factor:-0.095575 alpha:0.226555 beta:0.546889 gamma:1.015267
equalizer debug: 12000 Hz -> factor:-0.095575 alpha:0.344937 beta:0.310127 gamma:-0.181410
equalizer debug: 14000 Hz -> factor:0.000000 alpha:0.366438 beta:0.267123 gamma:-0.521151
equalizer debug: 16000 Hz -> factor:0.000000 alpha:0.379009 beta:0.241981 gamma:-0.808451
main debug: using audio filter module "equalizer"
main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
main debug: filter(s) 'fl32'->'fl32' 48510 Hz->44100 Hz Stereo->Stereo
main debug: looking for audio filter module: 24 candidates
main debug: using audio filter module "bandlimited_resampler"
main debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
main debug: found a filter for the whole conversion
main debug: End of audio preroll
main debug: Decoder buffering done in 4 ms
main warning: PTS is out of range (-33219), dropping buffer
freetype debug: using fontsize: 20
freetype warning: unbreakable string
qt4 debug: New Event: type 1107
qt4 debug: Updating the geometry
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: New Event: type 1108
qt4 debug: Updating the geometry
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: size: 426 - 480
qt4 debug: sizeHint: 426 - 480
qt4 debug: New Event: type 1112
qt4 debug: New Event: type 1103
qt4 debug: New Event: type 1116
qt4 debug: New Event: type 1116
qt4 debug: New Event: type 1109
qt4 debug: Qt: Entering Fullscreen
qt4 debug: New Event: type 1114
freetype debug: using fontsize: 20
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
freetype warning: unbreakable string
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1116
qt4 debug: New Event: type 1116
qt4 debug: New Event: type 1116
qt4 debug: New Event: type 1116
qt4 debug: New Event: type 1111
freetype debug: using fontsize: 20
freetype warning: unbreakable string
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
qt4 debug: New Event: type 1114
freetype debug: using fontsize: 20
freetype warning: unbreakable string
freetype debug: using fontsize: 20
freetype warning: unbreakable string
freetype debug: using fontsize: 20
... (repeating the last two lines)
============ End of log ============

sss
Blank Cone
Blank Cone
Posts: 24
Joined: 13 Apr 2009 02:38

Re: .xspf playlist bug in 0.9.9

Postby sss » 08 May 2009 17:43

Never mind. I found the problem (by studying the log) -- apparently I select the font as a subtitle file by accident on two of the machines. Sorry for the false alarm. Have a good day and a wonderful weekend. --SSS


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 58 guests