
2PSPVideo
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
2PSPVideo is a KDE service menu which allows quick and easy conversion of video files to PlayStation Portable (PSP) compliant mp4 files. You will need to have ffmpeg installed. Once finished, the video will be saved into the root of your home directory as M4V00002.MP4.
As Im currently without a PSP I have not tested the converted files, so feedback is appreciated.
To install, just save the source code into /usr/share/apps/konqueror/servicemenus/ The video conversion option will then appear under the 'Actions' menu when you right-click a video file.
15 years ago
V0.1 - Initial, conversion to PSP compliant video
V0.2 - Added function to make PSP compliant thumbnail to go with the video.
15 years ago
V0.1 - Initial, conversion to PSP compliant video
V0.2 - Added function to make PSP compliant thumbnail to go with the video.
stond
13 years ago
Report
gaaruto
14 years ago
ffmpeg can write a file description into a mp4 ?
Report
gaaruto
14 years ago
just use capital letters and boot with devhook under 2.71...
Report
Linuxglider
14 years ago
ffmpeg version 0.4.9-pre1, build 4718, Copyright (c) 2000-2004 Fabrice Bellard
built on Jan 11 2006 02:12:42, gcc: 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk)
Input #0, avi, from '/mnt/sda1/Videos/quake movies/back_4_good.avi':
Duration: 00:18:10.6, bitrate: 1533 kb/s
Stream #0.0: Video: msmpeg4, 384x286, 29.97 fps
Stream #0.1: Audio: adpcm_ms, 22050 Hz, mono, 89 kb/s
Unknown input or output format: psp
can someone help me? ffmpeg and faac is installed what can do?
greetings
linuxglider
Report
anz
15 years ago
To get a thumbnail, just create another service menu:
Desktop Entry]
ServiceTypes=video/*
Actions=2PSPThumbnail
[Desktop Action 2PSPThumbnail]
Name=Convert to PSP Thumbnail
Icon=package_multimedia
Exec=konsole -e ffmpeg -y -i %u -f singlejpeg -ss 5 -vframes 1 -s 160x120 -an M4V00002.THM
Greetings!
Report
HenrikA
15 years ago
Report
tkoecker
15 years ago
Report