-
I recorded a tv stream in a 725x570 window for 3 hours. The temp files ar 50 GB. But unfortunately the final OGG converting procedure stopped after an hour at 68%. I tried to force to continue from the system monitor, but no success.
My question is is there any trick, that I could to convert posteriorly my temp files to a useful OGG?
Thanks in advance,
Steven from Hungary.
2010-01-04 07:27:40 UTC by nobody
-
Try this bash script. For me on Fedora 12 this gives very good quality video and audio. No jumping video, and no audio buffer overruns.
Maybe possible to tweak these settings, to lower the resulting output file size :)
#!/bin/bash
recordmydesktop --full-shots -x 10 -y 10 --width 1000 --height 850 \
--v_bitrate 2000000 --s_quality 10 --buffer-size 262144 --freq 48000 \
-o...
2009-12-30 01:43:23 UTC by nobody
-
From a console or terminal:
mencoder -ovc lavc -ofps 30 -oac mp3lame -af volnorm=1:0.9 out.ogv -o output.avi
Note: You have to have mencoder installed, and I don't know whether it's available for Windows. I've only done this in Linux. But that's free too.
2009-12-28 06:41:27 UTC by https://www.google.com/accounts
-
http://apt.linex.org/linex2006/dists/cl/gnulinex/ isn't linked to a page.
Not Found The requested URL /linex2006/dists/cl/gnulinex/ was not found on this server.
Apache/2.2.9 (Debian) Server at apt.linex.org Port 80
Is it only accessed via "apt-get"?
I'm installing Mint 8 and want to place some apps on a flash drive, incase I don't have net!
2009-12-25 01:11:39 UTC by nobody
-
./configure --enable-jack=yes LIBS="`pkg-config --libs jack`" CFLAGS="`pkg-config --cflags jack` -DHAVE_LIBJACK"
Worked for me.
2009-12-23 23:50:20 UTC by nobody
-
My recorded soundtrack is high quality, but when you play it back there are jumps in it, at random intervals, which correspond to overrun errors in the terminal.
After reading
http://thefunkcorner.blogspot.com/2009/05/trials-with-recordmydesktop.html
I have found that the recordmydesktop error causing the soundtrack to skip at random, which shows up in the terminal,
Broken pipe...
2009-12-23 01:57:09 UTC by swebb45
-
often times file sizes are restricted in size due to the programming variable limitations I studied some Linux system programming, that might be the issue.
look up your man pages.....
type:
man limits.h.
2009-12-21 20:43:13 UTC by justaguy
-
in the fedora forums it says that if you put the bitrate of the video up to 2,000,000 that the video records much much better but at times it still gets a tiny bit laggy at times.
they believe the issues is with recordmydesktop and not libtheora... you would have to read the fedora bugzilla to see exactly what they are talking about
but the solution above did work for me.
2009-12-21 20:38:31 UTC by justaguy
-
I found out that if you put the bit rate up to 2,000,000 then it records well, other wise the output is very buggy. found it on the fedora forums.
2009-12-21 20:35:31 UTC by justaguy
-
I've the same problem here, but i think it's something related to Xorg-1.7.x .
I've Fedora 11 and 12 installed with recordmydesktop F11 working fine with Xorg-1.6.x,
but F12 have Xorg-1.7.x and makes this problem i'm not sure of Xorg being the probelm - just expectation.
hope that there will be any fix soon.
2009-12-21 07:58:01 UTC by mohamed_hagag