Audio/video stream recording forums
Free Tutorials: How to Capture Streaming Video and Audio |
| Attention Visitor: |
You may have to register or log in before you can post:
|
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
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. |
|
#2
|
|||
|
|||
Re: Splitting Nellymoser FLV?What kind of programs have you tried to split flv files?
|
|
#3
|
|||
|
|||
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. |
|
#4
|
|||
|
|||
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 Code:
$ ./nelly2pcm test.flv > test.raw mono Nellymoser stream with 16-bit samples at 44kHz To play this raw file you can use sox (apt-get install sox) Code:
$ sox -r 44100 -c 1 -2 -s test.raw Code:
$ sox -r 44100 -c 1 -2 -s test.raw test.wav |
|
#5
|
|||
|
|||
Re: Splitting Nellymoser FLV (extracting raw Nelly Moser stream from FLV file)Quote:
if you have nelly2pcm.tar.bz2 , please send me. |
|
#6
|
|||
|
|||
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
|
|
#7
|
|||
|
|||
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 |
|
| Tags: avidemux, extract nelly moser, extract nellymoser audio, flv splitting, flvtool, nelly moser, nelly2pcm, nellymoser, nellymoser codec, split flv |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to save RTMP stream in proper format!Does the file already exist in the storag | any ANONYMOUS forum user | Video stream recording | 1 | 06-23-2009 10:49 PM |
| BlogTV.com: Problem playing .@@@ file after recording rtmp stream with FLV Recorder | mattp | Video stream recording | 7 | 12-05-2008 09:26 PM |
| How to find FLV URL of an SWF File (find URL of rtmp:// .FLV video stream)? | tko | Video stream recording | 3 | 09-29-2008 10:34 AM |
| Un Rippable FLV File ? (ripping .flv flash video stream with timestamp) | lilmike | Video stream recording | 2 | 11-07-2006 10:20 AM |