11.04.2022, 16:55
Now I tried what would happen if I did not embed the subtitles:
(this time Hybrid uses FFmpeg as decoder.)
-> encoding worked fine.
I also noticed that using Vapoursynth the 'Vapoursynth Preview' does not work here and should not work for you either, since the '# Loading Plugins'-section of the script is not loading 'SubText'. (fixed that here, running an encode now)
Cu Selur
ffmpeg -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "C:\Users\Selur\Desktop\One Punch Man S01E07.mkv" -map 0:0 -an -sn -vf scale=1280:720,zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0 -sws_flags spline -f rawvideo - | x264 --preset slower --profile baseline --level 3.1 --ref 5 --sync-lookahead 48 --partitions i4x4,p4x4,p8x8,b8x8 --vbv-maxrate 42000 --vbv-bufsize 14000 --sar 1:1 --non-deterministic --range tv --colormatrix bt709 --demuxer raw --input-res 1280x720 --input-csp i420 --input-range tv --input-depth 8 --fps 24000/1001 --output-depth 8 --output "E:\Temp\2022-04-11@16_41_54_0310_02.264" -
-> encoding worked fine.
I also noticed that using Vapoursynth the 'Vapoursynth Preview' does not work here and should not work for you either, since the '# Loading Plugins'-section of the script is not loading 'SubText'. (fixed that here, running an encode now)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.