user-1923
30-08-2019, 02:30 PM
Hi,
Running get_iplayer 3.22.0-MSWin32 from a Microsoft Windows 7 Home Premium (Version 6.1.7601) CMD shell.
I recently downloaded some subtitles for a programme I'd already downloaded with embedded subtitles so I could have an external, colour srt file.
I did this with a command similar to
It wasn't until later that I discovered this resulted in an external, monochrome srt file.
This confused me for ages, but eventually I realised my mistake and was able to download the subtitles by including the option --no-subs-embed (my preferences include --subs-embed).
I (now) appreciate that the release notes to v3.21 do specify that to download colour subtitles, the option --no-subs-embed should be specified. However, my initial, but wrong, command seemed intuitive to me: when using --subs-only, no embedding of subtitles into an mp4 container is done so the effect of subtitle embedding options on the conversion of the ttml didn't cross my mind when constructing my initial command.
Could theĀ --subs-only option be made to imply --no-subs-embed in some future release? The resultant srt would then be produced in accordance with the user's --[no-]subs-mono setting from: the command line, a preset, the user's preferences or the get_iplayer default.
Thanks for considering this.
Running get_iplayer 3.22.0-MSWin32 from a Microsoft Windows 7 Home Premium (Version 6.1.7601) CMD shell.
I recently downloaded some subtitles for a programme I'd already downloaded with embedded subtitles so I could have an external, colour srt file.
I did this with a command similar to
Code:
get_iplayer --subs-only --pid <pid>
This confused me for ages, but eventually I realised my mistake and was able to download the subtitles by including the option --no-subs-embed (my preferences include --subs-embed).
I (now) appreciate that the release notes to v3.21 do specify that to download colour subtitles, the option --no-subs-embed should be specified. However, my initial, but wrong, command seemed intuitive to me: when using --subs-only, no embedding of subtitles into an mp4 container is done so the effect of subtitle embedding options on the conversion of the ttml didn't cross my mind when constructing my initial command.
Could theĀ --subs-only option be made to imply --no-subs-embed in some future release? The resultant srt would then be produced in accordance with the user's --[no-]subs-mono setting from: the command line, a preset, the user's preferences or the get_iplayer default.
Thanks for considering this.