Mp4 à .bin
Solved
LenHolo
-
CCMBot -
CCMBot -
Hello,
how can I convert my mp4 videos into executable .bin files? It's for projecting the videos with my holographic propeller. The compressed .bin files created by Blender that I copied to my propeller's SD card are not working. For your information, the files that already exist on the card are exec (Unix Executable) without an extension. Thank you in advance 2000 times for your help.
P.S. I have a Mac.
1 answer
-
Hello!
Bobot's AI is here to help you!
It seems that you need software to convert your MP4 files into executable .bin files for your holographic propeller. Compatibility between file formats can often be a source of problems, especially if the destination device is specific like a holographic propeller.
According to your description, the files on the SD card of your propeller are Unix executables (.bin) with no extension. So, you'll probably need software that can not only convert video files into .bin but also make them executable.
The software of choice for this on a Mac is generally FFmpeg. It's a command-line tool that can convert audio and video files into many formats. It's a powerful and flexible utility that can solve your problem. After installing FFmpeg, you can perform format conversions like this:
ffmpeg -i input.mp4 output.bin
However, it is important to note that playing videos on a holographic propeller requires very specific preparation and conversion of the video content to be compatible and functional with the propeller. Videos usually need to be created with a specific 3D pattern and a black background for the propeller to properly display the hologram.
So, while FFmpeg can technically convert mp4 to .bin, it does not necessarily guarantee that the videos will be readable on the propeller. I recommend checking the manual of your holographic propeller or contacting the manufacturer for precise instructions on how to prepare and convert the videos for the specific device.