Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix use of randomfilenames option #4

Merged
merged 1 commit into from
Jan 6, 2024

Conversation

EO2875
Copy link
Contributor

@EO2875 EO2875 commented Jan 6, 2024

When using the randomfilenames option, the program creates a buffer file called, for example, 3ea23754-2065-4c9c-82ab-f753581fc949.. Note that the filename lacks an extension.
As such, ffmpeg (at least version 2024-01-04-git-33698ef891) throws the following error:

Not detecting m3u8/hls with non standard extension and non standard mime type
    Last message repeated 3 times
[in#0 @ 00000239880fec80] Error opening input: Invalid data found when processing input
Error opening input file C:\Users\MyName\MyFile\abfca6a5-1af1-4a25-bf79-462140281844.
Error opening input files: Invalid data found when processing input

This commit adds the original extension to the file in the randomfilenames option.

Fixing #3

When using the `randomfilenames` option, the program creates a buffer
file called, for example, `3ea23754-2065-4c9c-82ab-f753581fc949.`.
Note that the filename lacks an extension.
As such, ffmpeg (at least version 2024-01-04-git-33698ef891)
throws the following error:

```
Not detecting m3u8/hls with non standard extension and non standard mime type
    Last message repeated 3 times
[in#0 @ 00000239880fec80] Error opening input: Invalid data found when processing input
Error opening input file C:\Users\MyName\MyFile\abfca6a5-1af1-4a25-bf79-462140281844.
Error opening input files: Invalid data found when processing input
```

This commit adds the original extension to the file in the
`randomfilenames` option.
@josephcappadona josephcappadona merged commit deb090d into josephcappadona:master Jan 6, 2024
@josephcappadona
Copy link
Owner

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants