Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 805 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 805 Bytes

Mp4-D-3

MP4 to MP3 Converter built with Python for Windows

Install Commands in Bash

With UPX Compression

pyinstaller.exe -F -i icon.ico --noconsole --hide-console hide-late --disable-windowed-traceback --upx-dir "UPX DIRECTORY HERE" --add-data=icon.ico:. Mp4-D-3.py`

Without UPX Compression

pyinstaller.exe -F -i icon.ico --noconsole --hide-console hide-late --disable-windowed-traceback --add-data=icon.ico:. Mp4-D-3.py

Helpful Links

FFMPEG Console Window Hiding FIX

Credits Attribution

Icon Provided by

UPX For Compressed File From