


PSP convert
Dolphin Service Menus by frugo3000 4 comments
Great work, very useful. One suggestion, I edited your PSPconvert.desktop file to add a menu that generates thumbnails for the video, the action is as follows:
[Desktop Action PSPconvert-Generate-Frame]
Name=Generate-Frame
Icon=package_multimedia
Exec=konsole --noframe --noclose --notabbar -e ffmpeg -y -i "%u" -f image2 -ss 5 -vframes 1 -r 1 -s 160x120 -an "%u.thm"
That way, if a user wants a thumbnail, he uses this, if not, well the app does not mandate anything. You should add it to your app to make it more complete
Cheers and Thanks again. - Feb 13 2009
[Desktop Action PSPconvert-Generate-Frame]
Name=Generate-Frame
Icon=package_multimedia
Exec=konsole --noframe --noclose --notabbar -e ffmpeg -y -i "%u" -f image2 -ss 5 -vframes 1 -r 1 -s 160x120 -an "%u.thm"
That way, if a user wants a thumbnail, he uses this, if not, well the app does not mandate anything. You should add it to your app to make it more complete
Cheers and Thanks again. - Feb 13 2009