Trouble using ffmpeg in c# how to correctly format string to upscale videos?
问题 So I am writing an app in c# to upscale videos to a certain resolution. It uses ffmpeg to do this. What happens is after selecting the video file, and clicking 1080p it creates the directory folder but does not actually write the upscaled video to it. I think I must have a string format issue: private void HD_Click(object sender, EventArgs e) { if (textBox1.Text == null) { MessageBox.Show("You've not selected your video file yet. Please do so before continuing, cheers."); } else { var