Peter Čuřík Jr.
Results
2
comments of
Peter Čuřík Jr.
Hello, sorry for my late reply. Unfortunately, changing L5 to L6 did not help. The behaviour remained the same.
Hello, I finally managed to transcode these problematic files using ffmpeg, as follows: `for i in *.mkv; do ffmpeg -i "$i" "${i%.*}.mp4"; done` closing the issue.