ajdahlenburg / ffmbc

Automatically exported from code.google.com/p/ffmbc
0 stars 0 forks source link

--enable-filter=sub compilation error #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
./configure --enable-gpl --enable-nonfree --enable-libfaac --enable-pthreads 
--enable-libvorbis --enable-libx264 --prefix=/opt/csw --libdir=/opt/csw/lib 
--incdir=/opt/csw/include --enable-filter=sub --enable-libfreetype 
--enable-filter=drawtext --enable-libass
2.gmake

What is the expected output? What do you see instead?
Compilation error:
libavfilter/vf_sub.c:30:34: libavcore/parseutils.h: No such file or directory

What version of the product are you using? On what operating system?
FFmbc-0.7-rc4

Please provide any additional information below:
parseutils.h is located in the libavutil directory
(actually there is no libavcore directory at all...)
After changing line 30 in libavfilter/vf_sub.c to libavutil/parseutils.h, it 
compiles successfully!

Original issue reported on code.google.com by mihaly.b...@gmail.com on 2 Nov 2011 at 2:01

GoogleCodeExporter commented 8 years ago
Humm, ok, I'll fix that.

Original comment by baptiste...@gmail.com on 2 Nov 2011 at 8:24

GoogleCodeExporter commented 8 years ago
I know it's a feature request, but what about stream timecode burn-in? Do you 
see it as a must have feature, and can we expect in the near future?

regards, Mihaly

Original comment by mihaly.b...@gmail.com on 2 Nov 2011 at 10:30

GoogleCodeExporter commented 8 years ago
Well that feature would require sponsoring.

Original comment by baptiste...@gmail.com on 2 Nov 2011 at 10:33

GoogleCodeExporter commented 8 years ago
In the mean time I've made an attempt on modifying the source of vf_drawtext.c 
to have the stream tc burned in the video frame. I consider myself as a noob 
for C programming, so that's all I managed to do. I'm pretty sure that the 
final solution should use the real timecode stream of the input file, not the 
pts, but I was unable to figure it out... Also I don't know how to integrate it 
as a separate plugin, or just as an option for the drawtext plugin. But I'm 
pretty sure that with your level of expertise, it should not take a huge amount 
of coding time.

Original comment by mihaly.b...@gmail.com on 7 Nov 2011 at 12:18

Attachments:

GoogleCodeExporter commented 8 years ago
Issue mentioned should be fixed in rc5.
About the feature request please contact me in private.

Original comment by baptiste...@gmail.com on 12 Jan 2012 at 5:52