Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.4k views
Welcome To Ask or Share your Answers For Others

1 Answer

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...