Quote from: scar69 on August 05, 2025, 05:59:57 PMfor %%f in (*.avi) do %avidemux% --output-format %outputformat% --load "%%f" --save "%%f.mp4" --quit
! x264.avi
60frames.avi
Dream World 038.avi
GA1.avi
Testfile_atempo.avi
@echo off
for %%F in (*.avi) do echo "%%~dpnF.mp4"
"D:\! x264.mp4"
"D:\60frames.mp4"
"D:\Dream World 038.mp4"
"D:\GA1.mp4"
"D:\Testfile_atempo.mp4"
Quote from: eumagga0x2a on January 04, 2024, 07:24:40 AM"video is late by XX ms" warnings .. - This is a feature kindly contributed by szlldm and a purely informational one. Before that, there was no way to detect and especially to quantify loss of sync due to slow decoding / post-processing during playback.and further on that topic:
Quote from: eumagga0x2a on January 05, 2024, 12:58:49 AMkeep using "DXVA2" (actually, DirectX) video display on Windows whenever possible