Commit Graph

19 Commits

Author SHA1 Message Date
PikuZheng
69c2f310c2 add flac format for audio 2024-06-07 10:35:04 +08:00
Joel Goguen
ebbe0ac7aa Update MP4 format string for iOS compatibility
iOS has strict requirements for video files, requiring h264 or h265 video codec and aac audio codec in MP4 container. This update to the MP4 format string tries to get a fully compatible file first, followed by the right video codec and any M4A audio (audio is much faster to convert if needed), and then falls back to the original behaviour of getting the best available MP4 video and M4A audio.
2024-05-21 08:36:27 -04:00
Jean-Francois Simoneau
2142e759aa Don't convert audio if necessary 2024-04-30 14:10:55 -04:00
Alex Shnitman
5b8504ec49 custom postprocessors overrite built-in ones, and writethumbnail can be set to false (closes #245, closes #246) 2023-04-11 19:44:02 +03:00
georgekav
6936292218 Define the audio formats tuple in python backend 2023-03-05 10:34:49 +01:00
georgekav
eca44aa950 Add support for opus and wav 2023-03-05 00:34:30 +01:00
georgekav2
821451b301 Add M4A backend support. 2023-02-20 12:13:01 +01:00
PikuZheng
bb5c05505f convert thumbnail to jpg before embed #188
https://github.com/alexta69/metube/issues/188#issuecomment-1363443747
2022-12-23 07:59:20 +08:00
1RandomDev
de322ad5d1 Added option for thumbnail only 2022-06-06 16:26:53 +02:00
Alex
743cff1c87 fix typo (closes #94) 2021-12-21 10:37:05 +02:00
Alex
e2ebb8c076 always set mp3 quality (closes #93) 2021-12-21 08:50:19 +02:00
Your Name
e635a4a7f5 thumbs 2021-12-01 21:48:01 +01:00
Alex Shnitman
51b8100362 fix default format (closes #85) 2021-11-27 16:45:21 +02:00
Alex Shnitman
f52bea74d3 simplified format handling 2021-11-20 10:12:08 +02:00
asuyou
69746826f8 dl_formats options are now inline 2021-11-19 20:37:55 +00:00
asuyou
eadf8239e9 Changed to "any" to work like original (backend) 2021-11-14 23:17:07 +00:00
asuyou
63ec5c37af Changed back to original format download 2021-11-05 23:46:40 +00:00
asuyou
9e82aa1976 Fixed "custom:" download format 2021-10-30 18:06:56 +01:00
asuyou
d051814259 Added quality choice based on format 2021-10-28 11:19:17 +01:00