3

I am trying do bit slow video speed slow down which H264 format in fmpeg at android,When I run below code, it makes slowly and makes error.

String[] cmd3 = {"-i",h264_path,"-filter:v","setpts=1.25*PTS",h264_new_path};

     try {
         executeCommand(cmd3);
         } 
     catch(FFmpegCommandAlreadyRunningException e) {
         e.printStackTrace();
         }
Diego
  • 937
  • 8
  • 24
  • 1
    The error is important: you should **always** include it. Show the complete log form the `ffmpeg` process. Without it we can't help. – llogan Jan 08 '19 at 17:54

0 Answers0