Answers for "FFmpeg commanf"

0

FFmpeg commanf

String[] command = {"-y", "-i", inputFileAbsolutePath, "-s", "160x120", "-r", "25", "-vcodec", "mpeg4", "-b:v", "150k", "-b:a", "48000", "-ac", "2", "-ar", "22050", outputFileAbsolutePath};
Posted by: Guest on March-21-2022

Browse Popular Code Answers by Language