Recording the Linux desktop -- the hard way (Computerworld)
After a number of attempts, I finally found my answer in Google Code: WinFF. Despite the name, this is actually an open-source front end to FFmpeg that works with both Linux and Windows. This program, by Matthew Weatherford, solved all my video conversion woes. It's straightforward, easy to use (once you have the appropriate video codex libraries installed) and does the job. Best of all, the program understands all the various flavors of AVI, so converting my OGVs into basic Microsoft-compatible AVIs was a breeze."
Posted Dec 29, 2008 20:33 UTC (Mon)
by jwb (guest, #15467)
[Link]
Posted Dec 29, 2008 20:41 UTC (Mon)
by dowdle (subscriber, #659)
[Link]
Posted Dec 29, 2008 21:17 UTC (Mon)
by muphry (guest, #12160)
[Link] (4 responses)
- enable Remote Desktop
Result: an swf file ready to play, even with an accompanying html.
Posted Dec 29, 2008 21:29 UTC (Mon)
by muphry (guest, #12160)
[Link]
Posted Dec 29, 2008 21:38 UTC (Mon)
by dowdle (subscriber, #659)
[Link]
ffmpeg -i whatever.{whatever} -f flv -acodec mp3 -ar 22050 -ab 64k -ac 1 whatever.flv
Feel free to use -s flag and change the size, -b flag to change the video bitrate, and the -r flag to change the frame rate. On newer setups, I've had to replace mp3 above with libmp3lame I think.
Posted Dec 29, 2008 22:00 UTC (Mon)
by josh (subscriber, #17465)
[Link]
Posted Dec 30, 2008 9:32 UTC (Tue)
by k3ninho (subscriber, #50375)
[Link]
Posted Dec 29, 2008 21:41 UTC (Mon)
by bas (guest, #7043)
[Link]
Posted Dec 29, 2008 21:48 UTC (Mon)
by Klavs (guest, #10563)
[Link] (1 responses)
I wrote about it on my blog - but only in danish - so I'll just summarize here, if it could be of any use :)
1) I use gtk-recordmydesktop. for recording sound (recorded after the video) I use audacity and as the signal/noise ratio is too louse on my Dell laptop, I have to use my wives IBM/Lenovo portable and then use audacity to clean up the audio. Works like a charm.
2) I edit the video, to add informational text (with a black, partially transparent background) with kino.
I record the audio track, after the video, to avoid the audio track being more confusing than necessary for the audience :)
3) To replace the sound track I use this:
I exported to mpeg (from kino) - as I needed to convert it to flv in the end, and ffmpeg does not support ogg theora :(
4) To convert my movie to flv I used the following command:
source:http://forums.liveleak.com/showthread.php?t=1716
I hope it's of any use :)
Posted Dec 29, 2008 22:43 UTC (Mon)
by dowdle (subscriber, #659)
[Link]
If I want to convert to .ogv I use ffmpeg2theora.
Posted Dec 29, 2008 21:48 UTC (Mon)
by dkite (guest, #4577)
[Link] (3 responses)
Derek
Posted Dec 30, 2008 10:54 UTC (Tue)
by renox (guest, #23785)
[Link] (1 responses)
[ For other users, it worked on Fedora so apparently YMMV ]
Posted Dec 30, 2008 17:32 UTC (Tue)
by dowdle (subscriber, #659)
[Link]
Posted Dec 30, 2008 13:03 UTC (Tue)
by mjthayer (guest, #39183)
[Link]
Posted Dec 30, 2008 16:40 UTC (Tue)
by jengelh (guest, #33263)
[Link] (2 responses)
swf? You gotta be kidding me, closed format. Don't like ogv? Use ffmpeg/mencoder/whatever, stop whining. Or install ffdshow on Windows.
Posted Dec 31, 2008 7:22 UTC (Wed)
by dank (guest, #1865)
[Link] (1 responses)
Posted Dec 31, 2008 17:31 UTC (Wed)
by jengelh (guest, #33263)
[Link]
Recording the Linux desktop -- the hard way (Computerworld)
Recording the Linux desktop -- the hard way (Computerworld)
Now the easy way
- install pyvnc2swf
- start vnc2swf
- click start
- fumble about on your desktop
- click stop
... eh, and indeed even better
Conversion to .flv if you must
Now the easy way
Now the easy way
Recording the Linux desktop -- the hard way (Computerworld)
Recording the Linux desktop -- the hard way (Computerworld)
Kino can export to flv, but sadly I couldn't make it export to a high enough resolution.
I haven't had the time to research what it would take to write a new export profile.
Unfortunately kino does not support replacing the audio track :(
mencoder -audiofile your-new-soundtrack.wav your-current-movie.mpeg -o video_with_new_sound.avi -ovc copy -oac copy
ffmpeg -i video_with_new_sound.avi -b 2028k -y -s 640x480 -ar 44100 -r 30 -ac 1 -acodec libmp3lame view_with_new_sound.flv
Recording the Linux desktop -- the hard way (Computerworld)
Recording the Linux desktop -- the hard way (Computerworld)
it's really hard to find the one you need.
Recording the Linux desktop -- the hard way (Computerworld)
Recording the Linux desktop -- the hard way (Computerworld)
Recording the Linux desktop -- the hard way (Computerworld)
Recording the Linux desktop -- the hard way (Computerworld)
Recording the Linux desktop -- the hard way (Computerworld)
they ran into are very useful. Think of it as QA.
Recording the Linux desktop -- the hard way (Computerworld)