
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
A simple gem for automating the encoding process with ffmpeg.
$ gem install stack-encode
See the help screen:
$ stack-encode help
stack-encode commands:
stack-encode encode FILES # Encodes a number video or audio files
stack-encode help [COMMAND] # Describe available commands or one specific command
stack-encode version # Outputs the version number
Example encode command:
$ stack-encode encode -d ~/destination/ /source/files/*
Encoding 2011-05-31_0053_lo.mpg to MP4: [#################################] 100%
Encoding 2011-05-31_0053_loaud3.mp2 to MP3: [#################################] 100%
Encoding 2011-05-31_0053_loaud4.mp2 to MP3: [#################################] 100%
Encoding 2014-05-26_0010_lo.mp4 to MP4: [#################################] 100%
Stack Encode supports ffmpeg setting profiles in the form of YAML files. There are 3 different hashes for the following settings:
This is an example profile file for stack-encode (my_profile.yml):
---
video:
resolution: 320x480
frame_rate: 10
x264_vprofile: high
x264_preset: slow
audio_codec: libfaac
custom: -movflags +faststart
audio:
audio_channels: 1
custom: -ab 48k
transcoder:
preserve_aspect_ratio: :width
You can use the profile from above like this:
$ stack-encode encode --profile my_profile.yml audio_file.wma
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that stack-encode demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.