If just need to crop Audio/Video from a longer track, what can I use? I tried OpenShot, but I find the export video slow, perhaps its compling all the "layers" into a new movie? Perhaps I just need a simple "crop" tool for audio/video will surfice?
If just need to crop Audio/Video from a longer track, what can I use? I tried OpenShot, but I find the export video slow, perhaps its compling all the "layers" into a new movie? Perhaps I just need a simple "crop" tool for audio/video will surfice?
I was going to mention commands like ffmpeg or avconv (The new one) which can OBVIOUSLY split files into groups. For example:
FFMPEG
Or
AVCONV
Or
Or do some script like here: http://icephoenix.us/notes-for-myself/auto-splitting-video-file-in-equal-chunks-with-ffmpeg-and-python/
With new version from ubuntu avconv
To specify end time instead, use the option -to [end time].
Please refer to ffmpeg documentation for more informations
kdenlive is (in my experience) the easiest software which will allow you to perform that task in a few steps and without problems. Even so, the OpenShot Video Editor project is also useful but it yet needs lots of hard work to get closer to the kdenlive.
Here are a screenshot of the kdenlive and openshot respectively:
Good luck!
I like kdenlive for finishing up as well or clipping out small chunks...but if he wants to split a LARGE lecture into smaller pieces he could try:
discussion of the command is here: http://ubuntuforums.org/showthread.php?t=480343
LosslessCut is focused entirely on clipping/cutting, is simple to use and does not re-encode, meaning saving to disk is pretty much instant.
To ensure audio remains synced with image, use the keyframe cut option.
Github repo.
OpenShot Video Editor looks promising. Have you checked it?. Checkout the features: http://www.openshot.org/features/
The official installation method is via AppImage available at https://www.openshot.org/download/
To install it just open a terminal and run the following commands:
Just give a try.
My preference for easy video clipping has always been avidemux.
Just set the video and audio encoding to Copy and choose the container format you want, within reason.
Installation:
entry at apps.ubuntu.com
I'm using ffmpeg CLI interface for that. It's very easy and fast:
to cut video:
to cut audio:
In both of these
-ss
is the start point, while-t
is the duration of the piece.You can calculate duration e.g. using LibreOffice Calc or python's
dateutil
package, or you can use the-to
option which accepts the end time directly.Try Avidemux
or LiVES
There is also WinFF that is avconv graphic interface. It works great. I installed it from Ubuntu Software Center.
Here is the screenshot: