GUI file converter app and its commands

Here is where you can post tips and tricks to share with other users of MX. Do not ask for help in this Forum.
Message
Author
Amigo
Posts: 79
Joined: Fri Nov 01, 2019 9:55 am

Re: GUI file converter app and its commands

#41 Post by Amigo »

Good day @TimothySimon,

I created an icon for your app (F->ile & an inverted C->onverter)

If you like it and want to use it, Use it freely. If you don't like it or don't want to use it. It's OK too ;)

https://www.deviantart.com/apiecethatsp ... -892574474

Regards

Attached zip file with the .svg and .png icon
You do not have the required permissions to view the files attached to this post.
Last edited by Amigo on Sat Oct 02, 2021 7:14 am, edited 1 time in total.

TimothySimon
Posts: 93
Joined: Fri Sep 10, 2021 2:16 am

Re: GUI file converter app and its commands

#42 Post by TimothySimon »

Amigo wrote: Tue Sep 21, 2021 2:46 pm Good day @TimothySimon,

I created an icon for your app (F->ile & an inverted C->onverter)

If you like it and want to use it, Use it freely. If you don't like it or don't want to use it. It's OK also ;)

https://www.deviantart.com/apiecethatsp ... -892574474

Regards

Attached zip file with the .svg and .png icon
Thank you so much ........
This is really a forum of VERY helpful people.

You can post/PM about how I should attribute your contribution.
:happy:

SwampRabbit
Posts: 3602
Joined: Tue Jun 14, 2016 2:02 pm

Re: GUI file converter app and its commands

#43 Post by SwampRabbit »

@TimothySimon you can add lines for that in the copyright file under packaging/debian, pretty clear what to do, but let me know if you have questions

@Amigo I really really like it, but maybe could you bring the bottom of the colored section down to be paralel with the other?
might help make it look more uniform, also don't forget to check how it looks on light and dark themes and at the small size that will show in the panel and menu, sometimes we think something looks great at scale, but when we shrink it it doesn't.... I say this cause I think that black outline might be too thick, but maybe it isn't
NEW USERS START HERE FAQS, MX Manual, and How to Break Your System - Don't use Ubuntu PPAs! Always post your Quick System Info (QSI) when asking for help.

Amigo
Posts: 79
Joined: Fri Nov 01, 2019 9:55 am

Re: GUI file converter app and its commands

#44 Post by Amigo »

Good day @SwampRabbit,

OK attached let's call it the V2

maybe could you bring the bottom of the colored section down to be paralel with the other?
- Done!

also don't forget to check how it looks on light and dark themes
- Done! attached a preview of the icon with a dark and light background (if you think a variation is needed please let me know)

and at the small size that will show in the panel and menu, sometimes we think something looks great at scale, but when we shrink it it doesn't.... I say this cause I think that black outline might be too thick, but maybe it isn't

-I decreased the outline. If it's possible to use the .svg image the size it's not a problem the image will scale automatically without loosing the sharpness
Attached an image where i put the .svg image in the panel(22px) just to test it and that is how it will looks

If a .png image it's needed please let me know the requiered messures and i can create it

Please let me know if that can work or if we can improve in other way the icon

Regards
You do not have the required permissions to view the files attached to this post.

SwampRabbit
Posts: 3602
Joined: Tue Jun 14, 2016 2:02 pm

Re: GUI file converter app and its commands

#45 Post by SwampRabbit »

@Amigo looks pretty darn good to me!

The svg version can be used.
NEW USERS START HERE FAQS, MX Manual, and How to Break Your System - Don't use Ubuntu PPAs! Always post your Quick System Info (QSI) when asking for help.

Amigo
Posts: 79
Joined: Fri Nov 01, 2019 9:55 am

Re: GUI file converter app and its commands

#46 Post by Amigo »

@SwampRabbit

OK then let's leave it that way. Anyway if any change is required please let me know and I will help.

Saludos

TimothySimon
Posts: 93
Joined: Fri Sep 10, 2021 2:16 am

Re: GUI file converter app and its commands

#47 Post by TimothySimon »

file-converter

New release: 0.3-beta
https://github.com/TimothySimon123/file-converter
A simple app to convert between various Document, Image, PDF, Video and Audio file formats.

These formats and their equivalents are supported:
1) PDF
- Can be converted (page-by-page) to jpg, png, tiff (Uses pdftoppm).
- Can also be converted to a jpg containing only the first page (Uses pdftoppm).
- Can be converted to html , odg (Uses LibreOffice).
2) Documents: pdf docx xlsx pptx odt ods odp odg odf odb doc ppt rtf xls epub html slk csv txt xml mml .... etc.,
- All formats and conversions supported by LibreOffice.
- Uses LibreOffice
4) Images: jpg png gif tiff bmp heic ico webp
- Any of these can be interconverted
- Uses convert-im6.q16
5) Audio: mp3 ogg wav aiff aac flac voc
- Any of these can be interconverted
- Uses ffmpeg
6) Video: mp4 mkv webm 3gp avi dat flv m4v mov rm
- Any of these can be interconverted
- Uses ffmpeg

Download latest beta version at https://github.com/TimothySimon123/file ... g/0.3-beta

AppImage: https://github.com/TimothySimon123/file ... 4.AppImage

deb: https://github.com/TimothySimon123/file ... 3-beta.deb
Incorporated changes given by @SwampRabbit
Also used @Amigo 's icon.
SwampRabbit wrote: Tue Sep 21, 2021 9:46 am .........
Thank you for your suggestions and your PR.
Also accepted your 2nd PR.

Major changes:
* Added document file support (for all conversions supported by LibreOffice)
* Added option to extract audio from video.
* Use ffmpeg instead of sox for Audio file conversion.

NOTE: Document files can be converted ONLY if LibreOffice supports the conversion.

Please give all of your valuable comments and suggestions.
Last edited by TimothySimon on Thu Sep 23, 2021 2:19 pm, edited 1 time in total.

TimothySimon
Posts: 93
Joined: Fri Sep 10, 2021 2:16 am

Re: GUI file converter app and its commands

#48 Post by TimothySimon »

Please run and test the app and provide your valuable comments and suggestions.

If anyone can suggest improvements in the app, you're welcome.

BTW the Audio & Video part may be a bit lacking , as I'm not so well-versed with that.

SwampRabbit
Posts: 3602
Joined: Tue Jun 14, 2016 2:02 pm

Re: GUI file converter app and its commands

#49 Post by SwampRabbit »

Nice work

I'll build this latest one and let you know how the packaging and testing goes first chance I get.
NEW USERS START HERE FAQS, MX Manual, and How to Break Your System - Don't use Ubuntu PPAs! Always post your Quick System Info (QSI) when asking for help.

TimothySimon
Posts: 93
Joined: Fri Sep 10, 2021 2:16 am

Re: GUI file converter app and its commands

#50 Post by TimothySimon »

SwampRabbit wrote: Thu Sep 23, 2021 2:18 pm Nice work

I'll build this latest one and let you know how the packaging and testing goes first chance I get.
Thanks.

The sox dependency is removed (ffmpeg for both Audio and Video).

Fact 1: LibreOffice is HUGE.
Fact 2: We need it for document conversion.
What I chose: libreoffice is now "recommended" (is this a good practice ?)

Post Reply

Return to “Tips & Tricks by users (not for help)”