Downloads:
30,774
Downloads of v 3.3.2.8:
1,300
Last Update:
19 Jun 2016
Package Maintainer(s):
Software Author(s):
- Sebastian Dörfler
Tags:
admin dvd-ripper video-converter audio-converter- Software Specific:
- Software Site
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
XMedia Recode (Install)
This is not the latest version of XMedia Recode (Install) available.
- 1
- 2
- 3
3.3.2.8 | Updated: 19 Jun 2016
- Software Specific:
- Software Site
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
30,774
Downloads of v 3.3.2.8:
1,300
Maintainer(s):
Software Author(s):
- Sebastian Dörfler
XMedia Recode (Install) 3.3.2.8
This is not the latest version of XMedia Recode (Install) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Sebastian Dörfler. The inclusion of Sebastian Dörfler trademark(s), if any, upon this webpage is solely to identify Sebastian Dörfler 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 XMedia Recode (Install), run the following command from the command line or from PowerShell:
To upgrade XMedia Recode (Install), run the following command from the command line or from PowerShell:
To uninstall XMedia Recode (Install), 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 xmedia-recode --internalize --version=3.3.2.8 --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 xmedia-recode -y --source="'INTERNAL REPO URL'" --version="'3.3.2.8'" [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 xmedia-recode -y --source="'INTERNAL REPO URL'" --version="'3.3.2.8'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install xmedia-recode
win_chocolatey:
name: xmedia-recode
version: '3.3.2.8'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'xmedia-recode' do
action :install
source 'INTERNAL REPO URL'
version '3.3.2.8'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller xmedia-recode
{
Name = "xmedia-recode"
Version = "3.3.2.8"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'xmedia-recode':
ensure => '3.3.2.8',
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 by moderator dtgm on 20 Jun 2016.
XMedia Recode can convert almost all known audio and video formats, including 3GP, 3GPP, 3GPP2, AAC, AC3, ADTS, AMR, ASF, AVI, AVISynth, DVD, FLAC, FLV, H.261, H.263, H.264, H.265, M4A , M1V, M2V, M4V, Matroska (MKV), MMF, MPEG-1, MPEG-2, MPEG-4, TS, TRP, MP2, MP3, MP4, MP4V, MOV, QT, OGG, PSP, RM, (S ) VCD, SWF, VOB, WAV, WebM, WMA and WMV.
XMedia Recode can only convert unprotected DVDs.
XMedia Recode converts: 3GP to AVI, 3GP to FLV, AC3 to MP3, AC3 to WAV, ASF to 3GP, ASF to FLV, ASF to MP4, AVI to FLV, AVI to 3GP, FLAC to MP3, FLAC to WMA, FLV to 3GP, FLV to Mp3, DVD to 3GP, DVD to AC3, DVD to AVI, DVD to MP3, DVD to MP4, DVD to MOV, DVD to SVCD, DVD to VCD, DVD to WMV, OGG to MP3, OGG to WMA, MPEG to AVI, MP2 to MP3, MP4 to FLV, MP4 to AVI, MOV to 3GP, MOV to AVI, MOV to FLV, WMA to MP3, WMV to FLV, WAV to MP3
Screenshot
System Requirements
- Processor: Intel / AMD compatible at 1 GHz or higher
- RAM: 1 GB
- Windows 7, 8, 8.1, 10
- DirectX: DirectX 9
- Nvidia CUDA: Nvidia GPU driver 347.09 or higher
$ErrorActionPreference = 'Stop';
$packageName = 'xmedia-recode'
$softwareName = 'XMedia Recode*'
$installerType = 'exe'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$validExitCodes = @(0)
$uninstalled = $false
$local_key = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*'
$machine_key = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*'
$machine_key6432 = 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*'
$key = Get-ItemProperty -Path @($machine_key6432,$machine_key, $local_key) `
-ErrorAction SilentlyContinue `
| ? { $_.DisplayName -like "$softwareName" }
if ($key.Count -eq 1) {
$key | % {
$file = "$($_.UninstallString)"
if ($installerType -eq 'MSI') {
$silentArgs = "$($_.PSChildName) $silentArgs"
$file = ''
}
Uninstall-ChocolateyPackage -PackageName $packageName `
-FileType $installerType `
-SilentArgs "$silentArgs" `
-ValidExitCodes $validExitCodes `
-File "$file"
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $_.DisplayName"}
}
Log in or click on link to see number of positives.
- xmedia-recode.3.3.2.8.nupkg (685bcded482e) - ## / 56
- XMediaRecode3328_setup.exe (dfcc1bd064ee) - ## / 55
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 |
---|---|---|---|---|
XMedia Recode (Install) 3.6.0.2 | 402 | Sunday, October 6, 2024 | Approved | |
XMedia Recode (Install) 3.6.0.1 | 423 | Friday, September 6, 2024 | Approved | |
XMedia Recode (Install) 3.6.0 | 208 | Tuesday, September 3, 2024 | Approved | |
XMedia Recode (Install) 3.5.9.9 | 392 | Monday, August 5, 2024 | Approved | |
XMedia Recode (Install) 3.5.9.8 | 420 | Tuesday, July 9, 2024 | Approved | |
XMedia Recode (Install) 3.5.9.7 | 16 | Thursday, June 27, 2024 | Approved | |
XMedia Recode (Install) 3.5.8.4 | 1223 | Friday, September 8, 2023 | Approved | |
XMedia Recode (Install) 3.5.8.3 | 579 | Sunday, August 13, 2023 | Approved | |
XMedia Recode (Install) 3.5.8.2 | 34 | Monday, August 7, 2023 | Approved | |
XMedia Recode (Install) 3.5.8.1 | 567 | Sunday, July 9, 2023 | Approved | |
XMedia Recode (Install) 3.5.8 | 431 | Tuesday, July 4, 2023 | Approved | |
XMedia Recode (Install) 3.5.7.9 | 492 | Monday, June 12, 2023 | Approved | |
XMedia Recode (Install) 3.5.7.8 | 599 | Wednesday, May 10, 2023 | Approved | |
XMedia Recode (Install) 3.5.7.7 | 726 | Saturday, March 25, 2023 | Approved | |
XMedia Recode (Install) 3.5.7.4 | 499 | Monday, March 6, 2023 | Approved | |
XMedia Recode (Install) 3.5.7.1 | 574 | Wednesday, February 8, 2023 | Approved | |
XMedia Recode (Install) 3.5.6.7 | 942 | Saturday, October 15, 2022 | Approved | |
XMedia Recode (Install) 3.5.6.6 | 571 | Wednesday, September 21, 2022 | Approved | |
XMedia Recode (Install) 3.5.5.5 | 1261 | Friday, March 25, 2022 | Approved | |
XMedia Recode (Install) 3.5.5.4 | 599 | Friday, March 4, 2022 | Approved | |
XMedia Recode (Install) 3.5.5.3 | 476 | Saturday, February 19, 2022 | Approved | |
XMedia Recode (Install) 3.5.5.1 | 680 | Tuesday, January 25, 2022 | Approved | |
XMedia Recode (Install) 3.5.4.5 | 1334 | Saturday, September 4, 2021 | Approved | |
XMedia Recode (Install) 3.5.4.3 | 581 | Monday, August 16, 2021 | Approved | |
XMedia Recode (Install) 3.5.4.2 | 488 | Tuesday, August 3, 2021 | Approved | |
XMedia Recode (Install) 3.5.3.9 | 616 | Saturday, July 10, 2021 | Approved | |
XMedia Recode (Install) 3.5.3.8 | 567 | Sunday, June 20, 2021 | Approved | |
XMedia Recode (Install) 3.5.3.7 | 744 | Tuesday, May 11, 2021 | Approved | |
XMedia Recode (Install) 3.5.3.2 | 733 | Thursday, March 25, 2021 | Approved | |
XMedia Recode (Install) 3.5.2.7 | 972 | Wednesday, January 6, 2021 | Approved | |
XMedia Recode (Install) 3.5.2.4 | 477 | Saturday, December 26, 2020 | Approved | |
XMedia Recode (Install) 3.5.2.0 | 635 | Friday, November 20, 2020 | Approved | |
XMedia Recode (Install) 3.5.1.8 | 746 | Tuesday, September 15, 2020 | Approved | |
XMedia Recode (Install) 3.5.1.7 | 295 | Sunday, September 13, 2020 | Approved | |
XMedia Recode (Install) 3.5.0.1 | 951 | Thursday, May 28, 2020 | Approved | |
XMedia Recode (Install) 3.4.9.6 | 595 | Thursday, April 30, 2020 | Approved | |
XMedia Recode (Install) 3.4.8.7 | 1058 | Sunday, December 22, 2019 | Approved | |
XMedia Recode (Install) 3.4.8.6 | 564 | Sunday, November 24, 2019 | Approved | |
XMedia Recode (Install) 3.4.8.3 | 561 | Monday, November 4, 2019 | Approved | |
XMedia Recode (Install) 3.4.8.0 | 560 | Thursday, October 3, 2019 | Approved | |
XMedia Recode (Install) 3.4.7.4 | 640 | Saturday, August 10, 2019 | Approved | |
XMedia Recode (Install) 3.4.7.3 | 398 | Saturday, August 3, 2019 | Approved | |
XMedia Recode (Install) 3.4.7.0 | 559 | Friday, July 5, 2019 | Approved | |
XMedia Recode (Install) 3.4.6.3 | 580 | Wednesday, June 5, 2019 | Approved | |
XMedia Recode (Install) 3.4.5.2 | 931 | Saturday, February 23, 2019 | Approved | |
XMedia Recode (Install) 3.4.5.0 | 576 | Wednesday, January 9, 2019 | Approved | |
XMedia Recode (Install) 3.4.4.5 | 650 | Friday, October 19, 2018 | Approved | |
XMedia Recode (Install) 3.3.2.8 | 1300 | Sunday, June 19, 2016 | Approved | |
XMedia Recode (Install) 3.3.2.5 | 442 | Tuesday, June 7, 2016 | Approved |
Copyright © 2007-2015 Sebastian Dörfler
XMedia Recode 3.3.2.8
Release Date: 18.06.2016
- Update of ffmpeg
- Update of x265 (1.9 +205) Codec
- Update of the French language file
- Added Greek language file
- H.265 Codec: New options have been added (Spatial/Intra)
Troubleshooting
- Fixed minor bugs
This package has no dependencies.
Ground Rules:
- This discussion is only about XMedia Recode (Install) and the XMedia Recode (Install) 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 XMedia Recode (Install), 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.