Skip to content

Instantly share code, notes, and snippets.

@schuhiti
schuhiti / ag-hls.sh
Last active November 29, 2020 03:12
ag-hls.sh - record 超!A&G. Usage: ./ag-hls.sh [minutes] Requires: ffmpeg, nkf
#!/bin/bash
rec_time=$(($1*60-30))
temp_name="temp_`date +%H%M%S`.mp4"
stream_url=https://hls-base1.mitene.ad.jp/agqr1/iphone/3Gs.m3u8
base_url=https://www.uniqueradio.jp/
page_url=${base_url}agplayer5/player.php
ffmpeg -i ${stream_url} -vcodec copy -acodec copy $temp_name >/dev/null 2>&1 &
pid_ffmpeg=$!
/* シンデレラガールズ総選挙 全選挙結果データ
[{
meta: {
type: 選挙のタイプ normal or voice,
title: 選挙のタイトル,
votingStart: 投票開始日,
votingEnd: 投票終了日,
interim: 中間発表日,
result: 結果発表日
},
programs:
501st:
desc: Fri. 大ヒットアニメ『ストライクウィッチーズ』のラジオ!第501統合戦闘航空団のウィッチ達が総力戦で戦線を維持しつつ別命あるまでラジオの前のあなたと待機する番組です!
url: http://hibiki-radio.jp/description/501st
label: 501st JFW.OA~第五○一統合戦闘航空団公式放送~
shokomeza:
desc: Thu. (千菅春香, 花澤香菜) 2016年開始のゲーム原作アニメ「少女たちは荒野を目指す」の番組を大いに盛り上げていく番組です。出演者は黒田砂雪役の千菅春香さんと小早川夕夏役の花澤香菜さんが最新情報をお届けします!
url: http://hibiki-radio.jp/description/shokomeza
label: 砂雪と夕夏のしょこめざらじお
aimin:
programs:
kamo:
desc: (名塚佳織)名塚佳織のかもさん學園
url: http://www.onsen.ag/program/kamo/
label: 名塚佳織のかもさん學園
tsukinone:
desc: 大原さやか朗読ラジオ 月の音色~radio for your pleasure tomorrow~
url: http://www.onsen.ag/program/tsukinone/
label: 大原さやか朗読ラジオ 月の音色~radio for your pleasure tomorrow~
yuyuyu:
@schuhiti
schuhiti / gist:5023567
Last active December 14, 2015 03:49
translate files to m4a by ffmpeg. using perl under Windows bat file.
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
goto endofperl
:WinNT
perl -x -S %0 %*
if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl
if %errorlevel% == 9009 echo You do not have Perl in your PATH.
if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul