Hi Dan,

this sounds like another libav issue, or not?

-------- Original-Nachricht --------

hiya

downloaded the 7.8 from sid and isntalled them but still no red in the
videos

On 17 February 2012 08:12, Patrick Matthäi <pmatth...@debian.org
<mailto:pmatth...@debian.org>> wrote:

     Am 17.02.2012 09:05, schrieb Dick William Thomas:

         Package: kdenlive
         Version: 0.8.2.1-1
         Severity: important

         Dear Maintainer,


             * I've been using kdenlive or months with out issue and
         today reinstalled
         wheezy with out debian multimedia repo as I wanted a more pure
         debian also
         ffmpeg now support x264
         I've found video's rendered from a source that has a windowed
         screen capture
         are green

             * What exactly did you do (or not do) that was effective (or
               ineffective)?
                  I recorded two videos using ffmpeg  then rendered them
         one after the
         other in a single video 1/2 the video has normal colour but the
         windows part is
         lost it's red.

         I think the problem is melt as I also tried it with openshot and
         it had the
         same outcome
         and when kdenlive is run from the command line the out put says
         it's sending it
         to melt

         I recoreded the videos using
         #FULL SCREEN
         ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s $(xwininfo
         -root | grep
         'geometry' | awk '{print $2;}') -i :0.0+0,0 -acodec  libvorbis
         -ab 128k -ac 2
         -vcodec libx264 -crf 0 -threads 0 -baseName-fullscreen.avi

         #WINDOWED
         INFO=$(xwininfo -frame)
         WIN_GEO=$(echo $INFO | grep -oEe 'geometry [0-9]+x[0-9]+' | grep
         -oEe
         '[0-9]+x[0-9]+')
         WIN_XY=$(echo $INFO | grep -oEe 'Corners:\s+\+[0-9]+\+[0-9]+' |
         grep -oEe
         '[0-9]+\+[0-9]+' | sed -e 's/\+/,/' )
           ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s $WIN_GEO -i
         :0.0+$WIN_XY
         -acodec  libvorbis -ab 128k -ac 2 -vcodec libx264 -vf
         scale=720:432 -threads 0
         -y baseName-windowed.avi

         the output is in this download along with the rendered finish
         product
         http://dl.dropbox.com/u/__302701/kdenlive-bug.tar.gz
         <http://dl.dropbox.com/u/302701/kdenlive-bug.tar.gz>


     Could you try out mlt 0.7.8?


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to