On Tue, 29 Jan 2013 20:10:27 +0100
Christ-Jan Wijtmans <cj.wijtm...@gmail.com> wrote:

> $ ffmpeg -f alsa -i default -f x11grab -r 25 -s 1280x720 -i
> :0.0+320,180 output.mkv

But now you're no longer capturing in lossless, which is what you were
attempting to do originally. It is usually recommended to capture your
screen using lossless mode in libx264 and then re-encode the output to
avoid the higher encoding cost during capture.

However, if you're planning on editing the screencast with Kdenlive then
huffyuv may be more editor friendly (I haven't tried lossless H.264
with Kdenlive):

$ ffmpeg -f alsa -i default -f x11grab -r 25 -s 1280x720 \
-i :0.0+320,180 -vcodec huffyuv -acodec pcm_s16le output.mkv
 
> Incompatible pixel format 'bgra' for codec 'libx264', auto-selecting
> format 'yuv420p'

That is just an info message, and not an error.

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Kdenlive-devel mailing list
Kdenlive-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kdenlive-devel

Reply via email to