After loading it with oggs, it hangs on the iAudio splash screen for a few seconds and the screen goes blank. This cycle then repeats. It never gets to the main interface.
I loaded it with mp3s, and it works fine.
I created the oggs by transcoding from flacs. I used fb2k diskwriter and aoTuV beta 4.51 q 2. They play fine in fb2k, winamp, coolplayer, etc.
Here is a sample file that doesn't work on my unit: creep.ogg
I tried re-encoding the file with oggdrop 1.8.7, and it played fine on unit.
I tried running ogginfo and oggz-validate with a script:
CODE
set logfile=d:\temp\iaudio\ogg\ogginfo.txt
if exist %logfile rm %logfile
for /r d:\temp\iaudio\ogg\ %x in (*.ogg) (
echo %x >> %logfile
oggzinfo "%x" >> %logfile
oggz-validate "%x"
)
if exist %logfile rm %logfile
for /r d:\temp\iaudio\ogg\ %x in (*.ogg) (
echo %x >> %logfile
oggzinfo "%x" >> %logfile
oggz-validate "%x"
)
That didn't yield anything useful either.
Has anyone else experienced anything like this? Are there any other tools out there to validate oggs?
Thanks,
Woody
