From 6821f7b73d8128c978e33c5a7e66fc263d9cf2e7 Mon Sep 17 00:00:00 2001 From: Nicholas Lamicela Date: Mon, 17 Feb 2025 11:09:50 -0800 Subject: [PATCH] notes on converting files to mp3 --- content/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/index.md b/content/index.md index bc4eac1..46af0d5 100644 --- a/content/index.md +++ b/content/index.md @@ -2,6 +2,8 @@ layout: home.njk title: home --- +{%- css %}{% include "node_modules/prismjs/themes/prism-okaidia.css" %}{% endcss %} + # nycki.net ## welcome! @@ -73,6 +75,14 @@ Stuff I've made! [Local mirror](/2007) | [Wayback Machine](https://web.archive.org/web/20071101001849/http://nick.lamicela.org/) +## notes + +### convert all files in dir to mp3 on windows + +```ps +gci -file | %{ ffmpeg -i $_.fullname $_.basename.mp3 } +``` + ## log - 2023-12-14. Updated this website to use markdown, via pandoc and make.