Log in

View Full Version : h.264_nsv


sillKotscha
17th January 2006, 03:00
a nice teststream is available...

you need winamp for playing nsv...

h.264_nsv_decoding -> ALPHA x264 DLLs (http://gbstv.info/dev/nsv_x264.zip), compiled by Sabretooth (ZIP, 186KB)

Put nsvdec_x264.dll in your Winamp\plugins folder.

enable h.264 decoding via ffdshow vfw interface

enjoy the stream: nyc.fm:9060/;file.nsv - you should "add url" in winamp

what about HD NSV...

HD NSV? Hoorah!

...

Bitrate is 1452kbps, resolution is 1280x720, framerate is 23.97. For audio, I used ACCP with 48kbps Parametric Stereo at 44.1kHz.

Watch: http://www.bandwidthorbust.com/files/720p.pls

although for me this HD nsv stream remains solid green :(

where it all started... (http://forums.winamp.com/showthread.php?s=&threadid=230015)

they need assistance! My part is only 'blahblah' but they really need people with technical background.

Hope you'll like it.

cheers Sill

bond
17th January 2006, 12:08
enable h.264 decoding via ffdshow vfw interfaceso its simply a vfw wrapper?

sillKotscha
17th January 2006, 12:32
yeah, unfortunately...

it would be great if those streams could be decoded via DShow (CoreAVC to be specific)... but I guess at the moment that's not possible because of nsv_coder_x264.dll

it seems its simply a vfw wrapper...

as I said, they would appreciate any help

bond
17th January 2006, 12:35
and why is a vfw decoder wrapper called "x264"? guys should know x264 doesnt decode :D

sillKotscha
17th January 2006, 13:05
my guess is that it is just a naming scheme by them for the NSVTools they use...

have a look at the winamp plugins folder... normally they use vp3/6 for streaming content - and the name of these plugins is:

- nsvdec_vp5.dll
- nsvdec_vp6.dll
- nsvdec_vp7.dll etc.

hence -> nsvdec_x264.dll

slavickas
17th January 2006, 13:10
as I said somebody should start bugging BetaBoy for simple one file decoder ;). It should be easy as NSV have simple API... as getting only H264 decoder out of libavcodec is not so easy :( (at least for me...)

slavickas
17th January 2006, 13:11
my guess is that it is just a naming scheme by them for the NSVTools they use...

have a look at the winamp plugins folder... normally they use vp3/6 for streaming content - and the name of these plugins is:

- nsvdec_vp5.dll
- nsvdec_vp6.dll
- nsvdec_vp7.dll etc.

hence -> nsvdec_x264.dll

nsvdec_blablabla.dll is very valid name for any codec ;)

sillKotscha
17th January 2006, 13:14
*grrrrrr*

:)

bond
17th January 2006, 13:22
as I said somebody should start bugging BetaBoy for simple one file decoder ;). It should be easy as NSV have simple API... as getting only H264 decoder out of libavcodec is not so easy :( (at least for me...)well by wrapping ffdshow you also dont "get the h264 out of libavcodec" ;)