Kethsar / ytarchive

Garbage Youtube livestream downloader
MIT License
1.04k stars 86 forks source link

When using -separate-audio and --mkv, it refuses to create m4a. #137

Closed youcmd closed 1 year ago

youcmd commented 1 year ago
ytarchive --mkv -separate-audio --debug https://www.youtube.com/watch?v=jfKfPfyJRdk
ytarchive 0.3.2-90aaf17
2023/03/17 16:26:44 Channel: Lofi Girl
2023/03/17 16:26:44 Video Title: lofi hip hop radio - beats to relax/study to
2023/03/17 16:26:45 DEBUG: Retrieving URLs from Android DASH manifest
2023/03/17 16:26:46 DEBUG: Retrieving URLs from Android adaptive formats
2023/03/17 16:26:46 DEBUG: Retrieving URLs from web DASH manifest
2023/03/17 16:26:46 DEBUG: Retrieving URLs from web adaptive formats
Available video qualities: audio_only, 144p, 240p, 360p, 480p, 720p, 1080p, best
Enter desired video quality: best
2023/03/17 16:26:48 Selected quality: 1080p (h264)
2023/03/17 16:26:48 INFO: Starting download to F:\TEMP\jfKfPfyJRdk__3271847210\lofi hip hop radio - beats to relax_study to-jfKfPfyJRdk.f140.ts
2023/03/17 16:26:48 INFO: Starting download to F:\TEMP\jfKfPfyJRdk__3271847210\lofi hip hop radio - beats to relax_study to-jfKfPfyJRdk.f137.ts
2023/03/17 16:26:48 WARNING: audio: YT only retains the livestream 5 days past for seeking, starting from sequence 2963054 (latest is 3049454)
2023/03/17 16:26:48 WARNING: video: YT only retains the livestream 5 days past for seeking, starting from sequence 2963054 (latest is 3049454)
Video Fragments: 5; Audio Fragments: 6; Max Fragments: 86402; Max Sequence: 3049456; Total Downloaded: 2.67MiB
2023/03/17 16:26:56 WARNING: User Interrupt, Stopping download...
2023/03/17 16:26:56 DEBUG: audio1: exiting
2023/03/17 16:26:56 DEBUG: audio-download thread closing
2023/03/17 16:26:56 DEBUG: video1: exiting
2023/03/17 16:26:57 DEBUG: video-download thread closing
Video Fragments: 5; Audio Fragments: 6; Max Fragments: 86402; Max Sequence: 3049456; Total Downloaded: 2.67MiB

Download stopped prematurely. Would you like to merge the currently downloaded data? [y/N]: y

2023/03/17 16:26:58 Download Finished
2023/03/17 16:26:58 WARNING: Mismatched number of video and audio fragments.
2023/03/17 16:26:58 WARNING: The files should still be mergable but data might be missing.
2023/03/17 16:26:58 INFO: Moving file F:\TEMP\jfKfPfyJRdk__3271847210\lofi hip hop radio - beats to relax_study to-jfKfPfyJRdk.f140.ts to F:\TEMP\lofi hip hop radio - beats to relax_study to-jfKfPfyJRdk.f140.ts
2023/03/17 16:26:58 INFO: Moving file F:\TEMP\jfKfPfyJRdk__3271847210\lofi hip hop radio - beats to relax_study to-jfKfPfyJRdk.f137.ts to F:\TEMP\lofi hip hop radio - beats to relax_study to-jfKfPfyJRdk.f137.ts
2023/03/17 16:26:58 Muxing final file...
2023/03/17 16:26:58 DEBUG: Executing command: ffmpeg ffmpeg -hide_banner -nostdin -loglevel fatal -stats -i 'F:\TEMP\lofi hip hop radio - beats to relax_study to-jfKfPfyJRdk.f140.ts' -i 'F:\TEMP\lofi hip hop radio - beats to relax_study to-jfKfPfyJRdk.f137.ts' -c copy 'F:\TEMP\lofi hip hop radio - beats to relax_study to-jfKfPfyJRdk.mkv'
2023/03/17 16:26:58 Creating separate audio file...
2023/03/17 16:26:58 DEBUG: Executing command: ffmpeg ffmpeg -hide_banner -nostdin -loglevel fatal -stats -i 'F:\TEMP\lofi hip hop radio - beats to relax_study to-jfKfPfyJRdk.f140.ts' -c copy 'F:\TEMP\lofi hip hop radio - beats to relax_study to-jfKfPfyJRdk.mkv'
2023/03/17 16:26:58 ERROR: File 'F:\TEMP\lofi hip hop radio - beats to relax_study to-jfKfPfyJRdk.mkv' already exists. Exiting.

2023/03/17 16:26:58 ERROR: Execute returned code 1. Something must have gone wrong with ffmpeg.
2023/03/17 16:26:58 ERROR: The .ts files will not be deleted in case the final file is broken.