Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Activity for JesseWâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #282137 |
I'm not sure what exactly you mean by "trim" -- but if you are referring to cutting out just a part of a larger video, I think my solution here (with VLC) might work for you: https://powerusers.codidact.com/posts/284794 (more) |
— | about 3 years ago |
Edit | Post #284796 |
Post edited: add more detail |
— | about 3 years ago |
Edit | Post #284796 | Initial revision | — | about 3 years ago |
Answer | — |
A: How do I cut out a section of audio from a larger one, with VLC? The answer is pretty straightforward, just a few arguments: `nvlc -I dummy inputfile.mp3 --start-time 30 --stop-time 35 --sout file/mp3:outputfile.mp3 vlc://quit` where `inputfile.mp3` and `outputfile.mp3` are the input and output files, as would be expected. The `--start-time` and `--stop-time... (more) |
— | about 3 years ago |
Edit | Post #284794 | Initial revision | — | about 3 years ago |
Question | — |
How do I cut out a section of audio from a larger one, with VLC? How do I cut out/trim/split a section of audio (or video) from a larger one, with VLC? I'm not trying to transcode, just extract a piece, ideally from the command-line. (more) |
— | about 3 years ago |