- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
06416 | Graphics | Minor | Always | Oct 28, 2016, 09:05 | Nov 3, 2016, 08:31 |
Tester | Hirudov | View Status | Public | Platform | MESS (Official Binary) |
Assigned To | Resolution | No change required | OS | Windows Vista/7/8 (64-bit) | |
Status [?] | Closed | Driver | |||
Version | 0.179 | Fixed in Version | Build | Normal | |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 06416: 32x, 32xe, 32xj: Output avi file with option -aviwrite saves cropped video | ||||
Description | When writing output to avi file, the video is with resolution of 256x224, while the platform reported resolution in the about info is 320x224. This gives cropped on the right video. | ||||
Steps To Reproduce | mess64 32x -cart "Knuckles' Chaotix (32X) (JU) [!].32x" -aviwrite "Knuckles' Chaotix (32X) (JU) [!].avi" | ||||
Additional Information | The recorded file is okay, but cropped. | ||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | 32x, 32xe, 32xj | ||||
Attached Files
|
Knuckles' Chaotix (32X) (JU) [!].jpg (57,276 bytes) Oct 28, 2016, 09:05 Uploaded by Hirudov Info of the produced video.
| ||||
Relationships
Notes
2
No.13299
StHiryu Tester
Oct 30, 2016, 13:07
|
I think it's the same problem that I've reported here 06158. So you can find the solution giving the widht and height values with -snapsize. |
---|---|
No.13304
AJR Developer
Oct 31, 2016, 05:20
|
If no -snapsize is set, then the size of each frame is determined by render_target::compute_minimum_size, which depends on the screen's visible area. Now figure in that 32x and a number of other drivers can dynamically modify the visible area by means of screen_device::configure, and it's obvious what the problem is here. |