
On Wed, Mar 15, 2006 at 03:06:15PM -0800, Corey Hickey wrote:
Oded Shimon wrote:
$ svn checkout svn://213.144.138.186/nut/trunk
read README
Start testing. Or even hacking. I have absoloutely no intention of maintaining all this by myself... Especially not code auditing it, cause I suck at that. If anyone wants write access, ask me and I'll ask Diego...
I tried it out; there's not a lot to report.
- Converting an xvid/mp3 avi file worked fine. - Converting a vorbis ogg file worked fine. - Playing both files was fine, though I get messages like this when seeking: ============= NO BINARY SEARCH
That's a good thing. Try mplayer -noidx if you want to see the binary search.
- Seeking seems fine -- nice and fast, with good A-V sync.
Ooh, actually, I just found a small problem. Playing a vorbis-audio-only nut file results in playback returning to 0 after about 2.5 seconds of playback. This message is printed: NUT: max_distance syncpoint
Hmm, this is a bug. Could you send me the file?
Steps to reproduce: $ mplayer some_file -ao pcm $ oggenc audiodump.wav $ nutmerge audiodump.ogg audiodump.nut $ mplayer audiodump.nut
I'll look into this. - ods15