hey there,
does anyone know how to make german umlauts (ä,ö,ü) compatible in a cmd batch for ffmpeg?
I basically just need a list which umlaut equals which code.
Couldnt't find anything which made any sense to me.
thanks
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!
+ Reply to Thread
Results 1 to 6 of 6
Thread
-
-
Install TextPad. From View > Clip Library you will see all the ANSI Characters codes.
For Example
ä 228
ö 246
ü 252
etc
The CAPS have different codes -
ok I checked that. so ä 228, ö 246, ü 252, Ä 196, Ö 214, Ü 220
but how do I write it in the commandline then. If I want to access a path containing C:\folder\Die Ärzte.mov I just call it C:\folder\Die 196rzte ?
I highly dout that that will work... -
Why do you need to add the Umlaut codes in your script? If you get a subtitles file with odd characters, replace them with the Umlauts characters directly without the need for ANSI codes, using Subtitle Edit.
Perhaps you can tell us exactly what you are trying to do. -
If I want to access a path containing C:\folder\Die Ärzte.mov
Try this in your cmd file. Don't forget the quotes as the file name has a space
Code:CHCP 65001 ffplay "C:\folder\Die Ärzte.mov"
-
CHCP 65001 did the job thanks a lot man
Last edited by Gwar; 12th Nov 2024 at 02:13.
Similar Threads
-
ffmpeg automate output=input filename in .bat (not cmd drag/drop)
By skh in forum Newbie / General discussionsReplies: 3Last Post: 10th Jan 2024, 02:48 -
How to transform a cmd AND this ffmpeg command to a batch file ?
By kngw in forum Newbie / General discussionsReplies: 8Last Post: 30th Sep 2022, 10:59 -
join video clips ffmpeg cmd
By grabyea in forum Video ConversionReplies: 6Last Post: 13th Oct 2021, 18:35 -
convert with CMD
By grabyea in forum Video Streaming DownloadingReplies: 3Last Post: 13th Sep 2021, 12:37 -
[C++] How to read progress from CMD prompts like FFMPEG's
By squadjot in forum ProgrammingReplies: 5Last Post: 12th Feb 2021, 07:49