Video editor VideoStudio

VideoStudio video editor online to create and edit videos using videos, audios, images and texts

What is Video editor VideoStudio?

Video editor VideoStudio is a Chrome extension developed by https://www.redcoolmedia.net, and its main feature is "VideoStudio video editor online to create and edit videos using videos, audios, images and texts".

Extension Screenshots

screenshot
screenshot
screenshot

Download Video editor VideoStudio Extension CRX File

Download Video editor VideoStudio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        VideoStudio is a video editor that allows you to create and edit videos using a combination of files: videos, audios, images, and texts. It is based on Mozilla PopcornMaker and it can handle  MP4, MP3, GIF, PNG, JPG and TEXT files. PopcornMaker could handle sounds or videos from a number of places like videos from YouTube, Vimeo, or SoundCloud. However, VideoStudio has removed any feature related to YouTube, Vimeo, or SoundCloud in order to be compliant with YouTube, Vimeo and SoundCloud service terms.

Main Features:

- Add videos in your project

   * Add MP4 videos to your Gallery from the Internet by pasting in the link, or from your local disk. Once you have found a MP4 video you like, copy the link by right-clicking on the  Video link and selecting Copy Link Address from the context menu. Then paste the link into your VideoStudio project and click on Get Media.
   * Drag your video from the Media Gallery to the timeline. Drag it to Layer 0 or any other layer. 
   * Once you have dragged your video to the timeline, you will see the Clip Editor in the Events pane with the following options:
      + Extend the video time or shorten it.  
      + Select only a portion of your video if you would like.
      + Remove any video portion and do the same thing with the audio, as well as turn the volume down.
   * Mix your project in layers. Layers with lower numbers appear above layers with a higher number. So layer one appears on top of layer two.
   * Zoom in on part of your timeline. This makes it easier to work with events of shorter duration.

- Add audios in your project

   * Add MP3 audio files to your Gallery from the Internet by pasting in the link, or from your local disk. Once you have found a MP3 audio you like, copy the link by right-clicking on the  audio link and selecting Copy Link Address from the context menu. Then paste the link into your VideoStudio project and click on Get Media.
   * Drag your audio from the Media Gallery to the timeline. Drag it to Layer 0 or any other layer. 
   * Extend the audio time or shorten it.  

- Add texts to your video

  * If you click on the Events tab, you will see that you have the option to add some text to your video.
  * Once you start typing your text, you will see that you have a number of different options. 
      + Change the time when your text starts and ends.
      + Move the text around on the video canvas.
      + Change the way the text transitions on and off the video.
      + Under the Advanced tab, Change the font and color.

- Add an image to your video

   * Add an image into your video by uploading it from your local disk or from a URL link.

- Create your MP4 video file

   * If you click on the Project tab, you will see that there is a button to create a MP4 file with your composition of videos, audios, images and texts. The engine to create the MP4 file uses FFMPEG.                    

Extension Basic Information

Name Video editor VideoStudio Video editor VideoStudio
ID lpaboeaccgehipchabmnialhaihbmhji
Official URL https://chromewebstore.google.com/detail/video-editor-videostudio/lpaboeaccgehipchabmnialhaihbmhji
Description VideoStudio video editor online to create and edit videos using videos, audios, images and texts
File Size 258 KB
Installation Count 38,137
Current Version 1.8.3
Last Updated 2023-11-17
Publish Date 2020-02-27
Rating 2.68/5 Total 212 Ratings
Developer https://www.redcoolmedia.net
Email [email protected]
Payment Type free
Extension Website http://www.redcoolmedia.net/index.php/web-online-audio-video-apps/videostudio-video-editor-online
Privacy Policy Page URL http://www.redcoolmedia.net/index.php/cloud-apps-policy
Supported Languages de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,uk,hi,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_title__",
    "version": "1.8.3",
    "description": "__MSG_description__",
    "default_locale": "en",
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/app_38.png"
    },
    "options_page": "settings.html",
    "icons": {
        "128": "icons\/app_128.png",
        "48": "icons\/app_48.png",
        "16": "icons\/app_16.png"
    },
    "permissions": [
        "storage",
        "webNavigation",
        "webRequest"
    ],
    "background": {
        "service_worker": "service.js"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}