-
Notifications
You must be signed in to change notification settings - Fork 190
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
Error encoding large videos #548
Comments
Check if this is not your case |
The problem that occurs is not the one mentioned in the URL, as the resolution of the video I am testing is 1280x720 pixels, within the standard. The difference in the test video is that it is 5 hours and 33 minutes long and the file is 4.90GB in size. |
The you should try this to track the errors |
@DanielnetoDotCom Danny, the file with 750MB, 5 hours and 33 minutes, was successfully completed. |
@DanielnetoDotCom Danny, I did another test, with a larger file. This one is now 4.90GB. The total HLS encoding was 11.95GB. |
Hold on
|
For me the best way to test is doing this |
@DanielnetoDotCom Danny, I'm having trouble encoding large videos using AVideo-Encoder.
Since my videos are movies, some of them can be over 5GB in file size.
But occasionally this problem can happen, and I'm facing it now... a movie that's 5 hours and 33 minutes long.
I think this must be a restriction applied to the code.
I tried the public Encoder and the restriction is greater, it is not accepting large files, I think larger than 4GB.
I also tried my private Encoder, it accepts large files, but it cannot finish the encoder correctly.
My private encoder is 65% free and apparently it is not a problem of space on the server:
After the encoder it enters the state: Broken or Missing Files.
I have done several tests and I cannot resolve this issue. What is the correct way to resolve this issue?
The text was updated successfully, but these errors were encountered: