On Thu, 29 Mar 2007 14:28:29 +0200, Andrea Barbieri <andrea.barbieri at movingimageresearch.com> wrote:
Hello,
NJ:=Nicolas Jauffret
NJ> ...snip... NJ> NJ> > > NJ> And, how come it does not return an error code to the shell ? NJ> > > NJ> > >another bug? NJ> > NJ> >That may be a bug. NJ> NJ> How to report it to developpers ?
as mentioned in http://ffmpeg.mplayerhq.hu/mailinglists.html in theory it should be sufficient to post it to the ffmpeg-user list (as you obviously have done in the first place)...
as suggested by Baptiste it seems that one also needs to subscribe to the ffmpeg-devel list and report it there (it seems a bit weird to me though, because that list is dedicated to those participating in the active development of ffmpeg)
Thank you for your quick answers. That's too bad ffmpeg does not manage well the quicktime mov format conversion. From a jpeg sequence, there is no problem. But when I try to convert an avi file, there is a problem with the sound stream. Would you know any way to circumvent this problem ? ffmpeg -i foo.%d.jpg -i bar.wav -vcodec mpeg4 -acodec mp3 out.mov => Readable with mplayer (no sound without "-demuxer lavf" parameter) => readable with MacOS QtPlayer 7.1.5 ffmpeg -i foo.avi -vcodec copy -acodec mp3 out.mov => Readable with mplayer (no sound without "-demuxer lavf" parameter) => Unreadable with MacOS QtPlayer 7.1.5 Best regards, Nicolas