x262 icon indicating copy to clipboard operation
x262 copied to clipboard

x264 with MPEG-2 support. Part of the Open Broadcast Encoder project - http://www.ob-encoder.com/

Results 12 x262 issues
Sort by recently updated
recently updated
newest added

Hi missing commits in OBE branch https://github.com/kierank/x262/commit/bb887aa4c0a4da955524aa220b62998c3b50504e https://github.com/kierank/x262/commit/53ec0eab20b0c8f3f46144e10bf29ad42442cc55 this is intentional? greetings

When trying to encode interlaced 4:2:2 files with the --tff flag, x262 says that such a thing has not been implemented. Please introduce 4:2:2 interlaced encoding as this is what...

On an Intel Xeon Gold 6238R CPU 56c/112th AVX512 capable, when using all the intrinsics the encode hangs and then eventually crashes. This is an example: AVS Script: ``` ColorBars(1920,...

Hi there, x262 is producing a VBR stream despite setting CBR. How to reproduce: ``` x262_64.exe "D:\Temp\AVS Script.avs" --mpeg2 --preset medium --level high --profile 422 --bitrate 50000 --vbv-maxrate 50000 --vbv-bufsize...

suppose, for example, I have 10 frames, I want to encode 1,2,3 in one video, 4,5,6 in another video and rest in another video. How to achieve this without encoding...

suppose, I want to print my own log messages in few functions of x264 encoder. So that I can observe those log messages in terminal while encoding frames. How to...

I wasn't able to reach anyone on IRC so I'll ask here: What's the state of the encoder? yes, x262 is old but it's still interesting regarding legacy stuff (DVDs)...

Disabling the assembly makes the encoding work OK. `lldb -- ./avconv -filter_complex testsrc -s hd720 -c:v libx262 /tmp/out.mpeg` using [this](https://github.com/lu-zero/libav/commits/x262) branch. ``` Process 62191 stopped * thread #2: tid =...