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”。
擴展截圖
下載Video editor VideoStudio擴展crx文件
下載Video editor VideoStudio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | lpaboeaccgehipchabmnialhaihbmhji |
官方網址 | 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:\/\/*\/*" ] } |