Skip to content

Commit 4fb9149

Browse files
save file
1 parent 70de36b commit 4fb9149

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

blog/25-11-15/ffmpeg-in-the-browser/ffmpeg-in-the-browser.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@context" : "https://schema.org",
2525
"@type" : "TechArticle",
2626
"headline" : "FFMPEG In The Browser",
27-
"description" : "",
27+
"description" : "Learn how to run FFmpeg directly in the browser using WebAssembly. This guide covers setup, performance tips, and practical examples for video and audio processing without server-side dependencies.",
2828
"author" : {"@type":"Person","name":"Matthew Richards"},
2929
"datePublished" : "2025-11-15",
3030
"dateModified" : "2025-11-15",
@@ -199,6 +199,10 @@ <h1 class=title>
199199
</blog-hdr>
200200

201201
<div class=description>
202+
<p>
203+
Learn how to run FFmpeg directly in the browser using WebAssembly. This guide covers setup, performance tips,
204+
and practical examples for video and audio processing without server-side dependencies.
205+
</p>
202206
<a href='https://www.ffmpeg.org/ffmpeg.html#Main-options'>
203207
<span>
204208
ffmpeg / Main options

0 commit comments

Comments
 (0)