You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please share knowledge about how to call that will run the command like
String cmd = "-y -i " + inputVideoPath
+ " -crf 22 -preset fast -c:a aac -c:v libx264 -movflags +faststart"
+ " -f mp4 -brand mp42 "
+ outputVideoPath ;
Please share knowledge about how to call that will run the command like
String cmd = "-y -i " + inputVideoPath
+ " -crf 22 -preset fast -c:a aac -c:v libx264 -movflags +faststart"
+ " -f mp4 -brand mp42 "
+ outputVideoPath ;