Skip to content

Commit 3a8103b

Browse files
authored
Merge pull request #1 from Adr921/feature/addUTF-8support
Add UTF-8 support for Microsoft webcams
2 parents 661fb35 + ec2ef3d commit 3a8103b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webcamdialog.bat

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
chcp 65001 > nul
12
set cam="YOUR WEBCAM NAME"
2-
ffmpeg -f dshow -show_video_device_dialog true -i video=%cam%
3+
ffmpeg -f dshow -show_video_device_dialog true -i video=%cam%

0 commit comments

Comments
 (0)