Video editor OpenShot online

Create and edit videos with OpenShot online

Τι είναι το Video editor OpenShot online;

Το Video editor OpenShot online είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://offidocs.com, και η κύρια λειτουργία του είναι "Create and edit videos with OpenShot online".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Video editor OpenShot online

Λήψη αρχείων επέκτασης Video editor OpenShot online σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The OpenShot video editor is a Chrome extension that allows to create and edit videos online.  It is an integration with an OpenShot instance, which is a free and open-source video editor . It supports commonly used video codecs that are supported by FFmpeg like WebM (VP9), AVCHD (libx264), HEVC (libx265) and audio codecs like mp3 (libmp3lame) and aac (libfaac). The program can render MPEG4, ogv, Blu-ray and DVD video, and Full HD videos for uploading to the internet video websites. It is a video editor integrated with our file manager to manage only video file types with this desktop app.

OpenShot main features are
- Support for many video, audio, and image formats (based on FFmpeg).
- Unlimited tracks / layers.
- Clip resizing, scaling, trimming, snapping, rotation, and cutting.
- Video transitions with real-time previews.
- Compositing, image overlays, watermarks.
- Title templates, title creation, sub-titles.
- Scrolling motion picture credits.
- Solid color clips (including alpha compositing).
- Support for Rotoscoping / Image sequences.
- Advanced Timeline (including Drag & drop, scrolling, panning, zooming, and snapping).
- Video encoding (based on FFmpeg).
- Digital zooming of video clips.
- Time-mapping and Speed changes on clips (slow/fast, forward/backward, etc...)
- Custom transition lumas and masks.
- Audio mixing and editing.
- Digital video effects, including brightness, gamma, hue, greyscale, chroma key. (bluescreen / greenscreen) , and many more.

In order to handle the video compositions this extension includes the following functionality over the files used by this extension:
- Personal files and directories in the Cloud.
- Operations with files and folders: copy, move, upload, create folder/file,  etc
- Search for files.

This is not a video player, it is a video editor, so do not expect great quality when playing video or audio. Download locally the video composed by OpenShot to play it with the right quality.

This OpenShot Video Editor extension uses the platform http://www.offidocs.com. It is available for free online users but it also allows the integration with premium users and on-premises OffiDocs deployments where the OffiDocs OpenShot video editor is installed.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Video editor OpenShot online Video editor OpenShot online
ID kdfinbdncekfhibpbnkjedmdofkjghjj
Επίσημο URL https://chromewebstore.google.com/detail/video-editor-openshot-onl/kdfinbdncekfhibpbnkjedmdofkjghjj
Περιγραφή Create and edit videos with OpenShot online
Μέγεθος Αρχείου 425 KB
Αριθμός Εγκαταστάσεων 70,906
Τρέχουσα Έκδοση 2.3.3
Τελευταία Ενημέρωση 2024-02-03
Ημερομηνία Δημοσίευσης 2020-05-09
Αξιολόγηση 2.43/5 Συνολικά 380 Αξιολογήσεις
Προγραμματιστής https://offidocs.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.offidocs.com/media/system/apps/openshot-online-video-editor.html
URL της Σελίδας Πολιτικής Απορρήτου http://www.offidocs.com/index.php/desktop-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": "2.3.3",
    "description": "__MSG_description__",
    "default_locale": "en",
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/suite_38.png"
    },
    "options_page": "options.html",
    "icons": {
        "128": "icons\/suite_128.png",
        "48": "icons\/suite_48.png",
        "16": "icons\/suite_16.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}