Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Media file management > Repairing, splitting and merging media files
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 09-20-2008, 05:02 PM
JiJi JiJi is offline
Junior Member
 
Join Date: Aug 2008
Posts: 5
JiJi is on a distinguished road
Default

Splitting Nellymoser FLV (extracting raw Nelly Moser stream from FLV file)


Is there software (free, preferably) that can split FLV videos that have audio encoded with the nellymoser codec?

I know of software that can split FLV video that have MP3 audio, but I'd like to avoid having to convert the audio from live FLV recordings if possible.
Reply With Quote
  #2  
Old 09-22-2008, 09:49 PM
Stream Recorder
 
Posts: n/a
Default

Re: Splitting Nellymoser FLV?


What kind of programs have you tried to split flv files?
Reply With Quote
  #3  
Old 09-23-2008, 04:13 AM
JiJi JiJi is offline
Junior Member
 
Join Date: Aug 2008
Posts: 5
JiJi is on a distinguished road
Default

Re: Splitting Nellymoser FLV?


So far:

FLVTool (2 or ++, can't recall which)
-I'm probably using it wrong, because I can't get it to work. It just spits out exact duplicates of my input file.

Avidemux
-It can't work with FLV's that use nellymoser audio.
Reply With Quote
  #4  
Old 09-23-2008, 11:14 AM
Stream Recorder
 
Posts: n/a
Default

Re: Splitting Nellymoser FLV (extracting raw Nelly Moser stream from FLV file)


There was a program for Linux at google code called nelly2pcm. It was removed from google code in response for compliant received from DMCA. You may try to find it on other web-sites.

nelly2pcm converts an flv sound file to a raw pcm file.

Creating an executable file for nelly2pcm:
Code:
$ tar -xjvf nelly2pcm.tar.bz2
$ cd nelly2pcm
$ make
cc -Wall -c -o nelly2pcm.o nelly2pcm.c
cc -Wall -c -o nelly.o nelly.c
cc -Wall -c -o nelly_tables.o nelly_tables.c
cc -Wall nelly2pcm.o nelly.o nelly_tables.o -lm -o nelly2pcm
Running nelly2pcm
Code:
$ ./nelly2pcm test.flv > test.raw
mono Nellymoser stream with 16-bit samples at 44kHz
This will create a raw NellyMoser sound file with no headers. Moreover it will output the characteristics of the Nellymoser stream that you will need in the next step.

To play this raw file you can use sox (apt-get install sox)
Code:
$ sox -r 44100 -c 1 -2 -s test.raw
If you can play the file (options must be correct), you can use sox to create a wav file which is essentially the same except that it has a header which contains all the settings (e.g. bitrate etc.)
Code:
$ sox -r 44100 -c 1 -2 -s test.raw test.wav
Reply With Quote
  #5  
Old 08-13-2009, 03:25 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: Splitting Nellymoser FLV (extracting raw Nelly Moser stream from FLV file)


Quote:
Originally Posted by Stream Recorder View Post
There was a program for Linux at google code called nelly2pcm. It was removed from google code in response for compliant received from DMCA. You may try to find it on other web-sites.

nelly2pcm converts an flv sound file to a raw pcm file.

Creating an executable file for nelly2pcm:
Code:
$ tar -xjvf nelly2pcm.tar.bz2
$ cd nelly2pcm
$ make
cc -Wall -c -o nelly2pcm.o nelly2pcm.c
cc -Wall -c -o nelly.o nelly.c
cc -Wall -c -o nelly_tables.o nelly_tables.c
cc -Wall nelly2pcm.o nelly.o nelly_tables.o -lm -o nelly2pcm
Running nelly2pcm
Code:
$ ./nelly2pcm test.flv > test.raw
mono Nellymoser stream with 16-bit samples at 44kHz
This will create a raw NellyMoser sound file with no headers. Moreover it will output the characteristics of the Nellymoser stream that you will need in the next step.

To play this raw file you can use sox (apt-get install sox)
Code:
$ sox -r 44100 -c 1 -2 -s test.raw
If you can play the file (options must be correct), you can use sox to create a wav file which is essentially the same except that it has a header which contains all the settings (e.g. bitrate etc.)
Code:
$ sox -r 44100 -c 1 -2 -s test.raw test.wav
I can not download nelly2pcm in google code

if you have nelly2pcm.tar.bz2 , please send me.
Reply With Quote
  #6  
Old 09-24-2009, 08:01 AM
river
 
Posts: n/a
Default

Re: Splitting Nellymoser FLV (extracting raw Nelly Moser stream from FLV file)


I can not download nelly from google, Would you like send me ,thanks anyway
Reply With Quote
  #7  
Old 01-21-2010, 10:36 AM
nic.basd nic.basd is offline
Junior Member
 
Join Date: Oct 2009
Posts: 2
nic.basd is on a distinguished road
Default

Re: Splitting Nellymoser FLV (extracting raw Nelly Moser stream from FLV file)


You can use a VideoCharge Studio for it.

Soft allows split or join any video files (FLV also)!

It can split video withput re-encdoing
Reply With Quote
Reply Post New Thread
Tags: , , , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 03:34 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons