I’m trying to do some very simple video editing but I’m having trouble finding a software solution that works for what I’m looking to do.
I’ve got a bunch of movies that are split into two files (in order for both to fit on a CD-R, back when that was relevant). I’d like to just combine them into one file. Trouble is, the file-type is usually avi and I’ve had trouble finding an application that will read and properly import an avi file.
How about avidemux? Should be in the Packman repository; for packages containing the GUI look for avidemux packages with the suffixes -qt or -gtk (or so).
–
PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.3 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.0 | nVidia
ION | 3GB Ram
A few multimedia containers (MPEG-1, MPEG-2 PS, DV) allow to join video files by merely concatenating them.
Hence you may concatenate your multimedia files by first transcoding them to these privileged formats, then using the humble cat command (or the equally humble copy under Windows), and finally transcoding back to your format of choice.
Notice that you should either use -sameq or set a reasonably high bitrate for your intermediate and output files, if you want to preserve video quality.
Also notice that you may avoid the huge intermediate files by taking advantage of named pipes, should your platform support it:
Similarly, the yuv4mpegpipe format, and the raw video, raw audio codecs also allow concatenation, and the transcoding step is almost lossless. When using multiple yuv4mpegpipe(s), the first line needs to be discarded from all but the first stream. This can be accomplished by piping through tail as seen below. Note that when piping through tail you must use command grouping, { ;}, to background properly.
For example, let’s say we want to join two FLV files into an output.flv file:
The thing about Avidemux: it’s very easy to use, esp. for simple tasks like merging, cutting, re-encoding, adding different audio etc. I’d give it a shot.
Despite the name it does not only support .avi-files btw.
If Avidemux had transitions and the option of a title page…that is the easiest.
I am not sure what you mean by “transitions”, but to me it sounds like blending from one clip to another - have you looked into ‘Video’ → 'Filter"? I am also sure about the term “title page”, but with those filters you can add images as overlays too. Sorry if I got you wrong.
Tested it yesterday , latest version, works perfect. rendering is faster than KDEnlive !!!
I recently bought a video camera “Samsung HMX-Q10BP/XSA” for AUD350.-- , Works with flash memory cards and produces mp4 video files. I also found when extracting still-frames for a photo album, the quality is acceptable.