-
Notifications
You must be signed in to change notification settings - Fork 192
Description
@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?