Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

The audio track disappears because of the reencode #47

Closed
LordBex opened this issue Sep 4, 2022 · 2 comments
Closed

The audio track disappears because of the reencode #47

LordBex opened this issue Sep 4, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@LordBex
Copy link
Contributor

LordBex commented Sep 4, 2022

I noticed that since the update with the reencode, when downloading several audio tracks, only the Japanese one was left
I therefore removed the code for reencode and tried again.
Now they were all there.

Mein Test Command war

./crunchy archive 'https://beta.crunchyroll.com/de/series/G1XHJV2X9/lycoris-recoil[S01E02]' --merge audio  -v --resolution worst -l ja-JP -l de-DE 

MediaInfo with reencode:

Matroska:97,4 MiB, 24 min 2s
1 Video stream: AVC
1 Audio stream: AAC LC                         <- different number
1 Text stream: ASS
Dauer: 24 min 2s
Gesamte Bitrate: 567 kb/s.                      <- and here a different bitrate 
Kodierendes Programm: Lavf59.27.100
verwendete Encoder-Bibliothek: Lavf59.27.100
ErrorDetectionType: Per level 1

without:

Matroska:109 MiB, 24 min 2s
1 Video stream: AVC
2 Audio streams: AAC LC / AAC LC.            <- different number
1 Text stream: ASS
Dauer: 24 min 2s
Gesamte Bitrate: 632 kb/s.                           <- and here a different bitrate 
Kodierendes Programm: Lavf59.27.100
verwendete Encoder-Bibliothek: Lavf59.27.100
ErrorDetectionType: Per level 1
@bytedream
Copy link
Member

I could swear in my test everything was fine. I'll look into it.

jkoeiw12t8v41-2075333712

@bytedream bytedream added the bug Something isn't working label Sep 4, 2022
@bytedream
Copy link
Member

Fixed in release v2.3.2🤞

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants