I have downloaded vlc-0.9.0-svn-20070326-0001-win32.exe from the nightly build website and have executed the file. Once the installation completed, I ran a batch file with the following command in it:
"C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv --extraintf logger BMWCommercial.avi
It launches VLC but the video clip does not get displayed. Here is the log file. I greatly appreciate any help in how I can solve this problem. I have been pretty much stuck for the past couple of days and not sure what to do. I have tried this both on Windows Vista and Windows 2000, but no luck on either one. Here is the log from the Vista machine:
Code: Select all
-- logger module started --
main debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
main debug: looking for memcpy module: 3 candidates
main debug: using memcpy module "memcpymmxext"
main debug: waiting for thread completion
main debug: thread 4032 (preparser) created at priority 0 (playlist/thread.c:81)
main debug: waiting for thread completion
main debug: thread 4048 (fetcher) created at priority 0 (playlist/thread.c:107)
main debug: waiting for thread completion
main debug: thread 4052 (playlist) created at priority 0 (playlist/thread.c:117)
main debug: looking for interface module: 1 candidate
main debug: rebuilding array of current - root Playlist
main debug: rebuild done - 0 items, index -1
logger: VLC media player - version 0.9.0-svn-20070326-0001 Grishenko - (c) 1996-2007 the VideoLAN team
logger:
Warning: if you can't access the GUI anymore, open a command-line window, go to the directory where you installed VLC and run "vlc -I wx"
logger: using logger...
logger warning: no log filename provided, using `vlc-log.txt'
logger debug: opening logfile `vlc-log.txt'
main debug: using interface module "logger"
main debug: thread 4076 (interface) created at priority 0 (interface/interface.c:217)
main debug: looking for interface module: 1 candidate
main debug: using interface module "hotkeys"
main debug: thread 4104 (interface) created at priority 0 (interface/interface.c:217)
main debug: adding item `BMWCommercial.avi' ( BMWCommercial.avi )
main debug: rebuilding array of current - root Playlist
main debug: looking for interface module: 3 candidates
main debug: rebuild done - 1 items, index -1
main debug: using interface module "qt4"
main debug: starting new item
main debug: changing item without a request (current -1/1)
main debug: using item 0
main debug: creating new input thread
main debug: waiting for thread completion
main debug: thread 4356 (input) created at priority 1 (input/input.c:330)
main debug: `BMWCommercial.avi' gives access `' demux `' path `BMWCommercial.avi'
main debug: requesting art for BMWCommercial.avi
main debug: creating demux: access='' demux='' path='BMWCommercial.avi'
main debug: art not found for BMWCommercial.avi
main debug: looking for access_demux module: 1 candidate
main debug: creating access '' path='BMWCommercial.avi'
main debug: looking for access2 module: 5 candidates
vcd debug: trying .cue file: BMWCommercial.cue
vcd debug: could not find .cue file
access_directory debug: opening directory `BMWCommercial.avi'
access_directory debug: skipping non-directory `BMWCommercial.avi'
access_file debug: opening file `BMWCommercial.avi'
main debug: using access2 module "access_file"
main debug: pre-buffering...
main debug: received first data for our buffer
main debug: pre-buffering done 32767 bytes in 17179869s - 0 kbytes/s
main debug: creating demux: access='' demux='' path='BMWCommercial.avi'
main debug: looking for demux2 module: 54 candidates
avi debug: found Chunk fourcc:46464952 (RIFF) size:5122792 pos:0
avi debug: found LIST chunk: 'AVI '
avi debug: <list 'AVI '>
avi debug: found Chunk fourcc:5453494c (LIST) size:44 pos:12
avi debug: found LIST chunk: 'goog'
avi debug: <list 'goog'>
avi debug: found Chunk fourcc:54414447 (GDAT) size:32 pos:24
avi warning: unknown chunk (not loaded)
avi debug: </list 'goog'>
avi debug: found Chunk fourcc:5453494c (LIST) size:306 pos:64
avi debug: found LIST chunk: 'hdrl'
avi debug: <list 'hdrl'>
avi debug: found Chunk fourcc:68697661 (avih) size:56 pos:76
avi debug: avih: streams:2 flags: HAS_INDEX IS_INTERLEAVED TRUST_CKTYPE 480x360
avi debug: found Chunk fourcc:5453494c (LIST) size:116 pos:140
avi debug: found LIST chunk: 'strl'
avi debug: <list 'strl'>
avi debug: found Chunk fourcc:68727473 (strh) size:56 pos:152
avi debug: strh: type:vids handler:0x78766964 samplesize:0 25.00fps
avi debug: found Chunk fourcc:66727473 (strf) size:40 pos:216
avi debug: strf: video:divx 480x360 planes:1 24bpp
avi debug: </list 'strl'>
avi debug: found Chunk fourcc:5453494c (LIST) size:106 pos:264
avi debug: found LIST chunk: 'strl'
avi debug: <list 'strl'>
avi debug: found Chunk fourcc:68727473 (strh) size:56 pos:276
avi debug: strh: type:auds handler:0x00000055 samplesize:1 16000.00fps
avi debug: found Chunk fourcc:66727473 (strf) size:30 pos:340
avi debug: strf: audio:0x0055 channels:2 44100Hz 0bits/sample 125kb/s
avi debug: </list 'strl'>
avi debug: </list 'hdrl'>
avi debug: found Chunk fourcc:5453494c (LIST) size:5075206 pos:378
avi debug: skipping movi chunk
avi debug: found Chunk fourcc:31786469 (idx1) size:47200 pos:5075592
avi debug: idx1: index entry:2950
avi debug: </list 'AVI '>
avi debug: * LIST-root size:5122800 pos:0
avi debug: + RIFF-AVI size:5122792 pos:0
avi debug: | + LIST-goog size:44 pos:12
avi debug: | | + GDAT size:32 pos:24
avi debug: | + LIST-hdrl size:306 pos:64
avi debug: | | + avih size:56 pos:76
avi debug: | | + LIST-strl size:116 pos:140
avi debug: | | | + strh size:56 pos:152
avi debug: | | | + strf size:40 pos:216
avi debug: | | + LIST-strl size:106 pos:264
avi debug: | | | + strh size:56 pos:276
avi debug: | | | + strf size:30 pos:340
avi debug: | + LIST-movi size:5075206 pos:378
avi debug: | + idx1 size:47200 pos:5075592
avi debug: AVIH: 2 stream, flags HAS_INDEX IS_INTERLEAVED TRUST_CKTYPE
avi debug: stream[0] rate:25 scale:1 samplesize:0
avi debug: stream[0] video(divx) 480x360 24bpp 25.000000fps
main debug: selecting program id=0
avi debug: stream[1] rate:16000 scale:1 samplesize:1
avi debug: stream[1] audio(0x55) 2 channels 44100Hz 0bits
avi debug: stream[0] created 1168 index entries
avi debug: stream[1] created 1782 index entries
avi debug: stream[0] length:46 (based on index)
avi debug: stream[1] length:46 (based on index)
main debug: using demux2 module "avi"
main debug: looking for a subtitle file in C:\Wait\
main debug: looking for decoder module: 28 candidates
ffmpeg debug: libavcodec initialized (interface 3351040 )
ffmpeg debug: postprocessing disabled
ffmpeg debug: using direct rendering
ffmpeg debug: ffmpeg codec (MPEG-4 Video) started
main debug: using decoder module "ffmpeg"
main debug: thread 4428 (decoder) created at priority 0 (input/decoder.c:172)
main debug: looking for decoder module: 28 candidates
main debug: using decoder module "mpeg_audio"
main debug: thread 4464 (decoder) created at priority 2 (input/decoder.c:172)
main debug: `BMWCommercial.avi' successfully opened
avi debug: old:0 < new 0
mpeg_audio debug: MPGA channels:2 samplerate:44100 bitrate:128
main debug: no aout present, spawning one
main debug: looking for audio output module: 3 candidates
aout_directx debug: OpenAudio
ffmpeg debug: disabling direct rendering
main debug: no usable vout present, spawning one
main debug: window size: 480x360
main debug: looking for video output module: 6 candidates
aout_directx debug: found device: Primary Sound Driver
aout_directx debug: found device: Speakers (SigmaTel High Definition Audio CODEC)
aout_directx debug: found device: Digital Output Device (SPDIF) (SigmaTel High Definition Audio CODEC)
direct3d debug: creating DirectXEventThread
main debug: waiting for thread completion
direct3d debug: DirectXCreateWindow
aout_directx debug: device supports 2 channels
direct3d debug: created video sub-window
aout_directx debug: device supports 1 channel
main debug: thread 4668 (DirectX Events Thread) created at priority 0 (direct3d.c:204)
direct3d debug: DirectXEventThread running
aout_directx debug: creating DirectSoundThread
qt4 warning: unsupported control query
main debug: thread 4736 (DirectSound Notification Thread) created at priority 15 (directx.c:371)
direct3d debug: disabling screen saver
aout_directx debug: DirectSoundThread ready
main debug: using audio output module "aout_directx"
main debug: using video output module "direct3d"
main debug: output 's16l' 44100 Hz Stereo frame=1 samples/4 bytes
main debug: waiting for thread completion
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: looking for audio filter module: 23 candidates
direct3d debug: Direct3D device adapter successfully initialized
main debug: using audio filter module "converter_float"
main debug: found a filter for the whole conversion
main debug: looking for audio mixer module: 3 candidates
main debug: using audio mixer module "trivial_mixer"
main debug: input 'mpga' 44100 Hz Stereo frame=1152 samples/1053 bytes
main debug: filter(s) 'mpga'->'fl32' 44100 Hz->44100 Hz Stereo->Stereo
main debug: looking for audio filter module: 23 candidates
main debug: using audio filter module "mpgatofixed32"
main debug: found a filter for the whole conversion
main debug: filter(s) 'fl32'->'fl32' 48510 Hz->44100 Hz Stereo->Stereo
main debug: looking for audio filter module: 23 candidates
main debug: using audio filter module "bandlimited_resampler"
main debug: found a filter for the whole conversion
main warning: PTS is out of range (22531398434812000), dropping buffer
main warning: PTS is out of range (22531398434785878), dropping buffer
main warning: PTS is out of range (22531398434759756), dropping buffer
main warning: PTS is out of range (22531398434733634), dropping buffer
main warning: PTS is out of range (22531398434707500), dropping buffer
main warning: PTS is out of range (22531398434681378), dropping buffer
main warning: PTS is out of range (22531398434655256), dropping buffer
main warning: PTS is out of range (22531398434629134), dropping buffer
main warning: PTS is out of range (22531398434603000), dropping buffer
main warning: PTS is out of range (22531398434576878), dropping buffer
main warning: PTS is out of range (22531398434550756), dropping buffer
main warning: PTS is out of range (22531398434524634), dropping buffer
main warning: PTS is out of range (22531398434498500), dropping buffer
main warning: PTS is out of range (22531398434488378), dropping buffer
main warning: PTS is out of range (22531398434462256), dropping buffer
main warning: PTS is out of range (22531398434436134), dropping buffer
main warning: PTS is out of range (22531398434410000), dropping buffer
main warning: PTS is out of range (22531398434383878), dropping buffer
main warning: PTS is out of range (22531398434357756), dropping buffer
main warning: PTS is out of range (22531398434331634), dropping buffer
main warning: PTS is out of range (22531398434305500), dropping buffer
main warning: PTS is out of range (22531398434279378), dropping buffer
main warning: PTS is out of range (22531398434253256), dropping buffer
main warning: PTS is out of range (22531398434227134), dropping buffer
main warning: PTS is out of range (22531398434201067), dropping buffer
main warning: PTS is out of range (22531398434174945), dropping buffer
main warning: PTS is out of range (22531398434148823), dropping buffer
main warning: PTS is out of range (22531398434122689), dropping buffer
main warning: PTS is out of range (22531398434096567), dropping buffer
main warning: PTS is out of range (22531398434070445), dropping buffer
main warning: PTS is out of range (22531398434044323), dropping buffer
main warning: PTS is out of range (22531398434018189), dropping buffer
main warning: PTS is out of range (22565758172360067), dropping buffer
direct3d debug: selected surface pixel format is YUY2
main warning: PTS is out of range (22707492093101945), dropping buffer
main warning: PTS is out of range (22892175686803823), dropping buffer
main warning: PTS is out of range (22896470654073689), dropping buffer
main warning: PTS is out of range (22982369999967567), dropping buffer
main warning: PTS is out of range (22982369999941445), dropping buffer
main warning: PTS is out of range (22982369999915323), dropping buffer
main warning: PTS is out of range (22982369999905189), dropping buffer
main warning: PTS is out of range (22982369999879067), dropping buffer
main warning: PTS is out of range (22982369999852945), dropping buffer
main warning: PTS is out of range (22982369999826823), dropping buffer
main warning: PTS is out of range (22982369999800689), dropping buffer
main warning: PTS is out of range (22982369999774567), dropping buffer
main warning: PTS is out of range (22982369999748445), dropping buffer
main warning: PTS is out of range (22982369999722323), dropping buffer
main warning: PTS is out of range (22982369999696189), dropping buffer
main warning: PTS is out of range (22982369999670134), dropping buffer
main warning: PTS is out of range (22982369999644000), dropping buffer
main warning: PTS is out of range (22982369999617878), dropping buffer
main warning: PTS is out of range (22982369999591756), dropping buffer
main warning: PTS is out of range (22982369999565634), dropping buffer
main warning: PTS is out of range (22982369999539500), dropping buffer
main warning: PTS is out of range (22982369999513378), dropping buffer
main warning: PTS is out of range (23111219018367256), dropping buffer
main warning: PTS is out of range (23111219018341134), dropping buffer
main warning: PTS is out of range (23111219018315000), dropping buffer
main warning: PTS is out of range (23111219018288878), dropping buffer
main warning: PTS is out of range (23111219018262756), dropping buffer
main warning: PTS is out of range (23111219018236634), dropping buffer
main warning: PTS is out of range (23111219018210500), dropping buffer
main warning: PTS is out of range (23111219018184378), dropping buffer
main warning: PTS is out of range (23111219018158256), dropping buffer
main warning: PTS is out of range (23111219018132134), dropping buffer
main warning: PTS is out of range (23111219018106000), dropping buffer
main warning: PTS is out of range (23111219018079878), dropping buffer
main warning: PTS is out of range (23111219018068756), dropping buffer
main warning: PTS is out of range (23111219018042634), dropping buffer
main warning: PTS is out of range (23111219018016500), dropping buffer
main warning: PTS is out of range (23111219017990378), dropping buffer
main warning: PTS is out of range (23111219017964256), dropping buffer
main warning: PTS is out of range (23111219017938134), dropping buffer
main warning: PTS is out of range (23111219017912067), dropping buffer
main warning: PTS is out of range (23111219017885945), dropping buffer
main warning: PTS is out of range (23111219017859823), dropping buffer
main warning: PTS is out of range (23111219017833689), dropping buffer
main warning: PTS is out of range (23111219017807567), dropping buffer
main warning: PTS is out of range (23111219017781445), dropping buffer
main warning: PTS is out of range (23111219017755323), dropping buffer
main warning: PTS is out of range (23111219017729189), dropping buffer
main warning: PTS is out of range (23111219017703067), dropping buffer
main warning: PTS is out of range (23111219017676945), dropping buffer
message warning: message queue overflowed
main debug: removing module "qt4"
main debug: thread times: real 0m7.610000s, kernel 0m0.000000s, user 0m0.000000s
main debug: thread 4104 joined (interface/interface.c:243)
main debug: removing module "hotkeys"
main debug: thread times: real 0m7.640000s, kernel 0m0.000000s, user 0m0.000000s
main debug: thread 4076 joined (interface/interface.c:243)
-- logger module stopped --