
Combine Video Files
Source (link to git-repo or to original if based on someone elses unmodified work):
Description:
This is the first nautilus script I've released. It's purpose is to allow the ability to easily combine video files (cd1, cd2, cd3, etc...) into one video file. After the conversion process is complete, the seed video files are moved to the trash (v1.5 - 06/03/2010).
This script only relies on one other program, mencoder. Install mencoder before running this application, running the following command in a terminal:
sudo apt-get install mencoder
If mencoder isn't installed, the program will not execute and it will remind you to install mencoder.
After copying into your nautilus scripts folder make sure the script is executable. If it is not executable, the script will not show up in the right click scripts menu.
Please message me or post comments if you have questions, feedback or enhancement ideas.
I hope the community finds this useful.
Enjoy! Last changelog:
This script only relies on one other program, mencoder. Install mencoder before running this application, running the following command in a terminal:
sudo apt-get install mencoder
If mencoder isn't installed, the program will not execute and it will remind you to install mencoder.
After copying into your nautilus scripts folder make sure the script is executable. If it is not executable, the script will not show up in the right click scripts menu.
Please message me or post comments if you have questions, feedback or enhancement ideas.
I hope the community finds this useful.
Enjoy!
06/02/2010 v1.0 - Initial public release. Includes support for spaces in file paths.
06/03/2010 v1.5 - Now moves seed video files to the user's Trash folder rather than 'rm' removing them.
Ratings & Comments
4 Comments
Could you also make a video splitter? that would be awesome. like for taking an hour video and splitting it into 6 parts (10 mins each) for uploading to youtube?
I'll take a look at that. I personally wouldn't have a use for it, but I think it would be a fun project. Give me a few days and I'll see what I can come up with. If you have anymore details of how you would like it to function just leave them in the comments. Thanks for the feedback.
I finished and published the split script here: http://gnome-look.org/content/show.php?content=127551. I hope you find it useful. I've tested it a bunch myself, but if you find bugs or have suggestions for it just let me know.
Awesome!