notes on converting files to mp3
All checks were successful
/ build (push) Successful in 36s

This commit is contained in:
Nycki 2025-02-17 11:09:50 -08:00
parent 5f32361a46
commit 6821f7b73d

View file

@ -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.