Changes between Version 47 and Version 48 of Concatenate


Ignore:
Timestamp:
Jan 18, 2023, 9:02:02 PM (4 years ago)
Author:
DabeerAzeez
Comment:

Mention saving Windows Powershell-generated text file with UTF-8 encoding

Legend:

Unmodified
Added
Removed
Modified
  • Concatenate

    v47 v48  
    5858foreach ($i in Get-ChildItem .\*.wav) {echo "file '$i'" >> mylist.txt}
    5959}}}
     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.
    6062
    6163Or for Windows bat-file: