Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
FLV Extract Error After Downloading A StreamI 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 |
#2
|
|||
|
|||
Re: FLV Extract Error After Downloading A StreamBump
|
#3
|
|||
|
|||
Re: FLV Extract Error After Downloading A StreamTry 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" |
#4
|
|||
|
|||
Re: FLV Extract Error After Downloading A StreamThere 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
|
Tags: ffmpeg, flv, flv extract, mp4box |
Thread Tools | |
Display Modes | |
|
|