|
|
@ -422,7 +422,7 @@ def convert(ctx,
|
|
|
|
|
|
|
|
|
|
|
|
context['video_encoder'] = VideoEncoder.fromLabel(video_encoder)
|
|
|
|
context['video_encoder'] = VideoEncoder.fromLabel(video_encoder)
|
|
|
|
|
|
|
|
|
|
|
|
targetFormat = FfxController.DEFAULT_FILE_FORMAT
|
|
|
|
targetFormat = '' if context['video_encoder'] == VideoEncoder.H264 else FfxController.DEFAULT_FILE_FORMAT
|
|
|
|
targetExtension = 'mkv' if context['video_encoder'] == VideoEncoder.H264 else FfxController.DEFAULT_FILE_EXTENSION
|
|
|
|
targetExtension = 'mkv' if context['video_encoder'] == VideoEncoder.H264 else FfxController.DEFAULT_FILE_EXTENSION
|
|
|
|
|
|
|
|
|
|
|
|
context['use_tmdb'] = not no_tmdb
|
|
|
|
context['use_tmdb'] = not no_tmdb
|
|
|
|