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 12-01-2008, 11:29 PM
covennannt covennannt is offline
Junior Member
 
Join Date: Dec 2008
Posts: 5
covennannt is on a distinguished road
Default

Is it possible to convert .flv from Replay Media Catcher (Split large YouTube files)?


I use my Replay Media Catcher to record RTMP Flash stream from blogtv. I want to put these files I capture on youtube, but I tend to lose track and end up having large files. As you know, youtube doesn't allow you to upload files that big (they have that 10 minute cut off) so I need something to cut my flv files down to size. I don't think there's an flv splitter around (or maybe I just can't find one) so I have tried LOTs of different softwares to try and convert flv to a different format. (and then cut the format from there into 10 minute clips). However, I cannot seem to find anything that can convert the flv splitter. I tried using Replay Media's Converter, but that failed miserably. I have also tried my back up, Super C, and that didn't work either.

Any suggestions?
Reply With Quote
  #2  
Old 12-01-2008, 11:54 PM
Stream Recorder
 
Posts: n/a
Default

Re: Is it possible to convert .flv from Replay Media Catcher (Split large YouTube fil


Splitting FLV files
Reply With Quote
  #3  
Old 12-02-2008, 12:21 AM
covennannt covennannt is offline
Junior Member
 
Join Date: Dec 2008
Posts: 5
covennannt is on a distinguished road
Default

Re: Is it possible to convert .flv from Replay Media Catcher (Split large YouTube fil


I followed all of the instructions for the FLV input plugin, which is what it recommended I should do if I wanted to make it into an avi format.

But, when it got to this part...

"To convert FLV to AVI without any editing or filtering, load a FLV in VirtualDub, make sure "Direct Stream Copy" is selected in both the Video and Audio menus, and choose "Save as AVI" from the File menu."

I tried to load my file and it said "the File "C:\...blahblahblah.flv" is of unknown or unsupported file type. This is a flv file that I captured from streaming live off of blogtv using Media Replay Catcher. The file can play on a normal flv player, so I don't know why it's not registering. Help?
Reply With Quote
  #4  
Old 12-02-2008, 12:55 AM
Stream Recorder
 
Posts: n/a
Default

Re: Is it possible to convert .flv from Replay Media Catcher (Split large YouTube fil


You shouldn't convert FLV to AVI. YouTube will convert AVI to FLV again, so why do you need any additional quality loss???

Just try to split the recorded FLV file.
Reply With Quote
  #5  
Old 12-02-2008, 04:17 AM
noob2001204 noob2001204 is offline
Senior Member
 
Join Date: Dec 2007
Posts: 213
noob2001204 has a spectacular aura aboutnoob2001204 has a spectacular aura about
Default

Re: Is it possible to convert .flv from Replay Media Catcher (Split large YouTube fil


for splitting flv,i use flvtool2
its easy to use
if you had any problems,ask here
Reply With Quote
  #6  
Old 12-02-2008, 12:13 PM
covennannt covennannt is offline
Junior Member
 
Join Date: Dec 2008
Posts: 5
covennannt is on a distinguished road
Default

Re: Is it possible to convert .flv from Replay Media Catcher (Split large YouTube fil


So, I tried using all three of those softwares. Apparently, flvtool2 is only for Macs (at least the help guide is) so I cannot use that. (I'm on Windows.)

I tried using the FLV extract, but I cannot seem to be figure out to get the split function thing working.

So, I tried using the avidemux tool. This one is working pretty well, except the only problem I'm having now is the audio doesn't match the video. The audio is going too fast in comparison to the video.

This is the information I got from using MediaInfo:
File size : 80.7 MiB

Video
Format : H.263
Width : 320 pixels
Height : 240 pixels
Display aspect ratio : 4/3
Frame rate mode : Variable

Audio
Format : Nellymoser
Channel(s) : 1 channel
Sampling rate : 22.05 KHz
Resolution : 16 bits

As you can see, the frame rate is "variable" because I captured it on blogtv and on blogtv things tend to speed up or slow down depending on if there's lagging going on in the channel. So, I'm having problems changing this into any other format or splitting the file into multiple flv files because the audio/video do not end up matching. Do you have any suggestions on how to fix this?

Last edited by covennannt : 12-02-2008 at 12:53 PM.
Reply With Quote
  #7  
Old 12-02-2008, 05:28 PM
Stream Recorder
 
Posts: n/a
Default

Re: Is it possible to convert .flv from Replay Media Catcher (Split large YouTube fil


flvtool2 (Windows, Linux, Mac OS)
http://rubyforge.org/projects/flvtool2/

And what kind of problem exactly did you have with Replay Converter?
Reply With Quote
  #8  
Old 12-02-2008, 11:08 PM
covennannt covennannt is offline
Junior Member
 
Join Date: Dec 2008
Posts: 5
covennannt is on a distinguished road
Default

Re: Is it possible to convert .flv from Replay Media Catcher (Split large YouTube fil


I downloaded the .zip version of the flvtool2. After I unzipped it, Either I'm not using flvtool2 correctly, but every time I open its .exe file, it opens for 2 seconds and then disappears. The readme files and doesn't even work on my computer (it's in some weird format my computer doesn't recognize.).

Replay Media Catcher doesn't encode it properly. When I did that troubleshoot thing it just froze. I was using the trial version of it though, does that affect anything?
Reply With Quote
  #9  
Old 12-03-2008, 07:35 AM
noob2001204 noob2001204 is offline
Senior Member
 
Join Date: Dec 2007
Posts: 213
noob2001204 has a spectacular aura aboutnoob2001204 has a spectacular aura about
Default

Re: Is it possible to convert .flv from Replay Media Catcher (Split large YouTube fil


its because you just click to open it directly

to use it correctly

1. open cmd,click start -> run -> type cmd and enter
2. copy the path of the flvtool2 folder
3. type cd "path you copied",to paste it on the cmd,right click to paste
for example:
Code:
cd C:\Documents and Settings\User\Desktop\flvtool2
then press enter
4. now type the command
Code:
flvtool2 -C -i [start time in milliseconds] -o [end time in milliseconds] [input file name] [output file name]

for example:

flvtool2 -C -i 90000 -o 120000 Youtube.flv Splitted.flv
the command does split the flv starts from 01:30 to 2:00

1 second = 1000

Try it yourself
Reply With Quote
  #10  
Old 12-03-2008, 02:42 PM
covennannt covennannt is offline
Junior Member
 
Join Date: Dec 2008
Posts: 5
covennannt is on a distinguished road
Default

Re: Is it possible to convert .flv from Replay Media Catcher (Split large YouTube fil


Oh WOW! I got it to finally work! Thanks so much!!
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 04:28 AM.


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