Downloads:
7,155
Downloads of v 1.31.0:
54
Last Update:
10 Aug 2024
Package Maintainer(s):
Software Author(s):
- Simon Zolin
Tags:
fmedia media media-player player mp3 aac wav- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
fmedia
- 1
- 2
- 3
1.31.0 | Updated: 10 Aug 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
7,155
Downloads of v 1.31.0:
54
Maintainer(s):
Software Author(s):
- Simon Zolin
fmedia 1.31.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Simon Zolin. The inclusion of Simon Zolin trademark(s), if any, upon this webpage is solely to identify Simon Zolin goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install fmedia, run the following command from the command line or from PowerShell:
To upgrade fmedia, run the following command from the command line or from PowerShell:
To uninstall fmedia, 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 fmedia --internalize --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 fmedia -y --source="'INTERNAL REPO URL'" [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 fmedia -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install fmedia
win_chocolatey:
name: fmedia
version: '1.31.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'fmedia' do
action :install
source 'INTERNAL REPO URL'
version '1.31.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller fmedia
{
Name = "fmedia"
Version = "1.31.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'fmedia':
ensure => '1.31.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.
This package was approved as a trusted package on 05 Nov 2024.
fmedia is a fast asynchronous media player/recorder/converter for Windows, Linux and FreeBSD.
It provides smooth playback and recording even if devices are very slow.
It's highly customizable and can be easily extended with additional plugins.
Its low CPU and memory consumption saves energy when running on a notebook's battery.
Play or convert audio files, record new audio tracks from microphone, save songs from Internet radio, and much more!
fmedia is free and open-source project, and you can use it as a standalone application or as a library for your own software.
fmedia can decode: .mp3, .ogg (Vorbis, Opus), .opus, .m4a/.mp4 (AAC, ALAC, MPEG), .mka/.mkv (AAC, ALAC, MPEG, Vorbis), .avi (AAC, MPEG), .aac, .mpc, .flac, .ape, .wv, .wav.
fmedia can encode into: .mp3, .ogg, .opus, .m4a (AAC), .flac, .wav.
You'll find more detailed information about fmedia in README.txt file inside the package.
BSD 2-Clause License
Copyright (c) 2020, Simon Zolin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
64-bit: https://github.com/stsaz/fmedia/releases/download/v1.31/fmedia-1.31-windows-x64.zip
to download the zip file.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum64: 3198bbdde2f89d5a2599337d589aca6ca318d5681fd1de1a9fcdfb0502e69b4d
File 'LICENSE.txt' obtained from:
https://github.com/stsaz/fmedia/blob/master/LICENSE
md5: 3CC60F396BF1F4DB9D31453BE5D2AF3A | sha1: EC12AD7DF9B6F56959464B9225C0F4FE26C74A25 | sha256: 3198BBDDE2F89D5A2599337D589ACA6CA318D5681FD1DE1A9FCDFB0502E69B4D | sha512: FE0A2B5C9EFB59588891B26CF3745EDB3BAA6B494C8C6D9FB65C47B103495D3A0FB334943CEC25DB35FFAD376EADBF84EFEFF9A9DB662F13073568166E1CC0A5
Log in or click on link to see number of positives.
- libALAC-ff.dll (d6567ad0626a) - ## / 73
- libMAC-ff.dll (10392a48d335) - ## / 72
- libmp3lame-ff.dll (a5301cbc54a7) - ## / 72
- libmpc-ff.dll (9a8e29b08163) - ## / 72
- libogg-ff.dll (c669bfad6699) - ## / 71
- libsoxr-ff.dll (74e7bd7225eb) - ## / 72
- libwavpack-ff.dll (55e889d068f9) - ## / 71
- fmedia.1.31.0.nupkg (ad20154b2125) - ## / 69
- fmedia-1.31-windows-x64.zip (3198bbdde2f8) - ## / 65
- core.dll (6c22cd53befe) - ## / 71
- fmedia-gui.exe (2e8c09670c97) - ## / 56
- fmedia.exe (c681ace32e09) - ## / 70
- aac.dll (e1105233d548) - ## / 71
- afilter.dll (01df2d11bb55) - ## / 71
- alac.dll (bc608a472b01) - ## / 65
- ape.dll (8c86261c70bf) - ## / 71
- direct-sound.dll (8d5b175720a8) - ## / 69
- dynanorm.dll (9b6f6f02a8b6) - ## / 70
- flac.dll (3b3b72dd655b) - ## / 71
- fmt.dll (618789ae8fbb) - ## / 71
- gui.dll (9b527e73f9b9) - ## / 71
- http-ctl.dll (1f8828a51122) - ## / 71
- libDynamicAudioNormalizer-ff.dll (d335041e71aa) - ## / 68
- libfdk-aac-ff.dll (227d6821e268) - ## / 70
- libFLAC-ff.dll (510274d679d6) - ## / 71
- libmpg123-ff.dll (4a48463a6597) - ## / 72
- libopus-ff.dll (c493bf7c1af2) - ## / 72
- libvorbis-ff.dll (8192b1cc3280) - ## / 73
- libvorbisenc-ff.dll (72b9c950a9ee) - ## / 72
- libzstd-ffpack.dll (7ba0e1708c6c) - ## / 74
- mpc.dll (99e1ef5daeac) - ## / 71
- mpeg.dll (2858b7f12f8f) - ## / 71
- net.dll (773943f8adb2) - ## / 71
- opus.dll (86406579dfb9) - ## / 71
- plist.dll (45d496c0016a) - ## / 68
- soxr.dll (6a353595e1aa) - ## / 70
- tui.dll (d7c193f755a5) - ## / 71
- vorbis.dll (ef1d3046ff49) - ## / 71
- wasapi.dll (5c2902104064) - ## / 70
- wavpack.dll (8877b7cca47d) - ## / 71
- zstd.dll (08c53253ee5b) - ## / 70
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 |
---|---|---|---|---|
fmedia 1.31.0 | 54 | Saturday, August 10, 2024 | Approved | |
fmedia 1.29.1 | 367 | Tuesday, October 18, 2022 | Approved | |
fmedia 1.29 | 85 | Wednesday, September 7, 2022 | Approved | |
fmedia 1.28 | 119 | Tuesday, June 21, 2022 | Approved | |
fmedia 1.27.4 | 94 | Monday, June 6, 2022 | Approved | |
fmedia 1.27.3 | 113 | Tuesday, May 17, 2022 | Approved | |
fmedia 1.27.2 | 109 | Thursday, April 21, 2022 | Approved | |
fmedia 1.27.1 | 113 | Sunday, April 3, 2022 | Approved | |
fmedia 1.26.1 | 87 | Tuesday, March 15, 2022 | Approved | |
fmedia 1.26 | 97 | Tuesday, March 8, 2022 | Approved | |
fmedia 1.25.3-beta | 107 | Saturday, January 29, 2022 | Approved | |
fmedia 1.24.1 | 205 | Tuesday, May 18, 2021 | Approved | |
fmedia 1.24 | 137 | Sunday, April 11, 2021 | Approved | |
fmedia 1.23.1 | 133 | Friday, March 5, 2021 | Approved | |
fmedia 1.23 | 113 | Saturday, February 27, 2021 | Approved | |
fmedia 1.22 | 144 | Monday, February 1, 2021 | Approved | |
fmedia 1.14 | 421 | Wednesday, January 8, 2020 | Approved | |
fmedia 1.13 | 195 | Monday, November 11, 2019 | Approved | |
fmedia 1.12 | 202 | Tuesday, September 17, 2019 | Approved | |
fmedia 1.11 | 195 | Saturday, September 14, 2019 | Approved | |
fmedia 1.10.1 | 220 | Friday, July 19, 2019 | Approved | |
fmedia 1.9 | 240 | Monday, June 10, 2019 | Approved | |
fmedia 1.8 | 253 | Thursday, May 2, 2019 | Approved | |
fmedia 1.6 | 244 | Monday, March 18, 2019 | Approved | |
fmedia 1.5 | 241 | Thursday, February 14, 2019 | Approved | |
fmedia 1.4 | 254 | Thursday, January 10, 2019 | Approved | |
fmedia 1.3 | 279 | Monday, December 10, 2018 | Approved | |
fmedia 1.2 | 260 | Monday, November 19, 2018 | Approved | |
fmedia 1.1 | 287 | Sunday, October 14, 2018 | Approved | |
fmedia 1.0.1 | 242 | Tuesday, September 18, 2018 | Approved | |
fmedia 1.0 | 253 | Tuesday, September 11, 2018 | Approved | |
fmedia 0.37 | 268 | Monday, August 6, 2018 | Approved | |
fmedia 0.36 | 344 | Sunday, May 6, 2018 | Approved | |
fmedia 0.35 | 325 | Sunday, April 8, 2018 | Approved | |
fmedia 0.34.1 | 323 | Saturday, March 24, 2018 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about fmedia and the fmedia 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 fmedia, 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.