Hi Pablo,

On Sunday 27 December 2009, Pablo d'Angelo wrote:
> Hi Georg,
>
> Georg Martius wrote:
> > Hi Pablo,
> >
> > can you please try whether transcode also crashes without the stabilize
> > plugin. Eg:
> > transcode -i DSC_0103.AVI -y null,null -o dummy
> > and maybe
> > transcode -i DSC_0103.AVI --y ffmpeg,tcaud -F mpeg4 -o test.avi
>
> These also crash at the same spot, after I removed the double --y from
> the command. The backtrace is in the attached file.
Can you try whether ffmpeg works with the video?
E.g.:
ffmpeg -i DSC_0103.AVI -sameq -vcodec mpeg4 -acodec copy  test.avi;
Another option is to use the mplayer input module for transcode
transcode -J preview -i DSC_0103.AVI -x mplayer,null -y null,null -o dummy
The preview should display the movie correctly (maybe to fast though). 

>
> > You can also try to use a different input module e.g.
> > transcode -J preview -i DSC_0103.AVI -x avi,null -y null,null -o dummy
>
> That doesn't crash but produces a green output window, with some green
> garbage in the top 1/5 image. See that attached jpg (I hope its not too
> big, but 16k should be ok.)
This means that the avi module did not decode the video correctly. Can anyone 
tell me for which formats the avi module is supposed to work?

Regards!
        Georg

Reply via email to