Does VideoWriter can write a video file in path with chinese ?
Just as the title, when i use the open function in class VideoWirter with the first parameter that has Chinese characters, then the exception occurs "0xC0000005: Access violation reading location 0x00000000 ". How can i solve it?
Need your help! Thanks for your answer.
Are you using relative or absolete paths? Try to use a basic path first, like for example C:/test.avi, then switch to more difficult or complicated paths, to extract the exact problem.
while I using the absolute path, and the file name is chinese. when I try to save the video file using VideoWriter in python3,the file name is Garbled. Is there any solution? Thanks!
Its the Chinese, the internet is filled with issues when trying to write and read non-standard symbols :)