- Install required packages
brew install cuetools flac ffmpeg shntool
- Split flac file by cue
$ shnsplit -o flac -f file.cue file.flac
brew install cuetools flac ffmpeg shntool
$ shnsplit -o flac -f file.cue file.flac
Minimal example: transcode from MP3 to WMA:
ffmpeg -i input.mp3 output.wma
You can get the list of supported formats with:
ffmpeg -formats
Convert WAV to MP3, mix down to mono (use 1 audio channel), set bit rate to 64 kbps and sample rate to 22050 Hz:
The largest single file that can be uploaded into an Amazon S3 Bucket in a single PUT operation is 5 GB. If you want to upload large objects (> 5 GB), you will consider using multipart upload API, which allows to upload objects from 5 MB up to 5 TB.
The Multipart Upload API is designed to improve the upload experience for larger objects, which can be uploaded in parts, independently, in any order, and in parallel. The AWS tool to use to perform this is API-Level (s3api) command set.
In this tutorial, we assume:
With special credit to this answer for digging me out of the frustration on this ...
$ sudo apt install mysql-server
$ sudo cat /etc/mysql/debian.cnf
Note the lines which read:
gcloud container clusters create <cluster_name> --num-nodes=2 --project=<project_name> --zone=us-east1-b
gcloud container clusters get-credentials <cluster_name> --project=<project_name> --zone=us-east1-b
git clone https://github.com/thesandlord/mongo-k8s-sidecar.git
StorageClass
a Headless Service
and a StatefulSet
kubectl apply -f googlecloud_ssd.yaml
kubectl apply -f mongo-statefulset.yaml
https://github.com/cvallance/mongo-k8s-sidecar
I have a sample.mpg
mpegts file with a video keyframe starting at 65738.512389
$ ffprobe -hide_banner -loglevel fatal sample.mpg -select_streams v -print_format json -show_packets -read_intervals "%+#1"
{
"packets": [
{
"codec_type": "video",
"stream_index": 0,
"pts": 5916466115,
#!/usr/bin/env bash | |
set -e | |
# Usage create-vod-hls.sh SOURCE_FILE [OUTPUT_NAME] | |
[[ ! "${1}" ]] && echo "Usage: create-vod-hls.sh SOURCE_FILE [OUTPUT_NAME]" && exit 1 | |
# comment/add lines here to control which renditions would be created | |
renditions=( | |
# resolution bitrate audio-rate |
// The trick is to link the DeviceSupport folder from the beta to the stable version.
// sudo needed if you run the Mac App Store version. Always download the dmg instead... you'll thank me later :)
// Support iOS 13.2 devices (Xcode 11.2) with Xcode 11.1:
sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/13.2 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
A lot of iOS specialists — developers, designers, Apple employees, bloggers, trendsetters — has Google+ accounts, some of them has also Facebook profiles/pages, but the real vast majority of our community use Twitter as a main (and often as the only one) social media channel.
For every iOS developer, Twitter is the place to be and to get the latest hot news from the iOS world.
1.Tim Cook
Needless to say, CEO of Apple, the boss of bosses.