Video editor VideoStudio

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

O que é Video editor VideoStudio?

Video editor VideoStudio é uma extensão do Chrome desenvolvida por https://www.redcoolmedia.net, e sua principal característica é "VideoStudio video editor online to create and edit videos using videos, audios, images and texts".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Video editor VideoStudio

Baixe arquivos de extensão Video editor VideoStudio no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Video editor VideoStudio Video editor VideoStudio
ID lpaboeaccgehipchabmnialhaihbmhji
URL Oficial https://chromewebstore.google.com/detail/video-editor-videostudio/lpaboeaccgehipchabmnialhaihbmhji
Descrição VideoStudio video editor online to create and edit videos using videos, audios, images and texts
Tamanho do Arquivo 258 KB
Contagem de Instalações 38,137
Versão Atual 1.8.3
Última Atualização 2023-11-17
Data de Publicação 2020-02-27
Classificação 2.68/5 Total de 212 Avaliações
Desenvolvedor https://www.redcoolmedia.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.redcoolmedia.net/index.php/web-online-audio-video-apps/videostudio-video-editor-online
URL da Página de Política de Privacidade http://www.redcoolmedia.net/index.php/cloud-apps-policy
Idiomas Suportados 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:\/\/*\/*"
    ]
}