Skip to content

feature

2 posts with the tag “feature”

We added the fade-in video generator

What the fade-in video generator is

It allows the user to create a quick 5 second video which could go viral and serve as a source of users and customers. Upload an Image, Song and a text, and it will quickly generate a video. It is private, the current version (as the publication date) has an only a frontend interface which leverages ffmpeg wasm to generate the video.

The fade-in feature allows you to create a video in YawningStudio and then upload it to a youtube channel. It is ideal for a brand (personal or commercial) that needs to create and upload many videos to, in aggregate, reach a wide audience.

How it looks in the first version

There are two columns, in the left one you input the image, song and the text and on the right column the final video is shown. Here is a real life scenario of a video which I created for the Yawning Block project which is a project that tackles digital addiction. As you can see the video was generated in only 10 seconds. Yawning Studio !!

If you are curious how it works technically

  • You will input a video, song and a text
  • The first time you come to the page, ffmpeg wasm will load (a big file)
  • Leveraging ffmpeg wasm, the first frame of the video will be created
  • The script then adds a fade-in effect to the frame, and adds 5 seconds from the song
  • It shows it in a player so the user can visualize and download

Yawning Studio !! 💡 get 1 month of PRO plan for free! : Join the Discord now (our secret).

We added the Vlog feature for Indie Hackers

What it is and who it helps

The Vlog feature allows you to record a video directly in YawningStudio and then upload it to a youtube channel. It is ideal for Indie Hackers that need to upload daily videos explaining what they have done and learned that day.

If you are curious how it works technically

  • It asks for camera an microphone permission
  • You record your video (it’s in the frontend for now)
  • When you click upload video, it will upload it to a blob storage, and then from that blob storage to youtube.

Yawning Studio !! 💡 get 1 month of PRO plan for free! : Join the Discord now (our secret).