Create thumbnail from mp4 video
Hello!
I am a bit new with membrane framework, and i read about it and it looks amazing, so i have been trying it out. Now, i want to implement it in a personal project, where i need to extract a thumbnail from a video.
I investigated a lot, and i can't find a reference in how to do this, i investigated the process and it looked like Parsing the MP4 video, demuxing it, redirecting the H264 file to a chain, and then decoding it.
I was using this plugins, but failed successfully 🙂
{:membrane_file_plugin, "~> 0.16"},
{:membrane_mp4_plugin, "~> 0.29"},
{:membrane_h264_ffmpeg_plugin, "~> 0.28"},
{:membrane_h264_plugin, "~> 0.9"},
This is my current code
Can someone help me with this task?, or just give me an idea
1 Reply
Hi, do you want to have just a single image being a thumbnail? Or maybe you want to generate a video stream that will be displayed as a thumbnail?