Skip to main content
Known Participant
June 1, 2010
Question

FLV choping/Cutting by script

  • June 1, 2010
  • 1 reply
  • 1000 views

Hi,

I want to cut FLV in pieces through programmatically, if  anyone know about this please tell me or guide me what i can do for this  issue.

Thanks in advance.

    This topic has been closed for replies.

    1 reply

    Petro_O__Bochan
    Inspiring
    June 1, 2010

    Consider using the server-side Stream class, in particular the record() method.

    Known Participant
    June 1, 2010

    Thanks for answer

    Basically i want to cut FLV after recording. Like we have One hour recording file than we want to cut this flv into first 10 minutes then 30 minutes then 20 minutes.

    calmchessplayer
    Inspiring
    June 1, 2010

    you can play the video and then rerecord it with the size parameter set tell to only be so many KB then stop recording .......there more details than this but thats the basic idea.