8d1bd4d678
fix(config): simplify genericFormats
options in example config
...
Consolidated `genericFormats` in the example configuration to use individual best and worst video options instead of combined options. This simplifies the configuration and aligns with common usage scenarios. No functional impact expected.
2024-09-18 15:17:09 +02:00
Pierre Rudloff
3e45f19682
Switch to yt-dlp ( fixes #432 )
...
youtube-dl has no new release since 2021
2023-03-30 21:41:08 +02:00
bellington3
83863bd66c
Provide config toggle to disable the 'convert seek' function ( #311 )
...
* Provide config toggle to disable the 'convert seek' function in the frontend
* Add convertSeek config option to config.example
* Only send from/to if convertSeek is activated
2020-10-17 14:14:36 +02:00
bellington3
2e8350ce1a
Provide config toggle to set 'audio' conversion on as default ( #310 )
...
* Provide config toggle to set 'audio' conversion on as default
* Fix git cherry pick mistake
* Update templates/index.tpl
Co-authored-by: Pierre Rudloff <contact@rudloff.pro>
* Add default audio config option to config.example
Co-authored-by: Pierre Rudloff <contact@rudloff.pro>
2020-09-30 00:07:20 +02:00
Pierre Rudloff
683a19b0fb
Remove references to avconv
...
Most distributions now use ffmpeg instead
2020-06-22 23:26:47 +02:00
Pierre Rudloff
f90a08e89c
Stop installing ffmpeg and phantomjs with Composer
...
It is convenient but this a the job of the OS package manager
2020-06-22 23:21:22 +02:00
Pierre Rudloff
29756cf290
Add fallback to bestvideo and worstvideo ( fixes #288 )
2020-06-20 13:34:46 +02:00
daCaPo
e2d284399a
Switch from rg3/youtube-dl to ytdl-org/youtube-dl
2020-03-19 10:12:18 +01:00
Pierre Rudloff
ced0c126f1
Add a way to not check the stream checkbox by default ( #255 )
2020-01-18 22:56:55 +01:00
Pierre Rudloff
aabcee25f0
Custom fatal error handler
2019-11-27 23:49:01 +01:00
Pierre Rudloff
43d5cc1dbb
feat: Make generic formats dynamic
...
See #223
2019-05-08 19:49:18 +02:00
Pierre Rudloff
c6cf05f8ec
refactor: Move app name to a config variable
...
See #205
2019-01-06 16:59:16 +01:00
Pierre Rudloff
5463aea2ae
docs: Add remux to example config file
2018-12-28 19:36:01 +01:00
Pierre Rudloff
647eed9db0
fix: Run youtube-dl with --no-playlist
...
Fixes #172
2018-05-23 21:43:34 +02:00
Pierre Rudloff
e36e98e47a
feat: New phantomjsDir option
...
This is used by the openload extractor
We also add to update youtube-dl to 2018.01.21 in order for the extractor to work correctly.
Fixes #146
2018-01-25 15:10:16 +01:00
Pierre Rudloff
4972c8ab8e
feat: Add a new convertAdvanced option
...
It allows user to convert videos to several other audio/video formats
Fixes #148
2018-01-24 23:31:21 +01:00
Pierre Rudloff
f8c8935b4c
Use ffmpeg instead of rtmpdump
2017-12-23 15:14:43 +01:00
Pierre Rudloff
959b141282
Add a setting that controls ffmpeg verbosity
...
Don't display ffmpeg errors in tests
2017-12-09 23:16:48 +01:00
Pierre Rudloff
2432a06c1b
Make tests run on Windows ( fixes #137 )
...
Use AppVeyor to run tests
2017-11-11 17:48:05 +01:00
Pierre Rudloff
fd2a4d8745
Add an option to set the MP3 bitrate when converting ( fixes #113 )
2017-11-10 23:50:17 +01:00
Pierre Rudloff
368bdea793
Comments in config.yml
2017-08-21 20:22:08 +02:00
Pierre Rudloff
4ed6880b50
Lint YAML
2017-08-21 20:19:29 +02:00
Pierre Rudloff
f9203706f7
Cleanup root folder ( fixes #110 )
2017-05-15 07:25:14 +02:00