-
Notifications
You must be signed in to change notification settings - Fork 584
Unable to set --merge-output-format #389
Comments
Please don't remove the issue template. I assume you are doing this: params:
- --merge-output-format mp4 The correct syntax is this: params:
- --merge-output-format
- mp4 |
Sorry. I've edited the template back. That fixed the error i was getting but alltube still offers mkv file as a result, despite |
The remux format is hardcoded here.
|
Oh, i see. |
We do use that for M3U streams so I guess it could work. |
Should i try changing the hardcoded matroska and adding |
You will also need to change the MIME type here:
And the file extension here:
|
If i put modified Downloader.php into alltube classes folder, will it work? |
You will need to edit it in |
Thank you! And for my fellow Adobe Premiere enthusiasts, the better option is |
What is your operating system (Windows, Linux, OSX, etc.)?
Ubuntu 21.10
What is your web server (Apache, IIS, etc.)?
nginx/1.21.5
What version of AllTube are you using?
Master branch
How did you install AllTube (with Git or with a release package)?
Git clone + composer
What version of PHP are you using?
PHP 7.4.27 (cli)
What version of Python are you using?
Python 2.7.18 for youtube-dl or Python 3.9.7 for yt-dlp
What version of youtube-dl are you using?
Included
Do you get any PHP-related errors in your webserver's logs?
No.
What is the content of your
config/config.yml
file?Please provide the URL of a video that causes the issue.
Any.
https://www.youtube.com/watch?v=5oxDwxkOAXI
I'm trying to set
--merge-output-format mp4
in config, but get an error:How can i fix this? Do i need to modify any other sources to make
remux
produce mp4 files instead of mkv's?Trying with installation from GIT or in Docker, with
youtube-dl
oryt-dlp
- everything returns the same error.The text was updated successfully, but these errors were encountered: