Skip to content

Instantly share code, notes, and snippets.

View deprekate's full-sized avatar

Katelyn deprekate

  • San Diego, California
View GitHub Profile
2023-01-09T19:29:56-08:00 Synology kernel: type=1400 audit(1673321396.620:6): apparmor="DENIED" operation="chmod" parent=13102 profile="/var/packages/CodecPack/scripts/synoame-notify-plugin.py" name="/var/packages/" pid=13117 comm="synopkg" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
2023-01-09T19:53:27-08:00 Synology kernel: type=1400 audit(1673322807.630:7): apparmor="DENIED" operation="capable" parent=24092 profile="/volume*/@appstore/VideoStation/bin/plugin_runner" pid=24093 comm="plugin_runner" pid=24093 comm="plugin_runner" capability=1 capname="dac_override"
2023-01-09T19:53:27-08:00 Synology kernel: type=1400 audit(1673322807.670:8): apparmor="DENIED" operation="capable" parent=24093 profile="/volume*/@appstore/VideoStation/bin/plugin_runner" pid=24094 comm="plugin_runner" pid=24094 comm="plugin_runner" capability=1 capname="dac_override"
Synology:/tmp$ cat ffmpeg.log
[2023-01-09 19:16:48] [INFO] ========================================[start ffmpeg 6338]
[2023-01-09 19:16:48] [INFO] DEFAULT_ARGS: -ss 0.000 -i /volume1/video/Movies/tests/x264dts.mkv -threads 0 -vcodec copy -vsync 2 -vbsf h264_mp4toannexb=repeatheader -acodec libmp3lame -ab 256k -ac 2 -f ssegment -segment_format mpegts -segment_list_type m3u8 -hls_seek_time 0 -segment_time 8 -segment_time_delta 0.000 -segment_start_number 00000 -avoid_negative_ts 0 -break_non_keyframes 1 -max_muxing_queue_size 1024 -map 0:0 -map 0:1 /tmp/VideoStation/HLS/083b4709bf59787ceed2ea9fdb24eee9_evkijJkv/slice-%05d.ts
[2023-01-09 19:16:55] [INFO] ========================================[end ffmpeg 6338]
[2023-01-09 19:17:18] [INFO] ========================================[start ffmpeg 6619]
[2023-01-09 19:17:18] [INFO] DEFAULT_ARGS: -ss 0.000 -i /volume1/video/Movies/tests/x264aac.mkv -threads 0 -vcodec copy -vsync 2 -vbsf h264_mp4toannexb=repeatheader -acodec copy -f ssegment -segment_format mpegts
@deprekate
deprekate / gist:5c4dd2c8cdc494a3ed3a59fe0793080b
Last active December 7, 2022 01:41
crude vienna rna drop in
import os
class rna:
def __init__(self):
pass
def fold(self, s):
o = os.popen("echo " + s + " > tem ; RNAfold -i tem" ).read()
return o
@deprekate
deprekate / .gitignore
Created July 15, 2020 20:48 — forked from zed/.gitignore
profile performance of countchars() functions
*.py[co]
/cachegrind.out.profilestats
/profilestats.prof