Shotcut

shotcut.org
Shotcut Icon

A free, open source, cross-platform video editor, using FFmpeg Shotcut supports a wide range of formats, and has a comprehensive feature set, including 4K & 8k resolution, webcam + audio capture, batch opperations and much more

Open Source

Shotcut Source Code

Author

mltframework

Description

cross-platform (Qt), open-source (GPLv3) video editor

#cross-platform#gplv3#mlt#shotcut#video-editor

Homepage

https://www.shotcut.org

License

GPL-3.0

Created

23 Apr 12

Last Updated

04 Oct 24

Latest version

v24.09.19

Primary Language

C++

Size

92,032 KB

Stars

10,840

Forks

1,121

Watchers

10,840

Language Usage

Language Usage

Star History

Star History

Recent Commits

  • Dan Dennedy (04 Oct 24)

    extend previous change to non-ripple mode

  • Dan Dennedy (04 Oct 24)

    change ripple move clip after transition Before it created a gap between the transition and the following dragged clip. Now, it stretches the transition to prevent a gap and slips (shifts) the content within the clip.

  • Dan Dennedy (04 Oct 24)

    fix transition after ripple trim adjacent clip https://forum.shotcut.org/t/adjust-transition-to-adjacent-clips-when- dragging-edge-with-ripple-enabled/38239

  • Dan Dennedy (03 Oct 24)

    add conditions to new remove transition

  • Dan Dennedy (03 Oct 24)

    fix Slideshow Generator dialog too tall with vertical video https://forum.shotcut.org/t/broken-slideshow-generator-window/45984

  • Dan Dennedy (03 Oct 24)

    fix bad grammer in confirm exit dialog (#1591)

  • Dan Dennedy (03 Oct 24)

    astyle

  • Dan Dennedy (03 Oct 24)

    add lift and ripple delete transition

  • Dan Dennedy (01 Oct 24)

    upgrade FFmpeg to version 7.1

  • Dan Dennedy (30 Sept 24)

    remove obsolete tooltip referring to Resample

  • Dan Dennedy (30 Sept 24)

    fixes for Reframe - small mem leak - changing reframe resets scan mode and field order - export UI flickers when resizing reframe

  • Dan Dennedy (29 Sept 24)

    remove obsolete config key askResample

  • Dan Dennedy (29 Sept 24)

    remove Export > Resample and warning dialog Replace with inline warning message.

  • Dan Dennedy (29 Sept 24)

    fix Reframe size change does not update Export

  • Dan Dennedy (29 Sept 24)

    fix Reframe VUI creates odd values

  • Dan Dennedy (29 Sept 24)

    fix odd value for Reframe computed width https://forum.shotcut.org/t/reframe-export-fails-at-9-16-1920x1080/45941

  • Dan Dennedy (25 Sept 24)

    add File > Show Project in Folder to menu

  • Dan Dennedy (25 Sept 24)

    fix GPU filters paste below non-GPU filters https://forum.shotcut.org/t/copy-paste-gpu-filters-under-cpu-filters/ 45794

  • Dan Dennedy (24 Sept 24)

    fix Resample > warning > Yes

  • Dan Dennedy (24 Sept 24)

    add tooltip about Resample to Export > Video

  • Dan Dennedy (22 Sept 24)

    update strings for translation

  • Dan Dennedy (22 Sept 24)

    improve clarity of Resample warning (#1581) Also adds check boxes to suppress dialogs.

  • Dan Dennedy (21 Sept 24)

    fix compile error on macOS

  • Dan Dennedy (21 Sept 24)

    show Settings menu from Resample warning (#1581)

  • Dan Dennedy (21 Sept 24)

    fix #1581 typo in Resample warning dialog

  • Dan Dennedy (20 Sept 24)

    upgradw Qt to 6.7.2 on Windows/x64

  • Dan Dennedy (20 Sept 24)

    fix small mem leak in 73c51c94f

  • Dan Dennedy (19 Sept 24)

    upgrade macOS to Qt 6.7.2

  • Dan Dennedy (18 Sept 24)

    fix crash opening project with subtitle with no text https://forum.shotcut.org/t/urgent-shotcut-suddenly-not- loading-24-09-13-and-mlt-becomes-corrupt/45817

  • Dan Dennedy (13 Sept 24)

    update translations

Shotcut Website

Website

Shotcut - Home

Shotcut is a free, open source, cross-platform video editor for Windows, Mac and Linux

Redirects

Does not redirect

Security Checks

All 65 security checks passed

Server Details

  • IP Address 18.244.202.77
  • Hostname server-18-244-202-77.atl58.r.cloudfront.net
  • Location Atlanta, Georgia, United States of America, NA
  • ISP Amazon.com Inc.
  • ASN AS16509

Associated Countries

  • US

Saftey Score

Website marked as safe

100%

Blacklist Check

shotcut.org was found on 0 blacklists

  • ThreatLog
  • OpenPhish
  • PhishTank
  • Phishing.Database
  • PhishStats
  • URLhaus
  • RPiList Not Serious
  • AntiSocial Blacklist
  • PhishFeed
  • NABP Not Recommended Sites
  • Spam404
  • CRDF
  • Artists Against 419
  • CERT Polska
  • PetScams
  • Suspicious Hosting IP
  • Phishunt
  • CoinBlockerLists
  • MetaMask EthPhishing
  • EtherScamDB
  • EtherAddressLookup
  • ViriBack C2 Tracker
  • Bambenek Consulting
  • Badbitcoin
  • SecureReload Phishing List
  • Fake Website Buster
  • TweetFeed
  • CryptoScamDB
  • StopGunScams
  • ThreatFox
  • PhishFort

Website Preview

Shotcut Docker

Container Info

Shotcut

[Shotcut](https://www.shotcut.org/) is a free, open source, cross-platform video editor.

DockerHub Metrics

  • Pull Count 1,471
  • Stars None
  • Date Created 31 Jan 24
  • Last Updated 17 days ago

View on DockerHub

linuxserver/shotcut

Run Command

docker run -d \ 
  -p 3000:3000/tcp \
  -p 3001:3001/tcp \
  -e PUID=${PUID} \
  -e PGID=${PGID} \
  -e TZ=${TZ} \
  -v /volume1/docker/shotcut/config:/config \
  --restart=unless-stopped \
  linuxserver/shotcut:latest

Compose File

version: 3.8
services:
  shotcut:
    image: linuxserver/shotcut:latest
    ports:
      - 3000:3000:tcp
      - 3001:3001:tcp
    environment:
      PUID: 1024
      PGID: 100
      TZ: Europe/Amsterdam
    volumes:
      - /volume1/docker/shotcut/config:/config
    restart: unless-stopped

Environment Variables

  • Var Name Default
  • PUID 1024
  • PGID 100
  • TZ Europe/Amsterdam

Port List

  • 3000:3000/tcp
  • 3001:3001/tcp

Volume Mounting

  • /volume1/docker/shotcut/config /config

Permissions

  • read ✅ Yes
  • write ✅ Yes
  • admin ✅ Yes

Shotcut Reviews

More Video Editors

About the Data: Shotcut

API

You can access Shotcut's data programmatically via our API. Simply make a GET request to:

https://api.awesome-privacy.xyz/creativity/video-editors/shotcut

The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.

About the Data

Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.

Share Shotcut

Help your friends compare Video Editors, and pick privacy-respecting software and services.
Share Shotcut and Awesome Privacy with your network!

View Video Editors (7)