2
votes
1answer
60 views

How to convert multiple files to png (instead of one) in Thunar custom actions?

I have added convert %f %f.png to Thunar's custom actions to convert a selected image to png. What would be the command that can be added in the same way that would allow selecting multiple files or ...
2
votes
2answers
99 views

How to convert flv file(s) to mp3 from PCManFM's (Open with) context menu?

Opening a terminal in a folder that contains a flv file called "one" (one.flv) and running this command: ffmpeg -i one.flv one.mp3 the flv file is converted to mp3 with the same name and in the same ...