[Ffmpeg-devel] ffmpeg bug(?) + possible solution
Michael Niedermayer
michaelni
Sat Jul 23 00:25:16 CEST 2005
Hi
On Friday 22 July 2005 15:02, Luca Abeni wrote:
> Hi all,
>
> with today's cvs, something like
> sudo ./ffmpeg -re -i test.mp4 -f rtp -vcodec mpeg4 rtp://224.0.10.10:18888
>
> will fail with
> ffmpeg version CVS, build 4759, Copyright (c) 2000-2004 Fabrice Bellard
> configuration: --disable-altivec
> built on Jul 22 2005 14:57:12, gcc: 3.3.5 (Debian 1:3.3.5-13)
> Input #0, mov,mp4,m4a,3gp,3g2, from 'test.mp4':
> Duration: 00:00:05.0, start: 0.000000, bitrate: 315 kb/s
> Stream #0.0: Video: mpeg4, yuv420p, 352x288, 25.00 fps
> No audio or video streams available
>
> because the rtp format has CODEC_ID_NONE for the video. If I use
> "-vcodec copy", it works.
> The attached patch fixes the problem, but I am not sure if it breaks
> something else (I hope it doesn't :)
applied
[...]
--
Michael
More information about the ffmpeg-devel
mailing list