Splitting FLV's

0 (0 rating(s))

(no rating yet)

  • Pages (1):
  • 1
Author Posts

03.07.2012, 21:17

Splitting FLV's

Hi Guys,

I'm wanting to know if anyone knows any software that will split large Flv's into 2 or 3 individual playable parts, without re-ecoding it.

I have several large Flv recordings I wish to convert. But if I did the whole file the resulting conversion would be massive. I have software that will do it, but it wants to re-encode the flv, and the resulting flv's on playback are not as good a quality as the original.

So any help would be appreciated.

All the best

Ace.

08.08.2012, 12:52

Re: Splitting FLV's

roddo1234 wrote:This free software will allow you to split .flv files without having to re-encode them. With the free version you can only do 1 split at a time but once you
have all the parts that you want it can then join them without re-encoding.
Get it here, [hidden link - please register]
Choose Moyea FLV Editor Lite, it's free and it works.

Moyea works but some have lost audio after split, so check o/p file is OK before erasing source

08.08.2012, 04:48

Re: Splitting FLV's

This free software will allow you to split .flv files without having to re-encode them. With the free version you can only do 1 split at a time but once you
have all the parts that you want it can then join them without re-encoding.
Get it here, [hidden link - please register]
Choose Moyea FLV Editor Lite, it's free and it works.

14.07.2012, 19:27

Re: Splitting FLV's

If your still looking for another alternative, and you're a little familiar with cmd prompt, ffmpeg should do the trick.

ffmpeg -i input.flv -acodec copy -vcodec copy -ss 00:00:00 -t 00:00:00 output.flv

-ss is start time and -t is how long you want it in hours:minutes:seconds. Those copy parameters should give you a lossless output.

04.07.2012, 02:16

Re: Splitting FLV's

hi

best solution for me, demux using FLV extract, remux with mkv merge (only takes about a minute) and then edit the mkv file with avidemux.

the file changes from .flv to .mkv and save finally to .avi

with no encoding. all this does is change the container
hope this helps.

the 1st part makes the wacky timecode etvshow files play properly as a bonus.

03.07.2012, 22:08

Re: Splitting FLV's

Or , maybe,try this SUPER

Read here [hidden link - please register]

Greetings

03.07.2012, 21:46

Re: Splitting FLV's

alexxxi wrote:How come you dont want to re-encode it? I know a few programs that cut/trim flv and encode them to any format u want .... its gonna be hard splitting the flv and not encoding it.

but heres a link might be helpful

[hidden link - please register]

Cheers Alexxxi,

That looks like it might do the job, as it doesn't recompress the original flv. I've tried doing it by re-encoding the file, but it always seems to reduce the quality. I just wanted to split them into more managable sizes.

So I'll give that a try.

Thanks once again. Thumb up

03.07.2012, 21:35

Re: Splitting FLV's

How come you dont want to re-encode it? I know a few programs that cut/trim flv and encode them to any format u want .... its gonna be hard splitting the flv and not encoding it.

but heres a link might be helpful

[hidden link - please register]
  • Pages (1):
  • 1