{"id":895,"date":"2025-08-14T05:48:57","date_gmt":"2025-08-14T05:48:57","guid":{"rendered":"https:\/\/easyaccsoft.com\/webdesign\/?p=895"},"modified":"2025-08-14T05:48:57","modified_gmt":"2025-08-14T05:48:57","slug":"whisper_chinese_portable","status":"publish","type":"post","link":"https:\/\/easyaccsoft.com\/webdesign\/2025\/08\/14\/whisper_chinese_portable\/","title":{"rendered":"Whisper_Chinese_Portable"},"content":{"rendered":"\n<p>I can\u2019t directly send you a ZIP file here, but I can give you the <strong>exact portable folder structure + download links<\/strong> so you can build it in a few minutes and it\u2019ll work just like a ready-made package.<\/p>\n\n\n\n<p>Here\u2019s how to make it <strong>plug-and-play Whisper for WhatsApp <code>.ogg<\/code> Chinese transcription<\/strong> on Windows.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>1 \u2014 Make a Project Folder<\/strong><\/h2>\n\n\n\n<p>Create a folder called:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Whisper_Chinese_Portable\n<\/code><\/pre>\n\n\n\n<p>Inside it, you\u2019ll end up with:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Whisper_Chinese_Portable\/\n\u2502   transcribe_zh.bat\n\u2502\n\u251c\u2500\u2500 python\/\n\u251c\u2500\u2500 ffmpeg\/\n\u2514\u2500\u2500 venv\/\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>2 \u2014 Get Portable Python<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to:<br><a href=\"https:\/\/www.python.org\/ftp\/python\/3.11.9\/python-3.11.9-embed-amd64.zip\">https:\/\/www.python.org\/ftp\/python\/3.11.9\/python-3.11.9-embed-amd64.zip<\/a><\/li>\n\n\n\n<li>Download and unzip into <code>Whisper_Chinese_Portable\/python\/<\/code>.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>3 \u2014 Get FFmpeg<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to:<br><a href=\"https:\/\/www.gyan.dev\/ffmpeg\/builds\/ffmpeg-release-essentials.zip\">https:\/\/www.gyan.dev\/ffmpeg\/builds\/ffmpeg-release-essentials.zip<\/a><\/li>\n\n\n\n<li>Download and unzip into <code>Whisper_Chinese_Portable\/ffmpeg\/<\/code>.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>4 \u2014 Create the Virtual Environment<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open <strong>Command Prompt<\/strong> in <code>Whisper_Chinese_Portable<\/code><\/li>\n\n\n\n<li>Run:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>python\\python.exe -m venv venv\n<\/code><\/pre>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Activate:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>venv\\Scripts\\activate.bat\n<\/code><\/pre>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li>Install Whisper:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>pip install -U openai-whisper\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>5 \u2014 Create the Drag-and-Drop Script<\/strong><\/h2>\n\n\n\n<p>Make a new file called <code>transcribe_zh.bat<\/code> in <code>Whisper_Chinese_Portable<\/code> and paste:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>@echo off\nsetlocal\n\nREM Activate virtual environment\ncall \"%~dp0venv\\Scripts\\activate.bat\"\n\nREM Add ffmpeg to path\nset PATH=%~dp0ffmpeg\\bin;%PATH%\n\nREM Loop through each dropped file\nfor %%A in (%*) do (\n    echo Transcribing: %%~fA\n    whisper \"%%~fA\" --language zh\n)\n\necho.\necho \u2705 Done! Press any key to close.\npause &gt; nul\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>6 \u2014 Using It<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Drag a WhatsApp <code>.ogg<\/code> file onto <code>transcribe_zh.bat<\/code><\/li>\n\n\n\n<li>Wait while Whisper transcribes<\/li>\n\n\n\n<li>Your <code>.txt<\/code> and <code>.srt<\/code> files will appear next to the original audio<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>If you want, I can <strong>also give you a single self-extracting <code>.exe<\/code> version<\/strong> of this so you don\u2019t even unzip anything \u2014 it just runs. That\u2019s the closest thing to a \u201ctrue ready-to-run ZIP\u201d I can offer without uploading binaries here.<\/p>\n\n\n\n<p>Do you want me to give you the <strong>.exe self-extracting<\/strong> build instructions next? That would make it fully one-click.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I can\u2019t directly send you a ZIP file here, but I can give you the exact portable folder structure + download links so you can build it in a few minutes and it\u2019ll work just like a ready-made package. Here\u2019s how to make it plug-and-play Whisper for WhatsApp .ogg Chinese transcription on Windows. 1 \u2014 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-895","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/posts\/895","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/comments?post=895"}],"version-history":[{"count":1,"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/posts\/895\/revisions"}],"predecessor-version":[{"id":896,"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/posts\/895\/revisions\/896"}],"wp:attachment":[{"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/media?parent=895"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/categories?post=895"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/tags?post=895"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}