Video editor VideoStudio

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

Wat is Video editor VideoStudio?

Video editor VideoStudio is een Chrome-extensie ontwikkeld door https://www.redcoolmedia.net, en de belangrijkste functie is "VideoStudio video editor online to create and edit videos using videos, audios, images and texts".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Video editor VideoStudio

Download Video editor VideoStudio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Video editor VideoStudio Video editor VideoStudio
ID lpaboeaccgehipchabmnialhaihbmhji
Officiële URL https://chromewebstore.google.com/detail/video-editor-videostudio/lpaboeaccgehipchabmnialhaihbmhji
Beschrijving VideoStudio video editor online to create and edit videos using videos, audios, images and texts
Bestandsgrootte 258 KB
Aantal Installaties 38,137
Huidige Versie 1.8.3
Laatst Bijgewerkt 2023-11-17
Publicatiedatum 2020-02-27
Beoordeling 2.68/5 Totaal 212 Beoordelingen
Ontwikkelaar https://www.redcoolmedia.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.redcoolmedia.net/index.php/web-online-audio-video-apps/videostudio-video-editor-online
URL van de Privacybeleid Pagina http://www.redcoolmedia.net/index.php/cloud-apps-policy
Ondersteunde Talen 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:\/\/*\/*"
    ]
}