thunar: add "convert to mp4" shortcut
This commit is contained in:
parent
7aa1cec6fa
commit
61d2767a9f
|
@ -52,6 +52,15 @@
|
||||||
<patterns>*</patterns>
|
<patterns>*</patterns>
|
||||||
<image-files/>
|
<image-files/>
|
||||||
</action>
|
</action>
|
||||||
|
<action>
|
||||||
|
<icon>video</icon>
|
||||||
|
<name>Convert to mp4</name>
|
||||||
|
<unique-id>2623193055590793-3</unique-id>
|
||||||
|
<command>ffmpeg -i %f %f.mp4</command>
|
||||||
|
<description></description>
|
||||||
|
<patterns>*.mkv</patterns>
|
||||||
|
<video-files/>
|
||||||
|
</action>
|
||||||
<action>
|
<action>
|
||||||
<icon>com.github.peteruithoven.resizer</icon>
|
<icon>com.github.peteruithoven.resizer</icon>
|
||||||
<name>Resize Image</name>
|
<name>Resize Image</name>
|
||||||
|
|
Loading…
Reference in a new issue