PDA

View Full Version : [all variants] Editing X264


ginbuntu
September 23rd, 2008, 07:10 PM
Hi, what application can I use to edit a .mp4 file encoded with X264+AAC?

I want to split the video in parts.


thanks in advance

paulmerchant
September 23rd, 2008, 07:43 PM
Try Avidemux if you need a GUI.

FakeOutdoorsman
September 24th, 2008, 01:59 PM
HowTo split/concatenate MP4 files with MP4Box (http://forum.doom9.org/showthread.php?t=93240)

Lets you do this without the need to re-encode. MP4Box is part of the gpac package in the repository.

paulmerchant
September 24th, 2008, 02:43 PM
HowTo split/concatenate MP4 files with MP4Box (http://forum.doom9.org/showthread.php?t=93240)

Lets you do this without the need to re-encode. MP4Box is part of the gpac package in the repository.

I just checked out gpac. Wow, there's a lot more than last time I looked at the project. The MP4Box solution would technically be much better. With Avidemux, you would be re-encoding (going down a digital generation).

eye208
September 25th, 2008, 04:52 AM
With Avidemux, you would be re-encoding (going down a digital generation).
No.

In smart copy mode, Avidemux will only reencode those frames which lost their reference frames (I-frames) due to a cut. If you cut at I-frame positions only, no reencoding will be done.

See here (http://www.avidemux.org/admWiki/index.php?title=Cutting#Intra_Frames_and_SmartCopy ) for more info.

paulmerchant
September 25th, 2008, 10:56 AM
No.

In smart copy mode, Avidemux will only reencode those frames which lost their reference frames (I-frames) due to a cut. If you cut at I-frame positions only, no reencoding will be done.

See here (http://www.avidemux.org/admWiki/index.php?title=Cutting#Intra_Frames_and_SmartCopy ) for more info.

Thanks. That's good to know.