Ronald S. Bultje <[email protected]> added the comment:
In-software credit is OK also. About dialog states:
"This software uses portion of FFmpeg, a good video library. <link>FFmpeg
information</link>"
I don't know what the link does because that doesn't work, but I assume that it
brings you to the LGPLv2.1, which would be fine then. Might be nice if they
mentioned the LGPL here, but the link + "information" is enough ("license
information" would be better).
Strings for GPL verification:
$ strings ~/.wine/drive_c/Program\ Files/ConvertXtoDVD/3/avcodec.dll | grep -i
xvid
looks like this file was encoded with (divx4/(old)xvid/opendivx) -> forcing
low_delay flag
XviD%d
XVID
bugs: %X lavc_build:%d xvid_build:%d divx_version:%d divx_build:%d %s
xvid_ilace
Xvid interlacing bug (autodetected if fourcc==XVIX)
xvidmmx
Xvid ratecontrol requires libavcodec compiled with Xvid support.
ff_idct_xvid_mmx
ff_idct_xvid_mmx2
ff_idct_xvid_sse2
ff_idct_xvid_sse2_add
ff_idct_xvid_sse2_put
$ strings ~/.wine/drive_c/Program\ Files/ConvertXtoDVD/3/avcodec.dll | grep -i
x264
x264 - core %d
enables constant quality mode, and selects the quality (x264)
minimum interval between IDR-frames (x264)
ff_x264_add8x4_idct_sse2
ff_x264_deblock_h_luma_intra_mmxext
ff_x264_deblock_h_luma_intra_sse2
ff_x264_deblock_h_luma_sse2
ff_x264_deblock_v8_luma_intra_mmxext
ff_x264_deblock_v_luma_intra_sse2
ff_x264_deblock_v_luma_sse2
$ strings ~/.wine/drive_c/Program\ Files/ConvertXtoDVD/3/avcodec.dll | grep -i
faac
$ strings ~/.wine/drive_c/Program\ Files/ConvertXtoDVD/3/avcodec.dll | grep -i
faad
I checked add8x4, which is in h264_idct_sse2.asm, which should be enabled only
for CONFIG_GPL. Therefore, this is a GPL violation and is unresolved. The
x264_deblock operations also look like they're GPL.
____________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/roundup/ffmpeg/issue272>
____________________________________________________