
Product
Socket Now Supports pylock.toml Files
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
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.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.
Research
Security News
Malicious Ruby gems typosquat Fastlane plugins to steal Telegram bot tokens, messages, and files, exploiting demand after Vietnam’s Telegram ban.