
*.* -> MOV, MP4 conversion service
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 a final - working - version of my script, which I use to convert files supported by ffmpeg to MOV format, supported by my iPod Video G5.
Everything was tested to be easy to use (finally, after installation). If You have any problems with it, just let me know - I'll try to help as far as I can.
INSTALLATION:
Just download "avi2mov" script, and save it in /usr/sbin/ directory (You can save it in any directory, but take care later, because i assume, you've saved it in /usr/sbin/ :) ).
After this, You need to set proper permissions, so use chmod:
chmod +x /usr/sbin/avi2mov
Finally, You need to add this converter to Service Menu. Create file
/usr/kde/3.5/share/apps/konqueror/servicemenus/convert-avi-to-mov.desktop
with Kate for example, and copy and paste this code:
[Desktop Action MediaConvertFile]
Exec=/usr/sbin/avi2mov %U
Icon=reload
Name=Convert selected file to mov ...
[Desktop Entry]
Actions=MediaConvertFile
Encoding=UTF-8
Icon=reload
ServiceTypes=video/*
ExcludeServiceTypes=kdedevice
And that's all! :)
dark2x3d
10 years ago
thanks,
Report
Kreuger
14 years ago
Report
elektroschock
14 years ago
Report
KIDNet
14 years ago
Report