JS / PHP script online video editor, GUI for FFmpeg (or Mencoder). Allows you to cut the video into pieces and combine them. Convert video formats: FLV, MP4, WEBM, OGV. ВPossibility of fast cutting video fragments without transcode.
Required:
Not required (optional):
For work is required only FFmpeg, other applications is optional, if for some reason are not satisfied with FFmpeg.
For example, FFmpeg precisely cuts the video at specified locations, but at the beginning of the video clip will stop the video stream.
Othet tools is cut video better, but not exactly at the specified time locations (keyframe).
Developer website: http://ffmpeg.org/
Install FFmpeg recommended by this manual:
https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
Need to install any additional applications that are listed in this manual.
Attention!
It is strongly recommended to install all applications in a folder /usr/bin/ and /usr/ffmpeg_build/.
To do this in the instructions you need to replace all "$HOME" to "/usr". For install open command line (terminal).
Example:
mkdir ~/ffmpeg_sources cd ~/ffmpeg_sources wget http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 tar xjvf ffmpeg-snapshot.tar.bz2 cd ffmpeg PATH="$PATH:/usr/bin" PKG_CONFIG_PATH="/usr/ffmpeg_build/lib/pkgconfig" ./configure \ --prefix="/usr/ffmpeg_build" \ --extra-cflags="-I/usr/ffmpeg_build/include" \ --extra-ldflags="-L/usr/ffmpeg_build/lib" \ --bindir="/usr/bin" \ --enable-gpl \ --enable-libass \ --enable-libfdk-aac \ --enable-libfreetype \ --enable-libmp3lame \ --enable-libopus \ --enable-libtheora \ --enable-libvorbis \ --enable-libvpx \ --enable-libx264 \ --enable-nonfree \ --enable-x11grab PATH="$PATH:/usr/bin" make sudo make install make distclean hash -r
Developer website: http://www.mplayerhq.hu/
For Ubuntu (Debian) Mencoder can be installed as follows:
sudo apt-get install mencoder
Developer website: http://gpac.wp.mines-telecom.fr/mp4box/
For Ubuntu (Debian) MP4Box can be installed as follows:
sudo apt-get install gpac
Developer website: https://www.bunkus.org/videotools/mkvtoolnix/
For Ubuntu (Debian) MKVMerge can be installed as follows:
sudo yum install mkvtoolnix
For other systems, installation instructions can be found on the websites of the developers.
Watch the video: