video-editing

PHP Video Editing and Streaming

Hi, I am developing online video streaming website on PHP. I need two functionalities: Need to add title/text at bottom of the video dynamically. Need to add background music to video dynamically. Is it possible with PHP or any available open source library? Can anyone guide me or provide links to this type of library ? Thanks. ...

Suitable technologies for a Windows video tool

A few years ago, DirectShow was around and let you manage video on DirectDraw surfaces. But since then I think both technologies have been replaced. What's currently the best solution to let you make a Windows app which can let you composite/blend/mix videos/music together? Does one still need to go the DirectX route with surfaces/textur...

stitching videos together using ffmpeg on the command line

Does anybody know how to stitch two (or more) videos together using ffmpeg (or another cli)? This is assuming that all the videos are in the same format and the video format being used allows for lossless stitching (no transcode, just end-to-end stitching). ...

rendering problem

I have NX3000VNXES velocity and its problem is when we try to make render to any clip up of 1 hour and haif and this clip have alot of cuts and effects the velocity start render but on the middle it stop and gives me error message said (failure to create edit ID pushing of video stream fata failed!) please advise ...

Opensource like Camtasia Studio

i used to create a tutorial video with camtasia studio, but curious to know if opensource have application that provide abilities like camtasia studio have such as - keep track action happen during recording. can produce video that zoom to part i want. - Display the text of screencast as an overlay or below the video. ...

Is there a web tool framework for building a video editing/manipulation widget other than custom Flash?

I am looking to build a widget for a site which allows users to tag images from individual frames of a video file but would prefer not to have to build a custom Flash tool. Is there an existing free library or framework which simplifies things like this in a webapplication setting? Features would also involve basic video playback funct...

In-browser flash video editing

We are planning to create a website which involves uploading video. The issue is this video must be edited (cropped, resized and shortened) by the uploaded. Does anyone know of a script/set of apis, where this can be accomplished? I had a look at the YouTube apis but there are no editing or uploading methods that I could find. ...

How to encode video at multiple framerates?

Hello, I'm making an application which imports several videos from different sources and joins them together. The problem is that the source videos can be at different framerates - so for example I want to join a 2 fps video (call it Video A) to a 5fps video (Video B). I want to keep it looking right in the final export. I could pick a...

Server-side video editing

This is what I need to do on a server. Let's say that I have 3 video files: video1.avi 2 minutes -> 640x320 video2.avi 1 minute -> 640x320 video3.avi 1 minute -> 640x320 I need to create video4.avi, that will be 2 minutes long and 1280x320, Containing the videos side by side (horizontally).I need video2 and video3 to be at the right s...

gstreamer command to compose (pip) two videos.

What command should I execute in gstreamer in order to compose two 320x240 videos into a single 640x240 side-by-side video? let's say I have video1.avi and video2.avi ...