Movie maker MovieStudio video editor
Movie maker online to create, edit and record videos, and adding videos, audios, images and texts
Movie maker MovieStudio video editor란 무엇입니까?
Movie maker MovieStudio video editor은(는) https://www.redcoolmedia.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Movie maker online to create, edit and record videos, and adding videos, audios, images and texts"입니다.
확장 프로그램 스크린샷
Movie maker MovieStudio video editor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
MovieStudio is an extension to make movies, record videos, edit videos, modify them using another videos you can import. MovieStudio also allows to add audios, images, and texts into your movies and videos. Its main features are: * Support a lot of types of formats. * Record any video and import them in your project: - MovieStudio provides a button that capture videos from your camera. The video recorded are imported in your Gallery along with other objects that can be used to make your movie. - After importing your recorded video in your Gallery, drag your video from the Media Gallery to the timeline. Drag it to Layer 0 or any other layer. - Refer to the following section in order to know what to do with any of your video. * Add and modify MP4 or WEBM videos included in your project: - You can import videos from the Internet by pasting in the link, or uploading a local video. Once you have found a MP4 or WEBM 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 enter in an editor from which you can extend the video time or shorten it, you can turn the video portion of your clip off; and you can do the same thing with the audio, as well as turn the volume down. - You assemble your project in layers. Layers with lower numbers appear above layers with a higher number. So layer one appears on top of layer two. * Add any MP3 audio file in your project taking into account that adding MP3 audio files is similar to adding video files: - Once the MP3 audio files are imported you can drag your audio from the Media Gallery to the timeline from which an editor is open. - The audio editor allows to extend the audio time or shorten it, and select only a portion of your audio if you would like. * Include texts into your movie. In the Events tab there is an option to add some text to your video. MovieStudio provides an editor for this text integration. It allows to change the time when your text starts and ends, move it around on the canvas, and change the way it transitions on and off the page. It also allows to change the font and color. * Include images into your movie or video. In the Events tab there is an option to add some images to your video. The formats supported are PNG, JPG and GIF. MovieStudio provides an editor for this images integration. It allows to change the time when your image appears in your video. * Create your MP4 movie or video file. In the Project tab there is a button to create a MP4 file with your composition of videos, audios, images and texts. This MP4 creation uses the open source software FFMPEG. MovieStudio is an enhancement of our VideoStudio but with more capacity and features. It is also based on Mozilla Popcorn Maker. Popcorn Maker could handle sound or video that could come from a number of places like videos from YouTube, Vimeo, or SoundCloud. VideoStudio has removed any feature related to YouTube, Vimeo, or SoundCloud in order to be compliance with YouTube, Vimeo and SoundCloud service terms.
확장 프로그램 기본 정보
이름 | Movie maker MovieStudio video editor |
ID | ohgkmilcibaoempgifldidkidnbkbeii |
공식 URL | https://chromewebstore.google.com/detail/movie-maker-moviestudio-v/ohgkmilcibaoempgifldidkidnbkbeii |
설명 | Movie maker online to create, edit and record videos, and adding videos, audios, images and texts |
파일 크기 | 418 KB |
설치 횟수 | 120,321 |
현재 버전 | 1.3.7 |
최근 업데이트 | 2024-02-12 |
출시 날짜 | 2020-05-15 |
평점 | 3.08/5 총 535 개의 평점 |
개발자 | https://www.redcoolmedia.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.redcoolmedia.net/index.php/web-online-audio-video-apps/movie-maker-moviestudio-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.3.7", "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" ], "background": { "service_worker": "service.js" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |