We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello @bhuvnesh123 I tried a few commands to make a video with a single image & audio but no luck with those commands. Can someone guide me with this?
And by using the command I am getting error -
I am using command -
String[] complexCommand = {"-y", "-loop","1","-framerate","1", "-i" ,yourRealImage ,"-i" ,yourRealAudio,"-c:v", "libx264","-preset","veryslow","-crf","0","-c:a","copy", "-shortest", filePath};
Started command : ffmpeg [Ljava.lang.String;@e596883 progress : x264 [error]: malloc of size 60450080 failed Started command : ffmpeg [Ljava.lang.String;@e596883 progress : Video encoding failed
Can you help me with this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello @bhuvnesh123
I tried a few commands to make a video with a single image & audio but no luck with those commands. Can someone guide me with this?
And by using the command I am getting error -
I am using command -
String[] complexCommand = {"-y", "-loop","1","-framerate","1", "-i" ,yourRealImage ,"-i" ,yourRealAudio,"-c:v", "libx264","-preset","veryslow","-crf","0","-c:a","copy", "-shortest", filePath};
Started command : ffmpeg [Ljava.lang.String;@e596883
progress : x264 [error]: malloc of size 60450080 failed
Started command : ffmpeg [Ljava.lang.String;@e596883
progress : Video encoding failed
Can you help me with this?
The text was updated successfully, but these errors were encountered: