ffmpeg version 0.4.9-pre1, build 4743, Copyright (c) 2000-2004 Fabrice Bellard Softdevice CVS as of 2 days ago. (reports 0.2.1) gcc version 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8) Im not sure where you want me to put test streams, so I put this one on a server, but its 27 megs. http://ww2.wireit.biz:8080/~admin/vdr/test.vdr If I comment out the line in video.c, nothing else appears appears in the log that doesnt look normal. I also cant seem to get softdevice to save crop settings, they are gone after a restart. Thanks Stefan Lucke wrote: >On Montag, 14. November 2005 01:21, Dave wrote: > > >>My logs are getting flodded with this: >> >>Nov 13 19:13:05 vdr vdr[6916]: [VideoOut]: aspect changed (0 -> 0 ; >>1.333333 -> 1.333333) >>Nov 13 19:13:05 vdr vdr[6916]: [VideoOut]: aspect changed (0 -> 0 ; >>1.333333 -> 1.333333) >>Nov 13 19:13:05 vdr vdr[6916]: [VideoOut]: aspect changed (0 -> 0 ; >>1.333333 -> 1.333333) >>Nov 13 19:13:05 vdr vdr[6916]: [VideoOut]: aspect changed (0 -> 0 ; >>1.333333 -> 1.333333) >>Nov 13 19:13:05 vdr vdr[6916]: [VideoOut]: aspect changed (0 -> 0 ; >>1.333333 -> 1.333333) >>Nov 13 19:13:05 vdr vdr[6916]: [VideoOut]: aspect changed (0 -> 0 ; >>1.333333 -> 1.333333) >> >> > >Softdevice version ? >ffmpeg version ? >gcc version ? > >Please change in video.c (around line 373) the syslog message to: > >// dsyslog("[VideoOut]: aspect changed (%d -> %d ; %f -> %f)", > dsyslog("[VideoOut]: aspect changed (%d -> %d ; %llx -> %llx)", > >So lets see whats is reported now. > >Can you provide a short sample stream ? > > >