↓こんな感じの ffmpeg.exe を実行する。
ffmpeg -y -allowed_extensions ALL -loglevel warning -i "temp-local.seq" -c copy "output.ts"
すると,output.ts が出来る。今気づいた。拡張子 ts でダウンロードしてた(笑)
aac でやってください。オプションは
-y:output.ts があると上書き。
-allowed_extensions ALL ↓無いとこんな感じのエラーが出る。
[hls @ 000000000055a840] Filename extension of 'temp.key' is not a common multimedia extension, blocked for security reasons.
If you wish to override this adjust allowed_extensions, you can set it to 'ALL' to allow all
[hls @ 000000000055a840] Unable to open key file temp.key
[hls @ 000000000055a840] Error when loading first segment 'temp1.ts'
temp-local.seq: Invalid data found when processing input

ffmpeg.exe はそこそこ古くても大丈夫みたいです。2013年にダウンロードしたのがあったけど結合できた。

勘違いしてた、今回の件暗号は関係なかった。ファイルの場所がローカルファイルじゃなきゃ駄目ってことかな。
ffmpegはダウンローダーじゃねー!!
ってセリフ何処かで見た記憶がある。