Tagged Questions
The video-editing tag has no wiki summary.
3
votes
3answers
433 views
Video editing with python or command line
I need to perform the following operations in my python+django project:
joining videos with same size and bitrate
joining videos and images (for the image manipulation I'll use PIL: writing text to ...
3
votes
2answers
883 views
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 ...
2
votes
1answer
1k views
iOS Video Editing - Is it possible to merge (side by side not one after other) two video files into one using iOS 4 AVFoundation classes?
I know you could merge multiple clips and create a single video by appending one after other using AVFoundation classes- AVURLAsset, AVMutableComposition, AVMutableCompositionTrack etc.
There are ...
2
votes
1answer
356 views
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
2
votes
1answer
663 views
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 ...
2
votes
2answers
621 views
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 ...
1
vote
0answers
66 views
Simultaneous Audio and Video Recording on iPhone 4S
I was trying to video record a Christmas greeting on an iPhone 4S using the switch function on the camera so I can frame myself properly. I am able to record the video but can't figure out how to ...
1
vote
0answers
80 views
Avisynth like NonLinear Editor for Linux
In my Red5 application, I need a tool that can take 4 video streams and merge them into one bigger video in a 2x2 grid (like security camera videos). Avisynth’s script seem easy to use however:
it ...
1
vote
1answer
305 views
Is there any video editing library available in Android
I am looking for a video editing library in Android.
Editing tasks:
Appending video to the end of another video.
Adding sound track to the video.
Adding text on top of the video.
Giving effects to ...
1
vote
1answer
252 views
Dump last frame of video file using ffmpeg/mencoder/transcode et. al
I'd like to grab the last frame in a video (.mpg, .avi, whatever) and dump it into an image file (.jpg, .png, whatever). Toolchain is a modern Linux command-line, so things like mencoder, transcode, ...
1
vote
1answer
131 views
Web-based video editing (lite)
I am currently developing a small ASP.NET site where, among other things, users can upload and view videos. I would like to implement some basic editing functionality: trimming, fade in/out, ...
1
vote
2answers
395 views
Merge 2 Videos in one with command line (maybe Virtual Dub?)
I have a C# program here which needs to merge 2 video files into one. First I tried around doing it in C# but I think it needs just to much time and knowledge to do so.
Now I'm searching for a ...
0
votes
0answers
31 views
iPhone AVErrorInvalidVideoComposition error when doing image overlay on video?
I have combined the 2 code chunks found here into one solid chunk (and verified the process with an Apple Developer Xcode tutorial file). When I run it, however, I get an error. It says:
Error ...
0
votes
5answers
48 views
Is there some way to express OpenGL instructions in a language-independent way?
The title pretty much says it. I was thinking about making a simple video editor, and I was unsure about the "logistics" of various effects and filters and such. Let's say I want to make it possible ...
0
votes
0answers
50 views
Video editing api for server side work
Does anyone know of any server side apis for java or php, or applications with a useable api (either java or php) for video editing?
Doesn't need to be too fancy ( although being fancy isnt a ...
0
votes
0answers
7 views
Emulate OS functionality in a video editing
I'm looking to a video editing software able to let make me effects on static images as panes appearing, popup windows and more stuff like that. I want to emulate an operating system functionalities ...
0
votes
1answer
32 views
CamStudio Screen Annotation
I would like to add screen annotation for already existing video using CamStudio.
Is there any possibility to do so?
If CamStudio does not support this feature I am looking for some other ...
0
votes
0answers
15 views
Most efficient way of having an object move across a video? [closed]
I have a still image that I would like to utilize to move across a wmv file I have. What is the easiest and most proficient way I can accomplish this without having to go frame by frame? I wasn't ...
0
votes
0answers
33 views
UIVideoEditorController hangs on no disk space
I am developing an iPhone application that puts up UIVideoEditorController UI. If user tries to tap on Save button on the Edit UI when there is LOW disk space, error callback is returned to ...
0
votes
2answers
115 views
ScreenFlow: select an area to capture or crop the video, how?
I'm trying to use ScreenFlow (together with SimFinger) to make an iPhone Simulator video.
Is it possibile to select a particular area to capture? Or how could I crop the video after the capture?
0
votes
0answers
29 views
Dynamic titles in iMovie
I'm working with iMovie 11 and try to show a text list with ten rows. The viewer should be able to read all text, so the list is displayed for 20 seconds. As you can think, that will be very boring. ...
0
votes
1answer
522 views
Changing video Frame size using AVFoundation
I am trying to change the video frame size to square i.e 100 x 100. Here is the code:
- (void) changeSize :(NSURL *) url
{
//Create audio/video Settings
NSDictionary *videoSettings = [NSDictionary ...
0
votes
1answer
161 views
how to convert m4v to image sequence?
I am trying to extract frames from m4v files compressed with H264. I am studying the compression artifacts generated by h264 so I actually need the exact frames (re-encoding is not an option). I know ...
0
votes
1answer
981 views
Cyberlink PowerDirector 9 - Importing mov files in the timeline removes audio?
I'm trying to trim a few mov files using PowerDirector. When I drag them into the timeline, no audio track shows; when I click play no sound is heard. However the files do have sound, it gets removed ...
0
votes
0answers
158 views
Video Editing in Android
For my recent android project, I want achieve following things:
1. Merge two video
2. Edit the video - like Add Title, Subtitle, Numbers at some part of video (Not
throughout)
3. Change Audio of ...
0
votes
0answers
66 views
What software to use for creating an animation like RSAnimate
I want to create an animation like this
Except I want to be able to outsource the process without requiring any video recording equipment. Is there a combination of table drawing/video editing ...
0
votes
0answers
124 views
Openshot-1.3.0 not working on Fedora 14
I am trying to install openshot 1.3 from yesterday. After doing everything I could do and searching the whole web. I am finally asking this. I downloaded the source and installed it from there and ...
0
votes
1answer
66 views
What are the current options for basic web-based video editing?
I'm wondering what options exist as of April 2011 for allowing a user to, having uploaded a piece of video to our server:
Trim the footage by indicating a start and end point
Capture specific frames ...
0
votes
1answer
282 views
Saving part of a video with FFmpeg using C
I am creating a simple video editing application using Java, JNI, C, and FFmpeg. The UI is being designed in Java and I am talking with FFmpeg from a C file using JNI. Does anyone have any suggestions ...
0
votes
1answer
166 views
0
votes
1answer
48 views
Edit a video to embed a bitmap
I would like to edit a video so that i can embed a small bitmap image at any corner. The bitmap image has to be replaced with another image, for every two video frames.
If somehow it is possible to ...
0
votes
1answer
56 views
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 ...
0
votes
3answers
2k views
PHP Video Editing and Streaming
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 ...
-1
votes
1answer
24 views
Creating a collage style video, with multiple inner videos [closed]
I am a total newbie at video editing so please be patient with me. What I would like to do is create a video that that is a composite of a still image "matte" with two different "inner videos". For ...