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

Select images and Audio to convert into video #36

Open
sailywebvillee opened this issue Aug 10, 2020 · 0 comments
Open

Select images and Audio to convert into video #36

sailywebvillee opened this issue Aug 10, 2020 · 0 comments

Comments

@sailywebvillee
Copy link

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?

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

No branches or pull requests

1 participant