On Fri, Feb 17, 2012 at 12:32 AM, Patrick Matthäi <[email protected]> wrote:
> Hi Dan,
>
> this sounds like another libav issue, or not?

My libav bugzilla ticket was marked as fixed, but I have not confirmed
it. I could not completely fix the problem in MLT, I could only try to
prevent it. There might be some compositions that trigger the problem
still, but for just playing/transcoding a single video or playlist, I
do not reproduce the problem with my MLT change.

>
> -------- 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 <[email protected]
> <mailto:[email protected]>> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to