Hello,
Thank you for sharing the source video file.
Unfortunately the development team were not able to recreate the issue on their test machine.
They have asked for some logs of the EAB conversion process
Best Regards,
BRT Community
Thank you for sharing the source video file.
Unfortunately the development team were not able to recreate the issue on their test machine.
They have asked for some logs of the EAB conversion process
QuoteCan we recommend the user open EAB's command prompt (by clicking the bottom button in left-side panel), run these command lines in turn and share the result log:
eab_tools video -i path/to/VAN.mp4 -r 798:450 -o "path/to/output" -q 4 -s 48000 -f 3 -c MIX -t 29.97
ffmpeg.exe -i "path/to/VAN.mp4" -threads 16 -hide_banner -y -s 798:450 -pix_fmt yuvj420p -r 29.97 -c:v mjpeg -q:v 4 -c:a pcm_s16le -ar 48000 -ac 1 "path/to/output/VAN.avi"
Best Regards,
BRT Community