Skip to content

Instantly share code, notes, and snippets.

View jjm2473's full-sized avatar

Liangbin Lian jjm2473

  • Home
  • Shenzhen,CN
View GitHub Profile
@jjm2473
jjm2473 / ffmpeg-wrapper
Created November 22, 2021 15:25 — forked from BenjaminPoncet/ffmpeg-wrapper
Synology VideoStation ffmpeg wrapper with DTS, EAC3 and TrueHD support (Installation instructions in 1st comment)
#!/bin/bash
rev="12"
_log(){
echo "$(date '+%Y-%m-%d %H:%M:%S') - ${streamid} - $1" >> /tmp/ffmpeg.log
}
_log_para(){
echo "$1" | fold -w 120 | sed "s/^.*$/$(date '+%Y-%m-%d %H:%M:%S') - ${streamid} - = &/" >> /tmp/ffmpeg.log