Video editor VideoStudio

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

Video editor VideoStudio란 무엇입니까?

Video editor VideoStudio은(는) https://www.redcoolmedia.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "VideoStudio video editor online to create and edit videos using videos, audios, images and texts"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Video editor VideoStudio 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Video editor VideoStudio Video editor VideoStudio
ID lpaboeaccgehipchabmnialhaihbmhji
공식 URL https://chromewebstore.google.com/detail/video-editor-videostudio/lpaboeaccgehipchabmnialhaihbmhji
설명 VideoStudio video editor online to create and edit videos using videos, audios, images and texts
파일 크기 258 KB
설치 횟수 38,137
현재 버전 1.8.3
최근 업데이트 2023-11-17
출시 날짜 2020-02-27
평점 2.68/5 총 212 개의 평점
개발자 https://www.redcoolmedia.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.redcoolmedia.net/index.php/web-online-audio-video-apps/videostudio-video-editor-online
개인정보 보호 정책 페이지 URL http://www.redcoolmedia.net/index.php/cloud-apps-policy
지원되는 언어 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:\/\/*\/*"
    ]
}