Can anyone recommend a freeware or shareware tool for editing short videos on a PC, that has the ability to clip/merge parts of an existing file without re-encoding/converting the actual video data?
-
Feb 26th, 2011 11:59 AM #1
Video Editing to clip/merge without re-encoding?
Reply With Quote
LOG IN TO THANK
No one has yet thanked hoob for this post.
-
Sponsored Links - Join the RedFlagDeals.com community and remove this ad.
-
Feb 26th, 2011 12:02 PM #2
What are the codec and file format of the videos?
_______________
Over 300 innocent civilians killed in 20+ attacks in one city...and that's just in the last 2 years.
http://en.wikipedia.org/wiki/Persecution_of_Hazaras_in_Quetta
Reply With Quote
LOG IN TO THANK
No one has yet thanked Rehan for this post.
-
Feb 26th, 2011 12:44 PM #3
They are MOV files in h264 created by a screenshow recording tool (Lotus Unyte.) Trying to clip out parts I don't need and merge the remainder into a single file, but all the tools I run seem to baloon the output file in size due to re-encoding. As it is my original file is 1280x800, 35 minutes long, and only 18MB.
Playing around with mencoder now but it's a bit obtuse if you've never used mplayer/mencoder before. Also trying ffmpeg with this command (to get the first minute of video, for example) but it just seems to copy the entire file:
ffmpeg -ss 1 -t 60 -acodec copy -vcodec copy -i input.mov output.movLast edited by hoob; Feb 26th, 2011 at 01:01 PM.
Reply With Quote
LOG IN TO THANK
No one has yet thanked hoob for this post.
-
Feb 26th, 2011 01:35 PM #4
Try NanDub (Windows only) or AVIDemux (Linux/Windows). They will both merge clips, but you must make sure audio syncs on the last half of the clip when merging is complete; if not, need to adjust time delay on second clip used to merge. Also, merging becomes finicky when the audio stream is encoded in VBR MP3.
MEncoder is the fastest way but there are commands you can use without ffmpeg.
Edit (I forgot): if you use mencoder, try this:
The -idx argument forces mencoder to build an index if there is none. This can help with sync issues on the latter half of the merged clip.Code:mencoder -oac copy -ovc copy -idx -o output.mov input1.mov input2.mov
Last edited by flight878; Feb 26th, 2011 at 01:46 PM.
_______________
The sea is behind you and the enemy is in front. — Tariq ibn Ziyad
Reply With Quote
LOG IN TO THANK
No one has yet thanked flight878 for this post.
-
Feb 26th, 2011 02:12 PM #5
Thanks... AVIDemux seems like it would work, but it just crashes on my system trying to play the original input file, let alone convert/clip it. Still struggling with ffmpeg to extract the clips too; it seems to complietely ignore the intended meaning of the "-ss" and "-t" parameters for some reason... Oh well, I will keep plugging away at it.
Reply With Quote
LOG IN TO THANK
No one has yet thanked hoob for this post.
Search Forums


