
2video4mobile
Source (link to git-repo or to original if based on someone elses unmodified work):
Installation for KDE4 (only for kde4 version)
Home installation:
- place the .desktop file in $(kde4-config --localprefix)/share/kde4/services/ServiceMenus/
System-wide installation:
- place the .desktop file in $(kde4-config --prefix)/share/kde4/services/ServiceMenus/
This Servicemenu requires you to have vlc installed.
Enjoy!
Version 0.8
-Switched from ffmpeg to vlc
-Better Quality, but takes also a bit longer to convert
-Output of transcoding process is now written to /tmp/vlcTranscode.log
Version 0.7
- Adapted to FFmpeg parameter change
- Appended _mobile to proposed output file name
Version 0.6
- Integrated the shell script into the servicemenu file
- Changed the proposed output name
Version 0.5
- Fixed conversion parameters for better sound quality
- Stereo sound
- Bitrate limit
Version 0.4
- chinese and french language support added
Version 0.3
- english and german version
- save-as dialog
- overwrite dialog
- notification on finish
Version 0.1
- Initial release (english only), feel free to nag around
Ratings & Comments
9 Comments
mplayer/mencoder can be used? can someone provide script for the same?
Yes, you can also use mencoder, it should not be that difficult if you use this script as draft.
could 2video4mobile create an ouput text file with the log of the operations? i've compiled ffmpeg with aac support, but nothing happens when I try to convert a video
thanks for update.... but its still not working...
hmm, I found the error and fixed it, for me it works fine again. After copying the Servicemenu, dolphin needs some time (about 30sec. for me) to update to the new version, maybe try again? Otherwise, I cannot reproduce the error and thus don't know what exactly the issue is...
the script is not working....after update opensuse 11.3, KDE 4.4 here
Thanks, I just fixed it!
hoihoi, Thank you for this service menu. It's very useful and works fine with my iPod nano. For me I edited line 51 in 2video4mobile.sh to Quote:newname=$(kdialog --getsavefilename "$(basename "$1" .avi).mp4" "*.mp4 |MP4 $FILES")
to get proposed the name in dialogue. The '.avi' removes this extension. I didn't figure out a way to get work for all file types. Perhaps, you can.
It would be very nice, if you could add a progressbar or something like this. I played around with the 'kdialog --progressbar'. But I'm not familiar with dbus-commands to get the state of ffmpeg.
will;
Hi, I changed the proposed name, and I also would like to have a progressbar, but that turned out to be rather difficult and is not included yet (I don't know if it's even possible actually)