-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Video is not converted into specified file-format #245
Comments
I have the same problem. Log attached: worker1-job-5.log |
Thank you for the log! I'll take a look to see what's going on. I'll prioritize this fix and push it in a v0.7.2 patch version - hopefully by the end of this weekend. Development is attached to issue #248. |
I had some time today to fix the issue, and have published the fix with release v0.7.2. Just pull the latest docker images and you guys should be good to go! |
Hi, I have only started using handbrake-web after 0.7.2 was released (and checked that I am indeed running 0.7.2) but I am also having this issue. |
Could you drop a log as mentioned above? Probably another edge case where this can occur. |
Here's the log: |
Same here. In 0.7.2 didn't fix the issue it seems |
Thanks for the logs and reports, will look back into this, thank you for your patience! |
Just to clarify, the issue that you are still experiencing is that the file output is not using the file extension that is specified in your preset? There is a bit of a conflict in the way that the CLI handles extensions vs the desktop version of handbrake - the CLI uses the extension specified in your output path, whereas the desktop version of HandBrake will use what is stored in the preset. Currently this application ignores what is in the preset, and uses what is manually specified when creating a job. |
Yes
I use watchers instead of manually creating a job, so I don't get to specify the extension. |
Ah, that's right, I did forgot to mention I also use a watcher. Makes sense now. Thanks for looking into it! |
I just published v0.7.3 that should fix this issue well enough for now! Essentially watchers will use whatever extension is defined in their preset for the time being. I will be reworking how output extensions are handled for v0.8.0. |
I updated and converted one video and the problem seems to be fixed. Thanks! 👍 |
Bug Information
Bug Description
When attempting to convert a video file using HandBrake Web, the application fails to convert the file to the specified format. I expect the file to be saved in the chosen video format, but the output remains unchanged, as if the conversion settings were ignored. I am not sure if I set it up wrong or something is actually not working right. Please advise.
Bug Steps
Additional Information
Application Information
HandBrake Web Version
Docker Compose
Host Machine
The text was updated successfully, but these errors were encountered: