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

Audio stream titles don't align with video titles. #384

Closed
CrushedAsian255 opened this issue Apr 20, 2024 · 1 comment
Closed

Audio stream titles don't align with video titles. #384

CrushedAsian255 opened this issue Apr 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@CrushedAsian255
Copy link

CrushedAsian255 commented Apr 20, 2024

When using archive and merging multiple videos together, the audio and subtitle have a value stating [Video: #<something>], however this number doesn't match with the actual video stream.
Command used: crunchy-cli archive 'https://www.crunchyroll.com/series/GYVD2K1WY/the-promised-neverland' -a en-US -a ja-JP
Expected behavior
The video and audio streams match:
For example:

  Stream #0:4(en-US): Subtitle: ass (ssa) (forced)
        title           : en-US (CC) [Video: #1]
  Stream #0:5(en-US): Subtitle: ass (ssa)
        title           : en-US [Video: #2]
  Stream #0:6(es-419): Subtitle: ass (ssa)
        title           : es-419 [Video: #2]
  Stream #0:7(pt-BR): Subtitle: ass (ssa)
        title           : pt-BR [Video: #2]

Actual outcome

  Stream #0:4(en-US): Subtitle: ass (ssa) (forced)
        title           : en-US (CC) [Video: #1]
  Stream #0:5(en-US): Subtitle: ass (ssa)
        title           : en-US [Video: #2]
  Stream #0:6(es-419): Subtitle: ass (ssa)
        title           : es-419 [Video: #3]
  Stream #0:7(pt-BR): Subtitle: ass (ssa)
        title           : pt-BR [Video: #4]

Notice the title field of the subtitles goes up to 4 where as only 2 videos exist
Same issue occurs with audio streams.
Video tracks:

  Stream #0:0: Video: h264
        title           : #1
  Stream #0:1: Video: h264
        title           : #2

Version used

  • OS: MacOS
  • Version: crunchy-cli 3.5.0 (8fff807 2024-04-19)
@CrushedAsian255 CrushedAsian255 added the bug Something isn't working label Apr 20, 2024
@bytedream
Copy link
Member

Thanks for reporting. Got fixed in v3.5.1

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