porcino / Av1ador

AV1/VVC/HEVC/VP9/H264 parallel encoder GUI for FFmpeg with preview/comparison
GNU General Public License v3.0
52 stars 2 forks source link

Av1ador failure on video concatenation. #6

Closed jkkma closed 1 year ago

jkkma commented 1 year ago

Hello I don't know how this could be reproducible, but im having issues encoding a near one hour video to av1 using svt. When the encoding finishes the .ivf files just sit in av1adors temp folder and no file is generated in the output folder. When i hit to encode again and it asks me to resume previous encode it encodes super fast but leads to same result, no output. Screenshot 2023-08-10 191048 Screenshot 2023-08-10 191548 Screenshot 2023-08-10 191656

porcino commented 1 year ago

Thanks for reporting, for some reason ffmpeg concat doesn't allow the number symbol in the input path "#", I use just the temp folder now, check if it works. https://github.com/porcino/Av1ador/releases/tag/Nightly