Downloads:
35,594
Downloads of v 3.63.0:
1,058
Last Update:
07 Oct 2024
Package Maintainer(s):
Software Author(s):
- Mikael Finstad
Tags:
lossless-cut lossless trimming cutting video audio files- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
LosslessCut
This is not the latest version of LosslessCut available.
- 1
- 2
- 3
3.63.0 | Updated: 07 Oct 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
35,594
Downloads of v 3.63.0:
1,058
Maintainer(s):
Software Author(s):
- Mikael Finstad
LosslessCut 3.63.0
This is not the latest version of LosslessCut available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Mikael Finstad. The inclusion of Mikael Finstad trademark(s), if any, upon this webpage is solely to identify Mikael Finstad goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install LosslessCut, run the following command from the command line or from PowerShell:
To upgrade LosslessCut, run the following command from the command line or from PowerShell:
To uninstall LosslessCut, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download lossless-cut --internalize --version=3.63.0 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade lossless-cut -y --source="'INTERNAL REPO URL'" --version="'3.63.0'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade lossless-cut -y --source="'INTERNAL REPO URL'" --version="'3.63.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install lossless-cut
win_chocolatey:
name: lossless-cut
version: '3.63.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'lossless-cut' do
action :install
source 'INTERNAL REPO URL'
version '3.63.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller lossless-cut
{
Name = "lossless-cut"
Version = "3.63.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'lossless-cut':
ensure => '3.63.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 07 Oct 2024.
Simple and ultra fast cross platform tool for lossless trimming/cutting of video and audio files. Great for saving space by rough cutting your large video files taken from a video camera, GoPro, drone, etc. It lets you quickly extract the good parts from your videos and discard many gigabytes of data without doing a slow re-encode and thereby losing quality. It extremely fast because it does an almost direct data copy. It uses the awesome ffmpeg (included) for doing the grunt work.
Features
- Lossless cutting of common video and audio formats
- Lossless re-merge of selected segments (for cutting out commercials etc.)
- Lossless merge of arbitrary files (with identical codecs)
- Lossless extracting of all data streams from a file (video, audio, subtitle, ++)
- Take full-resolution snapshots from videos in JPEG/PNG format
- Manual input range of cutpoints
- Can include more than 2 streams or remove audio track (optional)
- Apply a timecode offset
- Change rotation/orientation metadata in videos. Great for rotating phone videos that come out the wrong way without actually re-encoding the video.
Package Parameters
Command-line options for installer configuration:
/InstallDir:PATH
/NoDesktopShortcut
Do not create Desktop Shortcut/NoStartMenuShortcut
Do not create Start Menu Shortcut/NoSendToShortcut
Do not create Send To Shortcut/DontRegisterApp
Do not register app
Examples
- Portable mode:
choco install lossless-cut --params "/InstallDir:C:\your\install\path /NoDesktopShortcut /NoStartMenuShortcut /NoSendToShortcut /DontRegisterApp"
\
Default Parameters
By default, installation of this package:
- Will be installed in Chocolatey tools directory.
- Will install a Desktop shortcut.
- Will install a Start Menu shortcut.
- Will install a Sent To shortcut.
To have choco remember parameters on upgrade, be sure to set choco feature enable -n=useRememberedArgumentsForUpgrades
$ErrorActionPreference = 'Stop'
Uninstall-ChocolateyZipPackage $env:ChocolateyPackageName 'LosslessCut-win-x64.zip'
# Remove start menu shortcut
$programsPath = "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\"
$programsFilePath = Join-Path $programsPath "LosslessCut.lnk"
if (Test-Path "$programsFilePath") { Remove-Item "$programsFilePath" }
# Remove send to menu shortcut
$sendtoPath = "$env:APPDATA\Microsoft\Windows\SendTo\"
$sendtoFilePath = Join-Path $sendtoPath "Merge videos in LosslessCut.lnk"
if (Test-Path "$sendtoFilePath") { Remove-Item "$sendtoFilePath" }
# Remove desktop icon
$shortcutFilePath = "$Env:USERPROFILE\Desktop\Lossless Cut.lnk"
if (Test-Path "$shortcutFilePath") { Remove-Item "$shortcutFilePath" }
# Remove File Association for .MP4
Remove-Item -Recurse -Force -LiteralPath "HKLM:\SOFTWARE\Classes\SystemFileAssociations\.mp4\Shell\cut" -ErrorAction SilentlyContinue
Remove-Item -Recurse -Force -LiteralPath "HKLM:\SOFTWARE\Classes\Applications\LosslessCut.exe" -ErrorAction SilentlyContinue
Log in or click on link to see number of positives.
- lossless-cut.3.63.0.nupkg (2e64b09ef102) - ## / 64
- LosslessCut-win-x64.7z (22c768572d50) - ## / 58
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
LosslessCut 3.64.0 | 1527 | Friday, November 1, 2024 | Approved | |
LosslessCut 3.63.0 | 1058 | Monday, October 7, 2024 | Approved | |
LosslessCut 3.62.0 | 1406 | Wednesday, August 7, 2024 | Approved | |
LosslessCut 3.61.1 | 1493 | Monday, May 27, 2024 | Approved | |
LosslessCut 3.61.0 | 758 | Tuesday, May 14, 2024 | Approved | |
LosslessCut 3.59.1 | 1924 | Friday, December 22, 2023 | Approved | |
LosslessCut 3.58.0 | 1386 | Monday, October 16, 2023 | Approved | |
LosslessCut 3.56.0 | 1210 | Thursday, August 24, 2023 | Approved | |
LosslessCut 3.54.0 | 1635 | Tuesday, April 4, 2023 | Approved | |
LosslessCut 3.53.0 | 754 | Friday, March 10, 2023 | Approved | |
LosslessCut 3.52.0 | 732 | Friday, February 17, 2023 | Approved | |
LosslessCut 3.51.1 | 151 | Friday, February 17, 2023 | Approved | |
LosslessCut 3.50.0 | 571 | Sunday, February 5, 2023 | Approved | |
LosslessCut 3.49.0 | 666 | Sunday, January 15, 2023 | Approved | |
LosslessCut 3.48.2 | 909 | Thursday, November 24, 2022 | Approved | |
LosslessCut 3.47.1 | 671 | Saturday, October 29, 2022 | Approved | |
LosslessCut 3.45.0 | 1303 | Tuesday, May 24, 2022 | Approved | |
LosslessCut 3.44.0 | 914 | Saturday, March 12, 2022 | Approved | |
LosslessCut 3.43.0 | 591 | Monday, February 21, 2022 | Approved | |
LosslessCut 3.42.0.20220205 | 604 | Saturday, February 5, 2022 | Approved | |
LosslessCut 3.42.0 | 1524 | Sunday, January 16, 2022 | Approved | |
LosslessCut 3.39.0 | 1253 | Saturday, August 28, 2021 | Approved | |
LosslessCut 3.38.0 | 236 | Thursday, August 26, 2021 | Approved | |
LosslessCut 3.37.0 | 677 | Sunday, July 25, 2021 | Approved | |
LosslessCut 3.36.0 | 1225 | Friday, April 9, 2021 | Approved | |
LosslessCut 3.34.3 | 387 | Friday, March 26, 2021 | Approved | |
LosslessCut 3.33.13.20210301 | 532 | Monday, March 1, 2021 | Approved | |
LosslessCut 3.33.1 | 264 | Friday, February 19, 2021 | Approved | |
LosslessCut 3.32.0 | 497 | Sunday, February 7, 2021 | Approved | |
LosslessCut 3.31.1 | 393 | Monday, January 25, 2021 | Approved | |
LosslessCut 3.30.0 | 538 | Tuesday, December 15, 2020 | Approved | |
LosslessCut 3.29.1 | 287 | Friday, December 11, 2020 | Approved | |
LosslessCut 3.27.0 | 462 | Friday, November 27, 2020 | Approved | |
LosslessCut 3.26.0 | 215 | Thursday, November 26, 2020 | Approved | |
LosslessCut 3.25.0 | 248 | Monday, November 23, 2020 | Approved | |
LosslessCut 3.24.0 | 185 | Sunday, November 22, 2020 | Approved | |
LosslessCut 3.23.8 | 638 | Saturday, July 11, 2020 | Approved | |
LosslessCut 3.23.7 | 439 | Sunday, May 17, 2020 | Approved | |
LosslessCut 3.22.3 | 293 | Wednesday, May 6, 2020 | Approved | |
LosslessCut 3.22.2 | 219 | Monday, May 4, 2020 | Approved | |
LosslessCut 3.22.0 | 183 | Sunday, May 3, 2020 | Approved | |
LosslessCut 3.21.0 | 254 | Monday, April 27, 2020 | Approved | |
LosslessCut 3.17.9 | 346 | Sunday, March 29, 2020 | Approved | |
LosslessCut 3.17.7 | 200 | Sunday, March 29, 2020 | Approved | |
LosslessCut 3.17.4 | 225 | Thursday, March 26, 2020 | Approved | |
LosslessCut 3.17.1 | 162 | Monday, March 23, 2020 | Approved | |
LosslessCut 3.13.0 | 318 | Thursday, March 5, 2020 | Approved | |
LosslessCut 3.12.0 | 233 | Friday, February 28, 2020 | Approved | |
LosslessCut 3.11.0 | 207 | Thursday, February 27, 2020 | Approved | |
LosslessCut 3.8.0 | 254 | Saturday, February 22, 2020 | Approved | |
LosslessCut 3.7.0 | 170 | Friday, February 21, 2020 | Approved | |
LosslessCut 3.6.0 | 197 | Friday, February 21, 2020 | Approved | |
LosslessCut 3.4.0 | 186 | Thursday, February 20, 2020 | Approved | |
LosslessCut 3.2.0 | 180 | Wednesday, February 19, 2020 | Approved | |
LosslessCut 2.8.0 | 225 | Saturday, February 15, 2020 | Approved | |
LosslessCut 2.7.1 | 181 | Saturday, February 15, 2020 | Approved | |
LosslessCut 2.6.2 | 342 | Monday, November 11, 2019 | Approved | |
LosslessCut 2.6.0 | 193 | Monday, November 4, 2019 | Approved | |
LosslessCut 2.4.0.20190821 | 262 | Wednesday, August 21, 2019 | Approved | |
LosslessCut 2.4.0 | 236 | Tuesday, August 13, 2019 | Approved | |
LosslessCut 2.3.0 | 248 | Sunday, June 30, 2019 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about LosslessCut and the LosslessCut package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or LosslessCut, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.