Exporting videos with modified y resolution

Receive the following message in debugger console when attempting to export video with a modified y-resolution

"Trying to export VIDEO…

ERROR: FFmpeg did not finish executing.

QProcess: Destroyed while process is still running"

The program produces a video, but not in its entirety

I’m running Winodws 8.1, but the error occurs even when running in XP Compatible modes and also with FFMpeg versions 1.2 and 2.3

HTML tags were produced in my last post. I hope this one is cleaned up…
Received the following message in debugger console when attempting to export videos with a modified y-resolution.

"Trying to export VIDEO

FFmpeg did not finish executing…

QProcess: Destroyed while process is still running"

The program produces a video, but not in its entirety.

I’m running Windows 8.1, but the error occurs even when running in XP compatible modes and also with FFmpeg versions 1.2 and 2.3

What do you mean by “modified y-resolution”? Changing the height of the exported video? That might be causing a problem, depending on whether or not ffmpeg can handle arbitrary resolutions. I think it at least has to be multiples of 16.