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

30 Nov 24

Latest version

v24.11.17

Primary Language

C++

Size

96,099 KB

Stars

11,157

Forks

1,139

Watchers

11,157

Language Usage

Language Usage

Star History

Star History

Recent Commits

  • Dan Dennedy (25 Nov 24)

    fix Export > Markers as Chapters if Time Format not Clock https://forum.shotcut.org/t/txt-file-created-from-markers-how-to-change- time-format/45578

  • Dan Dennedy (25 Nov 24)

    fix remove Reframe left Export fields disabled https://forum.shotcut.org/t/cant-change-video-export-resolution-aspect- ratio/46616

  • Brian Matherly (25 Nov 24)

    Add translations to gitignore

  • Brian Matherly (23 Nov 24)

    Add HSL Primaries and HSL Range filters

  • Dan Dennedy (24 Nov 24)

    fix Playlist Tiles text overflows with "(PROXY)"

  • Dan Dennedy (24 Nov 24)

    fix Slideshow Generator with trimmed audio/video It was not respecting the out point.

  • Dan Dennedy (24 Nov 24)

    detect python version in build scripts

  • Dan Dennedy (15 Nov 24)

    fix scrub bar and rulers ignore Settings > Time Format

  • Dan Dennedy (21 Nov 24)

    fix Windows code signing

  • Dan Dennedy (21 Nov 24)

    fix Windows code signing

  • Dan Dennedy (19 Nov 24)

    sign all of the windows executables (#1607)

  • Dan Dennedy (17 Nov 24)

    update translations

  • Dan Dennedy (14 Nov 24)

    fix change Properties > Track > All to other https://forum.shotcut.org/t/multitrack-audio-issues/46454

  • Dan Dennedy (11 Nov 24)

    fix crash after drag XML to empty playlist ...but before playing it or adding to timeline, when autosave runs. Also, in that same situation but before autosave, and choose File > Close or New.

  • Integral (07 Nov 24)

    refactor: remove QString::number() in arg() arguments (#1604)

  • Integral (06 Nov 24)

    refactor: replace QString(tr()) with tr() to simplify code (#1603)

  • Dan Dennedy (05 Nov 24)

    fix astyle 3.1 check

  • Integral (05 Nov 24)

    refactor: replace non-empty QString constructors with QStringLiteral() (#1601)

  • Dan Dennedy (05 Nov 24)

    fix intermittent crash on File > New or Close

  • Dan Dennedy (05 Nov 24)

    fix bad aspect possible after toggle hardware encoder

  • Dan Dennedy (04 Nov 24)

    fix Lift Transition with blank before or after It was not filling the gap or only halfway.

  • Dan Dennedy (04 Nov 24)

    fix View > Resources > Convert negatively affects color https://forum.shotcut.org/t/batch-converting-to-edit-friendly-reduces- contrast/46351

  • Dan Dennedy (03 Nov 24)

    fix move clip after transtion beyond another clip

  • Dan Dennedy (03 Nov 24)

    fix converting variable frame rate in ffmpeg 7.1 https://forum.shotcut.org/t/convert-to-edit-friendly-repeating-endless/ 46336

  • Dan Dennedy (03 Nov 24)

    fix Export with Reframe loses keyframes https://forum.shotcut.org/t/reframe-filter-does-not-export-keyframes-in- v-24-10-29/46333/

  • Dan Dennedy (01 Nov 24)

    fix PulseAudio app name

  • Dan Dennedy (01 Nov 24)

    let Shotcut appear in macOS Open With for A/V media

  • Dan Dennedy (29 Oct 24)

    fix filter in/out when resize transition by move clip

  • Dan Dennedy (28 Oct 24)

    update translations for release

  • Dan Dennedy (28 Oct 24)

    fix white frames with Time Remap filter max Time https://forum.shotcut.org/t/transition-without-overlapping-clips-on-the- same/46255

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 2 months 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)