How can i use video from raw folder of android studio as an input source in ffmpeg command?Like in below command i want to use from raw folder video as an input-
{ "-y", "-i", input,"-ss", "5000", "-t", "10000", "-c","copy", output};
How can i use video from raw folder of android studio as an input source in ffmpeg command?Like in below command i want to use from raw folder video as an input-
{ "-y", "-i", input,"-ss", "5000", "-t", "10000", "-c","copy", output};