
Combine Video Files
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
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!
10 years ago
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.
10 years ago
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.
Cycron
10 years ago
Report
switchrodeo720
10 years ago
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.
Report
switchrodeo720
10 years ago
Thanks for the feedback.
Report
Cycron
10 years ago
Report