Skip to content

Commit 65a7722

Browse files
committed
use software decode (FAST O_O)
1 parent 0ccaed7 commit 65a7722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target/jamba.vpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ else:
9393
cachefile=cache_file
9494
)
9595
elif sp in ['bs','bestsource', 'best source', 'best-source', 'best_source']:
96-
clip = core.bs.VideoSource(input_video, hwdevice="d3d11va")
96+
clip = core.bs.VideoSource(input_video)
9797
elif sp in ['lsmas','lsmash', 'lwsmashsource', 'smash', 'l-smash', 'l-smash-works', 'lsmashworks']:
9898

9999
clip: vs.VideoNode = core.lsmas.LWLibavSource(

0 commit comments

Comments
 (0)