diff --git a/batch.md b/batch.md index 56f3849350..8d9a774546 100644 --- a/batch.md +++ b/batch.md @@ -2,7 +2,7 @@ I get a lot of questions about whether LosslessCut can help automate the same operation on X number of files. For example given a folder of 100 files, cut off 10 seconds from the beginning of every file, or split each file into 30 second files. LosslessCut was not designed to be a batch processing toolkit and generally cannot not do these things, however the good news is that often it's not very hard to automate with a simple script. -See also [#868](https://github.com/mifi/lossless-cut/issues/868). https://github.com/mifi/lossless-cut/discussions/1490#discussioncomment-12008653 +See also [#868](https://github.com/mifi/lossless-cut/issues/868). ## Setup FFmpeg 📀 @@ -22,8 +22,7 @@ If there's a particular operation from LosslessCut you want to automate across m ## Using AI 🤖 -> AI opposers are plentiful - they swore they'd never [kneel before AI](https://github.com/mifi/lossless-cut/discussions/1490#discussioncomment-12014019) — now they're [writing psalms](https://github.com/mifi/lossless-cut/discussions/1490#discussioncomment-12019277) about the [efficiency of neural networks.](https://github.com/mifi/lossless-cut/discussions/1490#discussioncomment-12018982) - +> AI opposers are strong in their faith. They swore they'd never [kneel before the LLM](https://github.com/mifi/lossless-cut/discussions/1490#discussioncomment-12014019) — now they're [prompting psalms](https://github.com/mifi/lossless-cut/discussions/1490#discussioncomment-12019277) about the [divine GPT.](https://github.com/mifi/lossless-cut/discussions/1490#discussioncomment-12018982) I wish more people were aware of this: large language models like ChatGPT can be incredibly useful for helping non-programmers with simple scripting tasks as well as helping you learn things and debug error messages, and it's free! Basically you just ask the AI to write a script for you to do whatever you need. If it doesn't work, you can continue the conversation with the AI and give it the error messages you received and it will try to help your get it working.