[FFmpeg-user] Generate log keeping information appearing on screen

Carl Zwanzig cpz at tuunq.com
Thu May 2 06:21:18 EEST 2024


On 5/1/2024 7:55 PM, CMG DiGiTaL wrote:
> How do I generate the log, but keep the conversion information on the
> screen as well?

(really a windoze question, not ffmpeg)

cmd.exe doesn't have an equivalent of the unix 'tee' command, but 
powershell does--


PS C:\Users\cpz> echo "asdsasad" |tee asdf.txt
asdsasad
PS C:\Users\cpz> type .\asdf.txt
asdsasad
PS C:\Users\cpz>

z!



More information about the ffmpeg-user mailing list