Changes between Version 47 and Version 48 of Concatenate
- Timestamp:
- Jan 18, 2023, 9:02:02 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Concatenate
v47 v48 58 58 foreach ($i in Get-ChildItem .\*.wav) {echo "file '$i'" >> mylist.txt} 59 59 }}} 60 61 * Note: if you do this, you need to open the text file after its creation and 'Save As...' with UTF-8 encoding in order for the demuxer to work, otherwise you will get an error when FFmpeg tries reading the file because Windows by default saves with UTF-16 encoding. 60 62 61 63 Or for Windows bat-file:
