Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#9781 | Link | |
Registered User
Join Date: Aug 2024
Posts: 521
|
Quote:
![]() Code:
import vapoursynth as vs core=vs.core i=core.imwri.Read('a.png').resize.Bicubic(format=vs.YUV420P8,matrix=1) f1=core.std.BlankClip(i,color=[16,16,16]) f1=core.std.Merge(i,f1,0.9) f2=i f3=f2.std.FlipHorizontal() clip=f1*30+f2*9+f3*30 #69 clip.set_output() Example encoding commandline: Code:
vspipe aa.vpy -c y4m - | x265 --input - --y4m -b0 -o aa.265 (Again this does not mean the bug will only be triggered when bframes=0) I guess most images will work, but you can use this lovely nostalgic wallpaper: ![]() A patch was submitted: https://mailman.videolan.org/piperma...ay/014363.html and you can see the process of figuring out the fix at https://github.com/Mr-Z-2697/x265-ex...e/E-2025-05-12 Last edited by Z2697; Yesterday at 23:46. |
|
![]() |
![]() |
![]() |
#9782 | Link | ||
Lost my old account :(
Join Date: Jul 2017
Posts: 371
|
Quote:
Quote:
Last edited by excellentswordfight; Today at 08:40. |
||
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|