Closed hunkyburrito closed 1 month ago
should be a ffmpeg bug
@hunkyburrito --split-chapters -f 251 --remux-video opus
works perfectly in seal. Have you tried this?
@hunkyburrito
--split-chapters -f 251 --remux-video opus
works perfectly in seal. Have you tried this?
I was just using the gui format selection so I didn't attempt that before but that does indeed work. It even works with just --remux-video opus
or -f 251
instead of both which makes me wonder why the gui selection fails.
Checklist
Describe the bug
I was trying to split a youtube video by chapters and only wanted the audio but if I select OPUS format the download fails. Using either m4a or webm formats works as expected.
To Reproduce
Error reports
Error Report
``` App version: 1.10.0 (11000) Device information: Android 12 (API 31) Supported ABIs: [arm64-v8a, armeabi-v7a, armeabi] Yt-dlp version: 2023.07.06 URL: https://piped.adminforge.de/watch?v=ruystidIISc [debug] Command-line config: ['--no-mtime', '-v', '--no-playlist', '--downloader', 'libaria2c.so', '--external-downloader-args', 'aria2c:"--summary-interval=1"', '-x', '--embed-metadata', '--embed-thumbnail', '--convert-thumbnails', 'jpg', '--parse-metadata', '%(release_year,upload_date)s:%(meta_date)s', '--parse-metadata', '%(album,title)s:%(meta_album)s', '-P', '/storage/emulated/0/Download/Seal/Audio', '-P', 'temp:/data/user/0/com.junkfood.seal/cache/tmp', '-o', '%(title).200B [%(id)s]/%(title).200B.%(ext)s', '-o', 'chapter:%(title).200B [%(id)s]/%(section_number)d - %(section_title).200B.%(ext)s', '--split-chapters', '--no-cache-dir', '--ffmpeg-location', '/data/app/~~EustcF70lh8SAtu4RIbUTw==/com.junkfood.seal-lVVdaWsVxP2LzpWQZhhGTg==/lib/arm64/libffmpeg.so', 'https://piped.adminforge.de/watch?v=ruystidIISc'] [debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8 (No ANSI), error utf-8 (No ANSI), screen utf-8 (No ANSI) [debug] yt-dlp version stable@2023.07.06 [b532a3481] (zip) [debug] Python 3.8.0 (CPython aarch64 64bit) - Linux-4.14.190-25741239-abG973U1UEU9IWH2-aarch64-with-libc (OpenSSL 1.1.1t 7 Feb 2023, libc) [debug] exe versions: ffmpeg 5.1 (setts), ffprobe 5.1 [debug] Optional libraries: Cryptodome-3.17, mutagen-1.46.0, sqlite3-2.6.0 [debug] Proxy map: {} [debug] Loaded 1855 extractors [debug] Sort order given by extractor: quality, res, fps, hdr:12, source, vcodec:vp9.2, channels, acodec, lang, proto [debug] Formats sorted by: hasvid, ie_pref, quality, res, fps, hdr:12(7), source, vcodec:vp9.2(10), channels, acodec, lang, proto, size, br, asr, vext, aext, hasaud, id [debug] Searching for '(?PScreenshots & Screen Records
No response
Additional context
No response