-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modules版でエンコードを行おうとすると途中で止まる #20
Comments
貼っていただいたエラーの末尾は無音区間解析やロゴによるシーンチェンジ解析が終わった後に、それぞれの結果データを用いてチャプターファイルを生成するところでコケています。 今のエラー文でいちばん大事なところは、 |
ありがとうございます、そちらのテキスト(というかその方のサイト)も参考にさせていただいてます。
エラーの感じからするとAvisynthplusが上手く入れられてなさそうな気配ですね。。。 |
すみません |
前回略されていた箇所が肝とのことでしたのでこちら貼らせていただきました。
ちなみにresultフォルダ内の構成は
でobs_cut.avsのみ空で他は(正しい内容かは判断つきませんが)一応中身がある状態でした。 |
なのでAvisynthで致命的なエラーが出ているようです。 また、 手元に環境があれば試せるのですが、orange piを保有していないので自身による調査が困難です… |
すいません、まとまった時間が取れていないのとコアダンプファイルの生成方法がわからず手こずってました。
obs_logoframe.txt、obs_logoframe_1.txtは下記の通りでした。
それと、直接動かしたときは2行で終わってましたが、gdbのrunでchapter_exeを同じように走らせたところ |
横から申し訳ありません。 terminate called after throwing an instance of 'AvisynthError'
Aborted (core dumped)
私の場合のエラーは特定することが出来ました。
|
@naa0yama 情報ありがとうございます。 @perl2note いちど |
反応ありがとうございます。 orange pi で動作を確認出来ないのが心苦しいですが、参考になれば幸いです。 確認方法下記用途フォルダーを掘り、必要なデータを配置します
mkdir -p $PWD/source
mkdir -p $PWD/logo
mkdir -p $PWD/result
Dockerfile の配置ファイルが結構な分量になったため、 Gist で共有します。 https://gist.github.com/naa0yama/00a7a0943bcc9269d4c4c73372e0b144 あとは 完了後に下記コマンドで挙動を確認出来るかと思います docker run --rm -it --user $(id -u):$(id -g) \
-v $PWD/source:/source \
-v $PWD/result:/join_logo_scp_trial/result \
-v $PWD/logo:/join_logo_scp_trial/logo \
tmp-lsmash '★<録画ファイル>★.ts'
また、実行時のコンソールログは下記のようになります。 $ docker run --rm -it --user $(id -u):$(id -g) \
-v $PWD/source:/source \
-v $PWD/result:/join_logo_scp_trial/result \
-v $PWD/logo:/join_logo_scp_trial/logo \
tmp-lsmash '/source/2024-06-08T012800 [テレ東] アイドルマスター シャイニーカラーズ 第10話 色とりどりのイメージ.ts'
> [email protected] start
> node src/jlse.js -i /source/2024-06-08T012800 [テレ東] アイドルマスター シャイニーカラーズ 第10話 色とりどりのイメージ.ts
AviSynth Creating lwi index file 0%
AviSynth Creating lwi index file 1%
AviSynth Creating lwi index file 2%
AviSynth Creating lwi index file 3%
AviSynth Creating lwi index file 4%
...(snip)...
AviSynth Creating lwi index file 98%
AviSynth Creating lwi index file 99%
AviSynth Creating lwi index file 100%
AviSynth Creating lwi index file 0%
AviSynth Creating lwi index file 1%
AviSynth Creating lwi index file 2%
...(snip)...
AviSynth Creating lwi index file 98%
AviSynth Creating lwi index file 99%
AviSynth Creating lwi index file 100%
chapter_exe converting input clip to 16bit audio
chapter_exe Movie data
chapter_exe Video Frames: 54094 [29.97fps]
chapter_exe Video Format:
chapter_exe Audio Samples: 86620560 [48000Hz]
chapter_exe mute 1: 134 - 39フレーム
chapter_exe mute 2: 2731 - 15フレーム
chapter_exe mute 3: 5391 - 48フレーム
...(snip)...
chapter_exe mute142: 53179 - 34フレーム
chapter_exe mute143: 53631 - 29フレーム
chapter_exe end
放送局はファイル名から検出できませんでした
ロゴファイルすべてを入力します
logoframe Creating lwi index file 0%
logoframe Creating lwi index file 1%
...(snip)...
logoframe Creating lwi index file 98%
logoframe Creating lwi index file 99%
logoframe Creating lwi index file 100%
logoframe
logoframe Creating lwi index file 0%
logoframe Creating lwi index file 1%
...(snip)...
logoframe Creating lwi index file 98%
logoframe Creating lwi index file 99%
logoframe Creating lwi index file 100%
logoframe
logoframe /join_logo_scp_trial/result/2024-06-08T012800 [テレ東] アイドルマスター シャイニーカラーズ 第10話 色とりどりのイメージ/in_org.avs: 1440x1080, 30000/1001 fps, 54094 frames
YUV4MPEG2 W1440 H1080 F30000:1001 Ip A0:0 C420mpeg2
logoframe Total logodata : 11
checking 0/54093 start.
logoframe checking 100/54093 ended.
logoframe checking 1000/54093 ended.
...(snip)...
logoframe checking 50000/54093 ended.
logoframe checking 54093/54093 ended.
create_done: /join_logo_scp_trial/result/2024-06-08T012800 [テレ東] アイドルマスター シャイニーカラーズ 第10話 色とりどりのイメージ/in_cutcm.avs
create_done: /join_logo_scp_trial/result/2024-06-08T012800 [テレ東] アイドルマスター シャイニーカラーズ 第10話 色とりどりのイメージ/in_cutcm_logo.avs
手元で生成されたファイルも一緒に添付してありますので参考まで 余談私の方で確認している限りでは前述の通り、 |
環境
orange pi5 plus
ubuntu-rockchip (Ubuntu 24.04 LTS)
ffmpeg-rockchip(6.0)
他メモ https://note.com/perl2note/n/n180020ce5967
使用コマンド
jlse -i "ファイル名" -e -t cutcm_logo -o " -c:v h264_rkmpp -vf pullup=jb=54 -preset veryfast -acodec aac -b:v 4M -aspect 16:9 -r 24000/1001 -ab 256K"
jlse --help
は通るところまで行けたのですがTSファイルを指定してエンコードを走らせたところlwiファイルの作成までは行くのですがそのあと上記エラーが発生しました。
自分でも調べて解決に至らず、可能でしたらお知恵を拝借させていただけないでしょうか。
The text was updated successfully, but these errors were encountered: