PDA

View Full Version : WMP4Player crash...


c0p0n
7th June 2002, 19:28
...when trying to play a .mp4 file with audio and video. the audio is encoded to AAC, and video to DivX 5 (even on XviD), and the mp4 file is made through mp4tools.
here is the log file:

15:14:51.367-plugin-6: Adding video plugin MPEG4 ISO mpeg4_iso_plugin.dll
15:14:51.367-plugin-6: Adding audio plugin mp3 mp3_plugin.dll
15:14:51.367-plugin-6: Adding audio plugin celp celp_plugin.dll
15:14:51.367-plugin-6: Adding audio plugin aac aac_plugin.dll
15:14:51.367-plugin-3: Can't find export point in plugin SDL.dll
15:14:51.367-plugin-6: Adding video plugin xvid xvid_plugin.dll
15:14:51.777-mp4file-7: MP4 - got track 1 profile ID 1
15:14:51.777-plugin-7: Found matching video plugin xvid
15:14:51.897-mp4file-7: MP4 video max time is 10710895 10710.9
15:14:51.897-mp4file-7: ES config has 36 bytes
15:14:51.897-mp4file-7: create video returned 1
15:14:51.897-plugin-7: Found matching audio plugin aac
15:14:51.917-mp4file-7: MP4 audio max time is 10712851 10712.9
15:14:51.917-aac-6: AAC object type is 2
15:14:51.917-aac-6: Setting freq to 44100
15:14:51.917-mp4file-7: create audio returned 1
15:14:51.928-audiosync-7: buffer size 4096 msec per frame 23
15:14:51.938-aac-7: Back to good at 0


the crash is invoked apparently by the xvid plugin, if I can trust on windows messages (WinXP).

need more info?

Neo Neko
7th June 2002, 19:31
What version of the tools are you using? I have done Xvid & AAC no problem. Also you sent the log but what was your command line?

c0p0n
7th June 2002, 20:15
the tools were downloaded just yesterday, to see if there were changes... as U see, they're the latest.
the video is made as always, either divx 5 or xvid (no success with any of both codecs), the acc was made with the psytel software.
the commandline for adding audio and video were:

mp4creator60 -c=rings.avi -rate=23.976 c:\rings.mp4
mp4creator60 -c=rings.aac -I -rate=23.976 c:\rings.mp4

for the player there were no command lines, since I used WMP4player.exe (downloaded at the same time). Maybe do I need something more? I´ve read the mpeg4ip page and I have done all as supposedly.