Skip to content Skip to sidebar Skip to footer

Python, How To Make A Video File(mpeg/avi Etc) Into An Exe?

First of all, I really don't know the correct direction on where to search or what to search. Going to the point of problems. How can I make my Video File into an exe format? I rea

Solution 1:

You can't make a video file into an executable.

You can write a video player in Python which implements the functionality you desire and then use something like py2exe to make it into an executable, but that would involve writing a video player in Python.

There is no programming language that will make a video into an executable file.

Post a Comment for "Python, How To Make A Video File(mpeg/avi Etc) Into An Exe?"