Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[BUG] `--write-sub -o -` writes subtitle to a file named - #25344
Comments
|
you can't write the output to file named -, as i know, when you pass - to -o option, the output will be written to STDOUT. and if you mean you want to write subtitle to different name, i think this is not a bug but a feature request. |
|
@rafinetiz the problem is that the video file is going into stdout, so the subtitle file has nowhere to go. |
|
Same thing seems to happen when format is specified. Somehow the |
Checklist
Verbose log
Description
--write-sub -o -writes subtitle to a file named -. It should use the video's name or accept a name with a new cli option.