android-ffmpeg-cmdline icon indicating copy to clipboard operation
android-ffmpeg-cmdline copied to clipboard

Hi Sir,

Open divyathaikkat opened this issue 11 years ago • 0 comments

when i changed ur code in the following manner , an Alert Dialog with progress came for a second and then disappeared and got the message “Ffmpeg job completes”. But no file created in the output folder that I specified. cmd.add(mFfmpegPath); cmd.add("-y"); cmd.add("-i"); cmd.add("/sdcard/video/melle.mp4"); cmd.add("-strict experimental"); cmd.add("-s"); cmd.add("160x120"); cmd.add("-r"); cmd.add("25"); cmd.add("-aspect"); cmd.add("3:4"); cmd.add("-vcodec"); cmd.add("mpeg4"); cmd.add("-b"); cmd.add("2097152");

    cmd.add("-ab");
    cmd.add("48000");
    cmd.add("-ac");
    cmd.add("2");
    cmd.add("-ar");
    cmd.add("22050");
    cmd.add("-b");
    cmd.add("/sdcard/video/out.mp4");

divyathaikkat avatar Jun 27 '14 11:06 divyathaikkat