Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Repairing, splitting and merging media files (http://stream-recorder.com/forum/forumdisplay.php?f=19)
-   -  

FLV Extract Error After Downloading A Stream

(http://stream-recorder.com/forum/showthread.php?t=6473)

OrchestraAndChoir 04-26-2010 10:27 AM

FLV Extract Error After Downloading A Stream


 
I downloaded an FLV encoded with H264 & AAC & I tried to extract the FLV but with FLV Extract I get an error which says

Non-Negative Number Required Parameter Name: Count

?

I downloaded the FLV with StreamTransport & I downloaded it more then once & I get the same thing each time & it seems to play fine in various players & when I try opening it with say Avidemux the program just crashes

OrchestraAndChoir 04-27-2010 02:55 PM

Re: FLV Extract Error After Downloading A Stream


 
Bump :eek:

blimey 04-28-2010 07:22 PM

Re: FLV Extract Error After Downloading A Stream


 
Try downloading it with another program, or post the link to the content.

Instead of flvextract, you can also try ffmpeg & mp4box (using three steps) to demux the flv:

Code:

ffmpeg -i "filename.flv" -vcodec copy -acodec copy "filename.mp4"

then, take "filename.mp4" from above and do these two steps with
mp4box to demux the x264/avc & aac:

mp4box -raw 1 "filename.mp4"
mp4box -raw 2 "filename.mp4"


OrchestraAndChoir 04-29-2010 04:09 PM

Re: FLV Extract Error After Downloading A Stream


 
There are not alot of free RTMPE downloaders out there to use another program. I only know of StreamTransport. And MP4Box & FFMPEG are way to difficult for me to use


All times are GMT -6. The time now is 07:24 PM.