﻿id	summary	reporter	owner	description	type	status	component	version	resolution	keywords	cc	guest	host
16779	VBoxManage > controlvm > videocapfile doesn't work due to typo in code.	varunramesh		"'''VBoxManage controlvm <VM_NAME> videocapfile <FILENAME>''' doesn't work, printing out 
{{{
VBoxManage.exe: error: Video capture file name '' is not absolute
}}}

This seems to be due to a typo in a single line (L1796) in [https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp#L1796 VBoxManageControlVM.cpp]

'''a->argv![3]''' should probably read '''a->argv![2]''', as the capture filename is supposed to be the second argument."	defect	closed	other	VirtualBox 5.1.22	fixed	VBoxManage videocapfile		all	all
