Jun
Jun
@jsunintel Yes, you are correct. The logic of formatting of input data is at application level, not svt lib. Do you think the ffmpeg plugin can process interlaced data?
Hi @xsistema, could you test below command line `SvtHevcEncApp -i interlaced.yuv -w 1920 -h 540 -interlaced-video 1 -b out.bin` to see if it works? If so, we will work on...
Hi @Holly0521, You may be aware of it already but in case you may find it useful, bitstream hierarchical coding structure looks like this https://github.com/OpenVisualCloud/SVT-HEVC/blob/master/Docs/svt-hevc_encoder_user_guide.md#1-hierarchical-coding-structure-parameters I guess you are asking...
Hi @Ballevill , could you let me know the output of `ffprobe tearsofsteel_4k.mov`? The file is 6.3G and prompt security warning when I tried to download. Let me see if...
Hi @Ballevill , your input is 3840x1714, downscale to 1920x857 with `-vf scale=1920:-1`. SVT-VP9 doesn't support odd and non-multiple-of-8 width/height. You mean video playback stutter on samsung s 22 ultra?...
Hi, what do you mean `cut`? the video output is being cut and some portion is lost? Using VLC is to debug the issue, not asking your customer to use...
No worries. It is stuttering, jittering or lagging?
1. Could you upload a **short** clip encoded with SVT-VP9 which shows stutter during playback? 2. SVT-VP9 currently supports all the most popular and standard resolutions. The odd and non-multiple-of-8...
I tried with VLC on desktop and my Galaxy S10e, svt.webm plays smoothly, no stutter at all. I don't have access to other Samsung devices. I also took a look...
Hi @jsunintel, could provide instruction to use FFMPEG plugin on Windows for svt vp9?