The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
59 views

Looking for the professional video editing tool

No this is not a poll. I guess you have to admit that gimp is the picture editing tool for linux. Well i am lookin for the video editing tool for linux. Is there one?
1
vote
1answer
232 views

Chromakey -video-editing in Unix?

My friends are recommending me to use OSx for video-editing but trying to use old good OSs such as Debian and Ubuntu. How can I do chromakey -video-editing in some Unix or Linux?
0
votes
1answer
87 views

Where is avisplit? [duplicate]

Possible Duplicate: How to find out which (not installed) package a file belongs to? I usually used avisplit command to split avi files. I noticed that I should install the package ...
1
vote
1answer
2k views

How to splice sections of a video with avconv?

I have figured out so far that you can cut a section from a video with avconv with a command like this (cuts from 1:00-3:00): avconv -ss 00:01:00 -i "input.avi" -t 00:02:00 -c:v libx264 -crf 23 ...
1
vote
3answers
395 views

Editing margins and sharpening of movies

I copied some cartoons from a VCD to my hard drive, to be able to manage the content more easily. However, probably because of the VCD outdated technology, there are two issues with these clips: ...
8
votes
4answers
676 views

Is it possible to merge video files using `cat`?

I wonder if it's possible to merge video files using the cat command? I mean will the resultant file play seamlessly?
1
vote
1answer
84 views

Does kdenlive have a limit regarding the workable filesize?

Does kdenlive have a limit regarding the workable file-size?
2
votes
1answer
234 views

How to grab the audio channel from an MP4 video file into a separate audio file?

Having an MPEG4 (MP4 container, H264 AVC video, AAC audio) video clip downloaded from YouTube, how to separate its audio channel into an independent audio (without de&re-compressing the audio ...
1
vote
1answer
274 views

How to crop a particular part of a YouTube video clip?

Having an MPEG4 (MP4 container, H264 AVC video, AAC audio) video clip downloaded from YouTube, how to crop a particular piece of it (remove everything before a particular starting point timestamp an ...
5
votes
1answer
272 views

Text to movie from commandline

I need a script called myslide which does the following: myslide -f 15 -t 20 "Hello World" produces a movie file (to be played by mplayer), which just displays "Hello World" in the center of the ...
2
votes
5answers
267 views

Are there any animation programs for animating static images?

I'd like to make a simple movie with my kids. I've taken some pictures of toys and cropped them to be the characters. I'd like to make a movie where these move against some background (ie the ...
1
vote
0answers
202 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 ...
1
vote
1answer
980 views

How to use 'wine' and AviSynth and Avs2YUV with 'mplayer/mencoder' (or any player/encoder)

I have a lot of AviSynth scripts (.avs) which create a montage of text pics and video, but until yesterday I'd had no luck running AviSynth scripts in 'wine'. I read about a 'Windows' program called ...
2
votes
2answers
240 views

Video Watermarking

I am looking for a solution in which I can add watermark to the given video at given frame. Is there any utility/tool to do so ?
4
votes
3answers
2k views

How to 'burn' a subtitle track onto an mp4 video file

I would like to make a subtitle file to be a part of an mp4 video file, so that I don't have to deal with two separate files. I imagine two ways: Make the subtitle an intrinsic part of the video. ...
3
votes
3answers
419 views

What is the most advanced video editing FLOSS?

There are so many video editors out there (at least half a dozen during my search), and I wonder which is the most advanced among them? How does it compare with commercial offerings?
11
votes
5answers
8k views

How to remove an audio track from an mp4 video file?

I have an mp4 video file with multiple audio tracks. I would like to strip away the rest of the tracks and keep just one. How do I do this?
6
votes
2answers
477 views

Video editor w/ stabilization?

As I slowly migrate from Apple's Mac OS X to a Linux distribution, I try to find good replacements for Apple's iLife software suite. I particularly like the current iMovie's image stabilization ...
-1
votes
1answer
223 views

Is 'Shut down computer when finished' during Avidemux encoding stage useful?

I get the option to Shut down computer when finished during encoding stage of Avidemux. Why would I want to do that?
9
votes
3answers
11k views

How can I use ffmpeg to split MPEG video into 10 minute chunks for YouTube upload?

There is often a need in the open source or active developer community to publish large video segments online. (Meet-up videos, campouts, tech talks...) Being that I am a developer and not a ...