A simple app to convert between various file formats.
- Supports batch conversion of multiple files
- Drag N Drop functionality
- Works on almost any Linux distro
These formats and their equivalents are supported:
1) PDF
- Can be converted (page-by-page) to jpg, png, tiff
- Can also be converted to jpg's containing only the first page
- Uses pdftoppm
2) Images: jpg png tiff bmp heic
- Any of these can be interconverted
- Uses convert-im6.q16
3) Audio: aiff aiffc au amr-nb amr-wb cdda flac gsm mp3 ogg opus sln voc vox wav wv 8svx
- Any of these can be interconverted
- Uses sox
4) Video: 3g2 3gp asf avi m4v mkv mov mp4 nsv rm roq vob webm
- Any of these can be interconverted
- Uses ffmpeg
AppImage at:
https://github.com/TimothySimon123/file ... 4.AppImage
I stopped working on jpg2pdf and I'm now working on file-converter.
Source code and instructions to build AppImage at:
https://github.com/TimothySimon123/file-converter
Let's call this file-converter 0.1 alpha.
Please give your valuable comments and suggestions.
Made major improvements in appearance.Huckleberry Finn wrote: Fri Sep 17, 2021 10:55 am Yes, of course.. Step by step .. Once you make it almost perfect for this one (appearance etc, buttons, showing the list when files dragged etc.) the rest wouldn't be difficult.. Just find more commands for more file types and add .. (imho) :)
Implemented that.Huckleberry Finn wrote: Fri Sep 17, 2021 11:09 am Meanwhile, for the drag & drop thing: You can gain some time till you do it: You can just change the echo message to something like" Please drag files here then click ok" (Or something like that) that the user knows/guesses that it's normal it shows a blank window and they can just go on ignoring that ...
Implemented that too.Huckleberry Finn wrote: Fri Sep 17, 2021 11:53 am Just remembered one more thing about that (though that function is not even necessary for me.. just people may want to see):
I don't know which's easier but rather than showing a list of the dropped files (or till then) this may be simpler and lighter:
Just the number of files.. Say: " 18 files will be converted " appears in the window. Then it'll do the job and the user will know that stage is ok... Then you click either to "Convert all" or to "Convert Just 1st Pages" (in place of OK) or "Cancel".
BTW: Should this be moved to a new thread ?