subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
) vf = ",".join(filters) result = subprocess.run( [ "ffmpeg", "-y", "-i", input_path, "-vf", vf,- Confidence
- 88% confidence
- Finding
- result = subprocess.run( [ "ffmpeg", "-y", "-i", input_path, "-vf", vf, "-c:v", "libx264", "-preset", "fast", "-crf", "18", output_path,
