better output file naming option
See original GitHub issueHello, I brought up an idea about output file naming.
Basically, stream-detector uses the name “playback.ts” or “index.ts” (something like that…). The problem is that these names are so common that if I download another video, ffmpeg says that there already exists the same filename.
I have 2 solutions.
First: Use the “source” name as filename. Add this option in the settings page. or some websites shows their video name in the html document. (e.g: <div class = "tit">
)
Second: Clicking the filename, before copying the URL, the dialog box shows up (like the pic I posted above) and users can easily specify their filename as they want. The renamed “filename” can be added as the --output options.
Sorry for my bad explanation. Thank you.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Output File Naming Conventions - Certara
Output File Naming Conventions. Filenames consist of a series of name parts, which are typically determined by “attributes”. Each attribute in the filename...
Read more >Specifying Output File Names - TechDocs - Broadcom Inc.
You can specify more meaningful output file names on an Agent. The method for specifying output file names differs depending on the Agent ......
Read more >/OUT (Output File Name) | Microsoft Learn
A user-specified name for the output file. It replaces the default name. Remarks. The /OUT option overrides the default name and location of...
Read more >HandBrake Documentation — Automatic File Naming
HandBrake can automatically name your output files for you based on a number of criteria. ... HandBrake offers a few options to correct...
Read more >File Naming - dpBestflow
Follow basic computer system rules for file naming. Use unique file names for each image. Avoid incorporating job names or descriptions in file...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Solution 1 has been implemented in v2.6.4.
For now, I will implement solution 1 in the next update. If I find a viable way of implementing a dialog box in the addon and find enough time in the future, I will add solution 2 as an option.