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

Could you try out mlt 0.7.8?




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to