x264
redhat - compile ffmpeg - how to link with liblame/x264 when they're installed locally
I\'ve managed to install ffmpeg, a basic build using ./configure --disable-debug --disable-network --disable-ffserver --disable-ffplay --prefix=/export/home/userid/bin/ffmpeg[详细]
2023-02-13 02:35 分类:问答x264 encoder with JNA
I have been busy creating a JNA wrapper around x264.dll. I have the following class for my x264_param_t:[详细]
2023-02-05 18:36 分类:问答libx264 in Visual Studios 2010 - Memory error in Release Build
I am building an application and using the x264 library as an encoder. I have built the library for my windows system using MSys/MingW. The library works fine under debug build (note both debug and re[详细]
2023-01-29 18:53 分类:问答Generating movie from python without saving individual frames to files
I would like to create an h264 or divx movie from frames that I generate in a python script in matplotlib. There are about 100k frames in this movie.[详细]
2023-01-23 15:42 分类:问答How to encode h.264 with libavcodec/x264?
I am attempting to encode video using libavcodec/libavformat. Audio works great, but when I try to encode vid开发者_开发技巧eo I get the following errors:[详细]
2023-01-12 15:25 分类:问答FFMPEG/X264 how to use them together [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-01-09 01:56 分类:问答H264: decode series of nal units with ffmpeg
I tried to decode a series of nal units with ffmpeg (libavcodec) but I get a \"no frame\" error. I produced the开发者_如何学Go nal units with the guideline at How does one encode a series of images in[详细]
2023-01-08 04:23 分类:问答How to wrap a C library parameter?(Creating x264 .Net wrapper)
so in dll we have x264_param_t structure\\object and a function for its setting upx264_param_apply_profile. in C we use such code to set it up[详细]
2023-01-07 05:03 分类:问答Has any one compiled lib x264 using CLI backend for gcc compiler?
Has 开发者_如何学运维any one compiled lib x264 using CLI backend for gcc compiler? (Compiled x264 into .net dll)Are you using C99 features?If not, Visual C++ with the /clr:pure option should do the tr[详细]
2023-01-06 18:40 分类:问答Quantization Matrices in x264
I\'ve downloaded the source code and am wading through开发者_如何学编程 it --- does anybody know where the QMsfor the images and the residuals are stored?As of x264 snapshot 20100603-2245/, they\'re s[详细]
2023-01-02 19:26 分类:问答