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!
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".