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?
|
|
Avidemux (From PPA) - http://avidemux.sourceforge.net/ OpenShot (From PPA) - https://launchpad.net/openshot/1.3/1.3.1 / http://www.openshot.org/ppa/ Pitivi (From PPA) - http://www.pitivi.org/?go=download I was going to mention commands like ffmpeg or avconv (The new one) which can OBVIOUSLY split files into groups. For example: FFMPEG (Deprecated in 12.04+)
Or
Or AVCONV
Or do some script like here: http://icephoenix.us/notes-for-myself/auto-splitting-video-file-in-equal-chunks-with-ffmpeg-and-python/ |
|||||||
|
|
I'm using ffmpeg CLI interface for that. It's very easy and fast:
In both of these You can calculate duration e.g. using LibreOffice Calc or python's |
|||
|
|
|
you can use winff (GUI for ffmpeg) also |
|||||
|
|