
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
Converts videos to cell phones / mobile phones that support .mp4 format in 320x240, like e.g. my Sony Ericsson (Should also work with PSP / iPhone / several iPods)
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!
9 years ago
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
9 years ago
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
pawanyadav
9 years ago
Report
DaHoC
9 years ago
Report
kdekda
10 years ago
i've compiled ffmpeg with aac support, but nothing happens when I try to convert a video
Report
pawanyadav
10 years ago
Report
DaHoC
10 years ago
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...
Report
pawanyadav
10 years ago
opensuse 11.3, KDE 4.4 here
Report
DaHoC
10 years ago
Report
WillS
10 years ago
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;
Report
DaHoC
10 years ago
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)
Report