]> git.sesse.net Git - kdenlive/commit
NEW: Kdenlive can now create screencasts.
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 25 Jun 2008 20:22:47 +0000 (20:22 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 25 Jun 2008 20:22:47 +0000 (20:22 +0000)
commit6a7af22c0706604a487a1a9a9312e15e102ef799
treed57acdf603188e43696d87622bee09db07217786
parent79a2a7e101b1066cd8cc68adb1a726c8884d51e5
NEW: Kdenlive can now create screencasts.
You can capture video through firewire (with dvgrab), video4linux (with ffmpeg) and x11 video grabbing (with ffmpeg configured with: --enable-x11grab )

svn path=/branches/KDE4/; revision=2276
src/CMakeLists.txt
src/kdenlivedoc.cpp
src/kdenlivesettings.kcfg
src/kdenlivesettingsdialog.cpp
src/mainwindow.cpp
src/recmonitor.cpp
src/recmonitor.h
src/regiongrabber.cpp [new file with mode: 0644]
src/regiongrabber.h [new file with mode: 0644]
src/widgets/configcapture_ui.ui
src/widgets/recmonitor_ui.ui