Easy Video Cutter - a simple video cutter
A friend of mine decided to make a contribution to the development of the open source community. The result of his desire was not a big, but, as he thinks, a useful program, about which he asked me to tell.
The essence of this program is very simple: cut out pieces of video. Of course, I told him that there were a lot of such programs, to which he replied that he wanted to do something more convenient than multifunctional non-linear editors for his daily life.
And the utility explained quite intelligibly: “Here on your computer, let's say you have a collection of porn that eats a lot of space on hard, you can cut your favorite scenes and delete the rest.”
In general, it is written on QT and is front-end ' om for mplayer and mencoder.
You can put it in Arch simply:
Orbuild yourself
For those who don’t know how to build it yourself: After that the evc binary will appear, if you wish, you can copy it to / usr / bin This is my first post, but a friend wants to write articles on Habr. Do not judge strictly. UPD: Thanks to everyone who sent the invite
The essence of this program is very simple: cut out pieces of video. Of course, I told him that there were a lot of such programs, to which he replied that he wanted to do something more convenient than multifunctional non-linear editors for his daily life.
And the utility explained quite intelligibly: “Here on your computer, let's say you have a collection of porn that eats a lot of space on hard, you can cut your favorite scenes and delete the rest.”
In general, it is written on QT and is front-end ' om for mplayer and mencoder.
You can put it in Arch simply:
yarout -Sy evc
Orbuild yourself
For those who don’t know how to build it yourself: After that the evc binary will appear, if you wish, you can copy it to / usr / bin This is my first post, but a friend wants to write articles on Habr. Do not judge strictly. UPD: Thanks to everyone who sent the invite
Качаем
wget easyvideocutter.googlecode.com/files/evc-0.1.tar.gz
Распаковываем
tar -xvzf evc-0.1.tar.gz
Переходим в каталог с программой
cd evc-0.1
Собираем
qmake
make