Skip to main content

Facebook is testing ‘Green Screen’ editing tool for content creators

"Green Screen" will be available as an editing tool for the social media app whereas on Instagram it is available as an AR filter or effect."

Facebook is testing a new feature for creators. The new “Green Screen” tool will allow users to add any video or image in the background of the Facebook Stories they create. This option is similar to the one available on Instagram already. However, it will be available as an editing tool for the social media app, whereas on Instagram it is available as an AR filter or effect.




This tool was spotted by Mamun Billah via Social Media Today. As per the screenshot shared, the user can see the option in the stories section. The user can choose a photo or video from the Gallery section. When the user chooses the option, it is also labelled as “GREEN SCREEN by Instagram” at the bottom.

Here’s the screenshot of the feature


The handy tool for content creators is already available on the short video creation app TikTok, which was banned in India last year. There is no confirmation about the new feature being tested from Facebook or its possible rollout in the future. However, it will certainly add another dimension to content creation on the platform.

Earlier this month, Facebook rolled out the ability to create Reels (short video) on their platform as well. The social media giant also announced that it is testing a feature for Instagram content creators in India that lets them share Reels on their Facebook account as well. The Reel will also be recommended to users on Facebook if the content creator has a public account. 


Comments

Popular posts from this blog

What is Web3?

Web3- Third Generation of Web. The Decentralized Internet of the Future Explained. Hello Folks, In this blog, I am going to explain what is Web3, its benefits, cons, and its limitations. But before we jump on Web3, we need to know about Web1 and Web2. Here We Go! What is Web1? The Websites we are using today, Do they look the same 10 years Ago? The answer is NO. a Decade ago you can only browse the websites, you can only see the content that was generated by some web developer, in this context some company. That Era is known as the First Generation of web development or Web1 . at that time, Web1 became the medium of serving information and data in Read-Only Mode. Web1 often refers to read-only. In 2004 the era of Web1 concluded. What is Web2? After that, We came into the age of Social Media, where a user can post their own content on some websites, they can review or can give their feedback, and also they can generate their own content on ...

Java or C++?

Which programming language should I choose ? H ey Folks, If you are reading this blog, most probably you are going to start Competitive coding or you are initiating the journey of programmar. Or maybe you are a professional, Engineer well never mind. In this blog, I will explain to you the keypoint and language you should choose for your Programming Journey or for your Competitive Journey. To the point, if you are planning to start Competitive Programming , and no prior Kowlege of JAVA and I am assuming you are completely beginner, then without any doubt go for C++ . Why I am saying so, let me explain it in the simplest way. In CPP, you can use a lot of libraries helpful in competitive coding, and most important C++ is the most reliable and low latency language. when you will use the STL library to implement your code then you will fall in love with C++.You can easily use the property of Stack, Queue, and Priority Queue using STL and when it comes to program latency ...