Replies: 1 comment
-
See this issue #1202 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I downloaded video2x-windows-amd64(6.1.0) and would like to upscaling video 2r by command as followings:
video2x -i E:\Clips\teacher.mp4 -o E:\Clips\teacher_out.mp4 -f realesrgan -r 2 -m realesr-animevideov3 -p faster -a cuda
but errors happened:
D:\video2x\6.1.0\video2x-windows-amd64>video2x -i E:\Clips\teacher.mp4 -o E:\Clips\teacher_out.mp4 -f realesrgan -r 2 -m realesr-animevideov3 -p faster -a cuda
[2024-11-05 21:17:59.763] [info] Video2X version 6.1.0
[2024-11-05 21:17:59.764] [info] Processing file: E:\Clips\teacher.mp4
[2024-11-05 21:17:59.911] [info] Press SPACE to pause/resume, 'q' to abort.
[2024-11-05 21:18:00.742] [info] Output video dimensions: 2560x1440
[libx264 @ 0000021d1e0e0080] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[libx264 @ 0000021d1e0e0080] profile High, level 5.0, 4:2:0, 8-bit
[libx264 @ 0000021d1e0e0080] 264 - core 164 r3192 c24e06c - H.264/MPEG-4 AVC codec - Copyleft 2003-2024 - http://www.videolan.org/x264.html - options: cabac=1 ref=2 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=4 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 threads=18 lookahead_threads=4 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=1 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=20 rc=crf mbtree=1 crf=20.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
[0 NVIDIA GeForce GTX 1650] queueC=2[8] queueG=0[16] queueT=1[2]
[0 NVIDIA GeForce GTX 1650] bugsbn1=0 bugbilz=0 bugcopc=0 bugihfa=0
[0 NVIDIA GeForce GTX 1650] fp16-p/s/a=1/1/1 int8-p/s/a=1/1/1
[0 NVIDIA GeForce GTX 1650] subgroup=32 basic=1 vote=1 ballot=1 shuffle=1
[0 NVIDIA GeForce GTX 1650] queueC=2[8] queueG=0[16] queueT=1[2]
[0 NVIDIA GeForce GTX 1650] bugsbn1=0 bugbilz=0 bugcopc=0 bugihfa=0
[0 NVIDIA GeForce GTX 1650] fp16-p/s/u/a=1/1/1/1 int8-p/s/u/a=1/1/1/1
[0 NVIDIA GeForce GTX 1650] subgroup=32 basic/vote/ballot/shuffle=1/1/1/1
[0 NVIDIA GeForce GTX 1650] fp16-8x8x16/16x8x8/16x8x16/16x16x16=0/0/0/0
Processing frame 0/27267 (0%); time elapsed: 2s
[swscaler @ 0000021d1e674400] cuda is not supported as input pixel format
[2024-11-05 21:18:02.458] [error] Failed to initialize swscale context.
[2024-11-05 21:18:02.459] [error] Failed to convert AVFrame to BGR24.
[2024-11-05 21:18:02.459] [error] Failed to convert AVFrame to ncnn::Mat
[2024-11-05 21:18:02.460] [critical] Error processing frames: Operation not permitted
[2024-11-05 21:18:02.535] [critical] Video processing failed with error code -1
how could I resolve this problem?
thanks.
Beta Was this translation helpful? Give feedback.
All reactions