I'm a Linux Ubuntu user. I'm looking for a program to join mpg's just by joining them up. I used to have HD Writer AE 2.0 with Windows, which, although very mouse clicky, could cut/join quite easily.
Avidemux: appending is tedious, plus u can't see the start/end of each appended clip. Although its output is so clean and fast.
Kdenlive: really nice program but 'rendering' takes a good hour for 10min of video. unless there's a way?
Openshot and Kino also take their time.
cat command
cat *.mpg > output.mpg
works but leaves a slight pause at the end of each clip in the output, when many clips are joined
mencoder -oac copy -ovc copy -idx -o output.mpg *.mpg
also works a breeze, but there's some large blocky pixelation (very fast) at the joins now - which carries through to a VOB.
also mencoder gives a warning that its creating an avi file.
anyone know a solution, or is it only the paid programs that can help?
I haven't tried Cinerella yet, can it join without encoding?
+ Reply to Thread
Results 1 to 13 of 13
-
Last edited by orbspider; 2nd Jul 2011 at 14:23.
-
Not sure if this will work, but...
first, demux all the .MPGs to .M2Vs
second, concatenate the elementary streams
third, wrap the result through mplex -
File/append?? do you think I don't know that? Wow! every time I need to join 20 or 30 files...
Last edited by orbspider; 4th Jul 2011 at 18:50.
-
Most certainly there are members of this forum who do video editing/film making. However they mostly use Windows or OSX. The selection of available tools for Linux is comparatively small. VideoHelp's Linux tools list: https://www.videohelp.com/tools/sections/linux-video-tools
-
If they are sequentially numbered avidemux will give you the option to auto append
But then you would have to spend some "lovely time" renaming them
You can try mpgjoin or mpgtx
http://linux.die.net/man/1/mpgjoin
http://mpgtx.sourceforge.net/ -
I just had some what of the same issue. Turns out f I had just wrote the AviSynth script, opened it in AviDemux's AVS Proxy GUI, when the GUI opened up the script in AviDemux, I could have saved all the files to a single video. The "+" operator in the AviSynth script would appened all the files for me. Of course, if you're still waiting for an answer to avoid having to append twenty files, I wonder how many files you could have appended by now?
There are no problems - only chances to excel.
-- Unknown -
-
chowmein
I took the time to join this group just to thank you for your answer.
I spent a great deal of time trying to figure out how to get the system to append some newly edited mpegs for me.
In truth after reading your comment I felt like an idiot for not thinking to look under the file tab, but then thats why the world has people like you, to point out those simple things a new user might not have thought about.
Coodos and thank you -
Actually now I know better, after using Avidemux to cut up and sew together mpeg2 files -it doesn't do a good job with it because of the fact that mpeg2 is a finished video format and is not best for use in editing.
now i cut my mpeg2 video in Kdenlive and re-encode, if i have to, but editing from original video or DV would keep the quality up. Could also use Avidemux but need to re-encode to something else not just copy the video if starting with mpeg2. but seeing i need to re-encode i can use Kdenlive because its easy to open all the clips i want to edit and join up. It also produces some top Q video and its good if you have Linux OS.
Similar Threads
-
Recommend best free program / guide for mp3 reencoding?
By Batchman in forum AudioReplies: 5Last Post: 21st Feb 2012, 20:50 -
Join video files without reencoding and save/load order of videos
By Danielyt in forum EditingReplies: 6Last Post: 1st Nov 2011, 11:27 -
How do I strip an MPG 2 of language streams W/O reencoding
By Onceler2 in forum Video ConversionReplies: 17Last Post: 22nd Oct 2011, 06:16 -
Good program from cut/join .mpg .wmv files.
By Beautiful Alone in forum EditingReplies: 1Last Post: 27th Jul 2009, 16:57 -
Good free program to join .mpa audio and .mpg video ?
By geek2330 in forum Newbie / General discussionsReplies: 6Last Post: 5th Nov 2007, 09:34