Mercurial > mplayer.hg
annotate etc/mplayer.desktop @ 16946:47c5e9846cd3
ultra simple&slow pp filter, yes yet another spp like filter :)
this one does actually compress&decompress the video at various shifts with lavc while the other spp filters are doing optimized intra only filtering
limitations:
mpeg4 is hardcoded, all options too, pretty trivial to change though, even filtering with non dct codecs like snow could be tried ...
the qscale/qp is only taken fron the first MB of each image and then used for the whole image (would needs some small changes to lavc to let the user set the qscales for the mbs themselfs but iam to lazy ...)
this needs ALOT of cpu time and memory especially at uspp=8 ...
author | michael |
---|---|
date | Tue, 08 Nov 2005 13:15:19 +0000 |
parents | 865ef897f786 |
children | c9e946b14b44 |
rev | line source |
---|---|
12727 | 1 [Desktop Entry] |
2 Type=Application | |
3 Encoding=UTF-8 | |
12738 | 4 Name=MPlayer |
16395
e867b84178bd
Spelling, fix Terminal and Categories entry, add MimeType.
diego
parents:
12791
diff
changeset
|
5 GenericName=Multimedia player |
e867b84178bd
Spelling, fix Terminal and Categories entry, add MimeType.
diego
parents:
12791
diff
changeset
|
6 Comment=Multimedia player |
e867b84178bd
Spelling, fix Terminal and Categories entry, add MimeType.
diego
parents:
12791
diff
changeset
|
7 Comment[de]=Multimedia-Player |
12727 | 8 Comment[es]=Reproductor multimedia |
9 Comment[fr]=Lecteur multimedia | |
10 Comment[it]=Lettore multimediale | |
12791 | 11 Icon=mplayer-desktop.xpm |
12727 | 12 TryExec=gmplayer |
13 Exec=gmplayer | |
16395
e867b84178bd
Spelling, fix Terminal and Categories entry, add MimeType.
diego
parents:
12791
diff
changeset
|
14 Terminal=false |
e867b84178bd
Spelling, fix Terminal and Categories entry, add MimeType.
diego
parents:
12791
diff
changeset
|
15 Categories=GTK;Application;AudioVideo;Audio;Video;Player;TV; |
16571
865ef897f786
typo, noticed by Julian Sikorski <lordzanon at poczta dot onet dot pl>
rathann
parents:
16395
diff
changeset
|
16 MimeType=application/ogg;application/x-ogg;application/sdp;application/smil;application/x-smil;application/streamingmedia;application/x-streamingmedia;application/vnd.rn-realmedia;application/vnd.rn-realmedia-vbr;audio/aac;audio/x-aac;audio/m4a;audio/x-m4a;audio/mp1;audio/x-mp1;audio/mp2;audio/x-mp2;audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/mpegurl;audio/x-mpegurl;audio/mpg;audio/x-mpg;audio/rn-mpeg;audio/scpls;audio/x-scpls;audio/vnd.rn-realaudio;audio/wav;audio/x-pn-windows-pcm;audio/x-realaudio;audio/x-pn-realaudio;audio/x-ms-wma;audio/x-pls;audio/x-wav;video/mpeg;video/x-mpeg;video/x-mpeg2;video/quicktime;video/vnd.rn-realvideo;video/x-ms-afs;video/x-ms-asf;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvxvideo;video/x-msvideo; |