pythonc++video

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 really need your help guys, this is new to me.

I Have this Video file that need to be converted into an exe file. That once I run it, it will play, and then add some condition to it that it can only be played once. If they try to play it again a message will appear that its expired.

Please help me, also if it's possible for other programming language to do this.

EDIT: I'M JUST TRYING TO DO SOMETHING ABOUT PIRACY!!! WE ARE AN INDEPENDENT SHORT MOVIE MAKER.


Solution

  • 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.