FFmpeg-Video-Editor-Android icon indicating copy to clipboard operation
FFmpeg-Video-Editor-Android copied to clipboard

Select images and Audio to convert into video

Open sailywebvillee opened this issue 4 years ago • 0 comments

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?

sailywebvillee avatar Aug 10 '20 09:08 sailywebvillee