Adding jpec conversion #314
using ffmpeg as thumbnails postprocessing tool
This commit is contained in:
parent
e9bb9d3489
commit
dd18ce1da0
@ -167,7 +167,12 @@ class URLItem(BaseItem):
|
|||||||
'noplaylist': True,
|
'noplaylist': True,
|
||||||
'writethumbnail': True,
|
'writethumbnail': True,
|
||||||
'updatetime': False,
|
'updatetime': False,
|
||||||
'verbose': var.config.getboolean('debug', 'youtube_dl')
|
'verbose': var.config.getboolean('debug', 'youtube_dl'),
|
||||||
|
'postprocessors': [{
|
||||||
|
'key': 'FFmpegThumbnailsConvertor',
|
||||||
|
'format': 'jpg',
|
||||||
|
'when': 'before_dl'
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
||||||
cookie = var.config.get('youtube_dl', 'cookie_file', fallback=None)
|
cookie = var.config.get('youtube_dl', 'cookie_file', fallback=None)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user