Hello libav users/developers,
I wrote h264 encoder using libav and libx264, everything worked fine, but
strangely, it stopped working. I reverted my source code to previous working
state, and it didn't help. I tried recompile libx264, but it wanted
gpac(previously I compiled libx264 without any troubles).
I compiled/installed gpac.
Another thing I noticed, first time I compiled libx264 'mp4 output' after
'./configure' was 'yes' by default, this time it was 'no', I added
--enable-mp4-output option to configure, recompiled/installed libx264 and
ffmpeg, but I still not able encode H264. When I run my program I receive
this output:
Output #0, mp4, to 'test.mp4':
Stream #0.0: Video: libx264, yuv420p, 1280x800, q=2-31, 64 kb/s, 10.00
tb(c)
[libx264 @ 0x1058200]using cpu capabilities: MMX2 SSE2Fast SSSE3 PHADD
SSE4.1 Cache64
[libx264 @ 0x1058200]profile Baseline, level 3.2
[libx264 @ 0x1058200]final ratefactor: 46.69
No errors, or warnings, but test.mp4 is not valid video file, it's size only
4kb.
That's quite odd thing, because I didn't touch my system settings, and
source code, previously worked fine. Could anybody help me, what should I
do? Thanks in advance!
PS: may be it could be relevant, my platform is OS X
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user