Re: [gentoo-user] [OT]: Converting flv to what?

2011-07-16 Thread Albert Hopkins


On Saturday, July 16 at 07:12 (+0200), meino.cra...@gmx.de said:

 Hi,
 
 As a Blender-fan over the time my harddisk has been filled (by me ;) )
 with lots of video-tutorials in the flv (flash video)-format.
 
 Now I need some space to store more *.blend files ...
 
 So I think I need to convert the flvs into another format...
 
 What is the most recommended format to preserve as much as possible
 of the original video and audio quality *and* to save space beyond
 the some kilobytes area?
 
 What is the best tool for that job: mplayer or ffmpeg or...?
 
 What parameters should I use ?

I would just keep the original, but that's just me.  Converting them
you're going to lose quality to some degree or another.  Just burn them
to an optical disk or something.

Barring that I use ffmpeg, but it's really just a matter of whatever
you're more comfortable with.

-a





Re: [gentoo-user] [OT]: Converting flv to what?

2011-07-16 Thread Volker Armin Hemmann
On Saturday 16 July 2011 07:12:58 meino.cra...@gmx.de wrote:
 Hi,
 
 As a Blender-fan over the time my harddisk has been filled (by me ;) )
 with lots of video-tutorials in the flv (flash video)-format.
 
 Now I need some space to store more *.blend files ...
 
 So I think I need to convert the flvs into another format...
 
 What is the most recommended format to preserve as much as possible
 of the original video and audio quality *and* to save space beyond
 the some kilobytes area?
 
 What is the best tool for that job: mplayer or ffmpeg or...?
 
 What parameters should I use ?
 
 Thank you very much for any help in advance!
 Have a nice weekend!
 Best regards,
 mcc

why convert at all? Burn them to a disk - or move them to an external drive. 
Which codec did you use for the flash files?


-- 
#163933



Re: [gentoo-user] [OT]: Converting flv to what?

2011-07-16 Thread Alan McKinnon
On Saturday 16 July 2011 13:42:30 Volker Armin Hemmann did opine 
thusly:
 On Saturday 16 July 2011 07:12:58 meino.cra...@gmx.de wrote:
  Hi,
  
  As a Blender-fan over the time my harddisk has been filled (by
  me ;) ) with lots of video-tutorials in the flv (flash
  video)-format.
  
  Now I need some space to store more *.blend files ...
  
  So I think I need to convert the flvs into another format...
  
  What is the most recommended format to preserve as much as
  possible of the original video and audio quality *and* to save
  space beyond the some kilobytes area?
  
  What is the best tool for that job: mplayer or ffmpeg or...?
  
  What parameters should I use ?
  
  Thank you very much for any help in advance!
  Have a nice weekend!
  Best regards,
  mcc
 
 why convert at all? Burn them to a disk - or move them to an
 external drive. Which codec did you use for the flash files?

+1

Frankly, I would just buy another drive. The things are dirt cheap 
these days, much much cheaper than the cost of my time fiddling with 
transcode settings.


-- 
alan dot mckinnon at gmail dot com



[gentoo-user] Unsusbcribe

2011-07-16 Thread Julio Garcia Merlano




  

Re: [gentoo-user] Unsusbcribe

2011-07-16 Thread Dale

Julio Garcia Merlano wrote:






Nope.  Ain't going to happen.  Well, not the way you are doing it 
anyway  lol.  Here is a hint:


gentoo-user+unsubscr...@lists.gentoo.org

I guess you can leave now.  :-(

Dale

:-)  :-)



[gentoo-user] best cflags and cpu for gentoo qemu virtual machine

2011-07-16 Thread Kfir Lavi
Hi,
I'm creating a router based on Gentoo, that needs to run as a vm using qemu.

The mother machine will be Core I7 4 cores.
What cpu and CFLAGS should I use to get the best performance out of this vm?

Thanks,
Kfir


Re: [gentoo-user] [OT]: Converting flv to what?

2011-07-16 Thread Stroller

On 16 July 2011, at 06:12, meino.cra...@gmx.de wrote:
 ...
 Now I need some space to store more *.blend files ...
 
 So I think I need to convert the flvs into another format...
 
 What is the most recommended format to preserve as much as possible
 of the original video and audio quality *and* to save space beyond
 the some kilobytes area?

If you use:
   alias mplayer-identify='mplayer -vo null -ao null -identify -endpos 1'
   mplayer-identify /path/to/file.flv

you'll probably find that they're encoded in h264, anyway.

I've actually got some .flvs here that are encoded in VP6, but h264 is much 
more common, the most common codec for flvs on the web, and it's about the best 
codec out there at the moment. For image quality vs size, you won't get much 
better.

I would prefer my video files in a nicer container, such as .mp4 or .mkv, but 
that won't make the files any smaller. 

You'll need to transcode to get smaller sizes.

As the others have said: transcoding is a fundamentally lossy operation, and I 
would avoid it. It's also slow.

Stroller.




Re: [gentoo-user] [OT]: Converting flv to what?

2011-07-16 Thread Neil Bothwick
On Sat, 16 Jul 2011 17:03:02 +0100, Stroller wrote:

 If you use:
alias mplayer-identify='mplayer -vo null -ao null -identify -endpos
 1' mplayer-identify /path/to/file.flv


There's also the midentify command, which is a shell script wrapper for
mplayer -identify.


-- 
Neil Bothwick

Every morning is the dawn of a new error...


signature.asc
Description: PGP signature


Re: [gentoo-user] qemu-kvm

2011-07-16 Thread jdm
Hmmm tried system rescue and startx works just fine. Copied kernel config from 
system rescue to guest and tried genkernel from live cd. Still the same error. 
Odd on, will try windows aaaghHh. 
Sent from my BlackBerry® smartphone on O2

-Original Message-
From: Albert Hopkins mar...@letterboxes.org
Date: Fri, 15 Jul 2011 23:02:45 
To: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] qemu-kvm



On Saturday, July 16 at 01:24 (+0100), john said:

 I am running a gentoo amd64 qemu-kvm virtual image on my gentoo amd64
 box.
 
 Everything is running well. Machine boots up and all looks to be ok.
 
 When I startx the screen goes purple (on guest) and locks up. The only
 error message I get is on host.
 
 KVM internal error. Suberror: 1 emulation failure
 
 I would guess this is a graphics issue but not entirely sure.
 
 I have tried -vga cirrus, std, vmware but all have the same effect.
 
 I have emerged these in guest as xorg-drivers.
 
 Any suggestions!

I use kvm, though most of my guests are headless or just text mode.. but
i did just try booting systemrescuecd into X and all was well.

question:

  * What verison of qemu-kvm are you runing
  * which kernel
  * Have you tried other guests (such as systemrescuecd)?


Seems to work for me (with the cirrus emulator).

-a





Re: [gentoo-user] Re: Problem with xf86-video-ati nvidia-drivers

2011-07-16 Thread Mick
On Wednesday 13 Jul 2011 15:42:02 Nikos Chantziaras wrote:
 On 07/13/2011 03:25 PM, Mick wrote:
  [...]
  Is the [r600] gallium stable now?  I found it was locking up a kde
  desktop with effects enabled and set it back to classic.
 
 It's been made the default driver in Mesa now.  So I guess that means
 it's considered stable.  But for me, both classic and gallium can hang
 the machine.  At least with Gallium I know how to fix it though:
 
Section Device
  Identifier HD4870
  Driver radeon
  Option EnablePageFlip FALSE
EndSection
 
 in an xorg.conf.d file.

Unfortunately it doesn't help.  If I enable compositing in KDE the screen 
locks up (with horizontal artifacts/tearing) and I get this in dmesg:

[drm:r100_cs_track_check] *ERROR* [drm] No buffer for z buffer !
[drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
[drm:r100_cs_track_check] *ERROR* [drm] No buffer for z buffer !
[drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
[drm:r100_cs_track_check] *ERROR* [drm] No buffer for z buffer !
[drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
[drm:r100_cs_track_check] *ERROR* [drm] No buffer for z buffer !
[drm:radeon_cs_ioctl] *ERROR* Invalid command stream !

Google mentions a bug in mesa.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] [OT]: Converting flv to what?

2011-07-16 Thread Stroller

On 16 July 2011, at 17:08, Neil Bothwick wrote:
 On Sat, 16 Jul 2011 17:03:02 +0100, Stroller wrote:
 
 If you use:
   alias mplayer-identify='mplayer -vo null -ao null -identify -endpos
 1' mplayer-identify /path/to/file.flv
 
 There's also the midentify command, which is a shell script wrapper for
 mplayer -identify.

Many thanks! I wish I had known this sooner!

Stroller.




Re: [gentoo-user] qemu-kvm

2011-07-16 Thread Matthew Finkel
On 07/15/11 20:24, john wrote:
 I am running a gentoo amd64 qemu-kvm virtual image on my gentoo amd64
 box.

 Everything is running well. Machine boots up and all looks to be ok.

 When I startx the screen goes purple (on guest) and locks up. The only
 error message I get is on host.

 KVM internal error. Suberror: 1 emulation failure

 I would guess this is a graphics issue but not entirely sure.

 I have tried -vga cirrus, std, vmware but all have the same effect.

 I have emerged these in guest as xorg-drivers.

 Any suggestions!

Are there any entries in /var/log/messages or /var/log/X.0.log on the
guest related to the lock up?



[gentoo-user] Anyone got any older Portage snapshots kicking around?

2011-07-16 Thread Stroller
A bit of a long shot, this, but has anyone got any older Portage snapshots 
kicking around, by any chance?

I have a box which hasn't been updated in 2 - 3 years. It would normally be 
easiest to format and reinstall, but in this case the box in question is a PS3 
which was installed using the experimental PS3 stages which are (I think) no 
longer available.

I'm pretty sure this machine has some PS3-specific hacks applied, so I think an 
attempt to upgrade the hard way is worthwhile. If it doesn't work I'll probably 
try Debian, or something. 

I have no illusions that attempting this *will* be a pain the ass, because in 
the past I've updated machines which have been ignored for 18 months, and that 
required lots of manually digging in the Portage CVS attic and copying files 
into the local overlay by hand. 

So if anyone has any Portage snapshots that are sufficiently old left lying 
around from an old install, it would save me that grunt work.

Alternatively, if you, too, have a machine that hasn't been updated a long 
time, maybe you'll be able to help me by tarring up a copy of the Portage tree.

Thanks for looking,

Stroller.




[gentoo-user] Trauma overlay emerge error

2011-07-16 Thread Daniel Hilst Selli

Hey guys..

I'm trying to get eclipse-3.6 on my gentoo box.. I added some overlays 
to easy do this job.. I emerged eclipse-3.6 from dustin. Then I added 
the trauma overlay to get eclipse-wst and others eclipse plugins 
dependences. But when I try to do a preview emerge eclipse-wst I got 
emerge error...


http://sprunge.us/WdJe?text

Any ideia?

Thanks in advice !!


--
Do or do not... there is no try Yoda Master



Re: [gentoo-user] Trauma overlay emerge error

2011-07-16 Thread Volker Armin Hemmann
On Saturday 16 July 2011 14:11:09 Daniel Hilst Selli wrote:
 Hey guys..
 
 I'm trying to get eclipse-3.6 on my gentoo box.. I added some overlays
 to easy do this job.. I emerged eclipse-3.6 from dustin. Then I added
 the trauma overlay to get eclipse-wst and others eclipse plugins
 dependences. But when I try to do a preview emerge eclipse-wst I got
 emerge error...
 
 http://sprunge.us/WdJe?text
 
 Any ideia?
 
 Thanks in advice !!

yeah, the ebuild is not correct.

-- 
#163933



Re: [gentoo-user] Anyone got any older Portage snapshots kicking around?

2011-07-16 Thread Michael Orlitzky
On 07/16/2011 12:53 PM, Stroller wrote:
 
 I have no illusions that attempting this *will* be a pain the ass,
 because in the past I've updated machines which have been ignored for
 18 months, and that required lots of manually digging in the Portage
 CVS attic and copying files into the local overlay by hand.
 

Couldn't you just extract a stage3/snapshot in the root, and then emerge
-e world? I haven't tried it naturally, but it sounds like a good idea
to me at this moment.



Re: [gentoo-user] best cflags and cpu for gentoo qemu virtual machine

2011-07-16 Thread Michael Orlitzky
On 07/16/2011 09:54 AM, Kfir Lavi wrote:
 Hi,
 I'm creating a router based on Gentoo, that needs to run as a vm using
 qemu.
 The mother machine will be Core I7 4 cores.
 What cpu and CFLAGS should I use to get the best performance out of this vm?
 
 Thanks,
 Kfir

CFLAGS=-march=native -O2 -pipe enables everything safe these days.



Re: [gentoo-user] Anyone got any older Portage snapshots kicking around?

2011-07-16 Thread Alan Mackenzie
Hi, Stroller.

On Sat, Jul 16, 2011 at 05:53:48PM +0100, Stroller wrote:
 A bit of a long shot, this, but has anyone got any older Portage
 snapshots kicking around, by any chance?

I have a /usr/portage from 2009-12-20 on my rescue system.  I don't
think I've synched it after that (but I'm too lazy to look up the `find'
info page to check properly).

Is that any good?

 I have a box which hasn't been updated in 2 - 3 years. It would
 normally be easiest to format and reinstall, but in this case the box
 in question is a PS3 which was installed using the experimental PS3
 stages which are (I think) no longer available.

 I'm pretty sure this machine has some PS3-specific hacks applied, so I
 think an attempt to upgrade the hard way is worthwhile. If it doesn't
 work I'll probably try Debian, or something. 

 I have no illusions that attempting this *will* be a pain the ass,
 because in the past I've updated machines which have been ignored for
 18 months, and that required lots of manually digging in the Portage
 CVS attic and copying files into the local overlay by hand. 

 So if anyone has any Portage snapshots that are sufficiently old left
 lying around from an old install, it would save me that grunt work.

 Alternatively, if you, too, have a machine that hasn't been updated a
 long time, maybe you'll be able to help me by tarring up a copy of the
 Portage tree.

As a matter of interest, how, exactly, are you going to use the old
portage?  Is it a matter of updating in two moderate chunks rather than
everything at once?

 Thanks for looking,

 Stroller.

-- 
Alan Mackenzie (Nuremberg, Germany).



[gentoo-user] komodo-edit-bin-6.1.2 ebuild

2011-07-16 Thread Mick
I am trying to tweak the ebuild for komodo-edit-bin in order to install 
komodo-edit-bin-6.1.2 which is the latest version, on a x86 machine.  I have 
been able to install 5.2.4 without problem (attached), so I thought I would 
use that as the basis.

I changed the build No and then emerged komodo-edit-bin-6.1.2 from my local 
overlay, but it crashes when I try to launch it.

No messages come up on the terminal other than:

(crashreporter:9220): Gtk-CRITICAL **: IA_gtk_widget_set_sensitive: assertion 
`GTK_IS_WIDGET (widget)' failed.


Some more ebuilds are published here:  

 https://bugs.gentoo.org/show_bug.cgi?id=171944

but the most recent are for amd64 arch, not x86 and none is yet offered for 
komodo-edit-bin-6.1.2.

Assuming something obvious is wrong either with the ebuild or the attached 
strace file, would you have any idea how I can fix this?
-- 
Regards,
Mick
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils versionator

MY_MINOR_VERSION=$(get_version_component_range 1-4)
MY_BUILD=4343

DESCRIPTION=Freeware advanced editor for dynamic and Web languages
HOMEPAGE=http://www.activestate.com/products/komodo_edit/;
LICENSE=ActiveState Komodo Edit

SRC_URI=http://downloads.activestate.com/Komodo/releases/${MY_MINOR_VERSION}/Komodo-Edit-${PV}-${MY_BUILD}-linux-libcpp6-x86.tar.gz;

SLOT=0
KEYWORDS=-* ~x86

IUSE=default-templates

DEPEND==media-libs/jpeg-6b
=sys-libs/lib-compat-1.1
virtual/libc

RDEPEND=${DEPEND}

S=${WORKDIR}/Komodo-Edit-${PV}-${MY_BUILD}-linux-libcpp6-x86

QA_EXECSTACK_x86=opt/${P}/lib/python/lib/python2.4/config/python.o

QA_TEXTRELS_x86=
opt/${P}/lib/mozilla/components/libxpinstall.so
opt/${P}/lib/mozilla/libxpcom_core.so
opt/${P}/lib/mozilla/python/xpcom/_xpcom.so
opt/${P}/lib/mozilla/python/komodo/SilverCity/_SilverCity.so
opt/${P}/lib/mozilla/libxpcom_compat.so
opt/${P}/lib/mozilla/plugins/libnpscimoz.so

src_install() {

KOMODO_EDIT_INSTALLDIR=/opt/${P}

${S}/install.sh \
--install-dir ${D}/${KOMODO_EDIT_INSTALLDIR} \
--suppress-shortcut || die original installer script failed

# Patches the Komodo launcher script, with the real base install dir.
sed --in-place 
s/^\INSTALLDIR=.*\$/INSTALLDIR=\${KOMODO_EDIT_INSTALLDIR//\//\\/}\/ \
${D}/${KOMODO_EDIT_INSTALLDIR}/bin/komodo || die sed bin/komodo 
failed

dosym ${KOMODO_EDIT_INSTALLDIR}/bin/komodo /usr/bin/${P} 
dosym ./${P} /usr/bin/${PN} ||
die failed dosym Komodo launcher script

# Most default templates are empty, or near-empty, and can clutter
# the new file dialog, so we permit not to install them.
use default-templates || (
rm -R 
${D}/${KOMODO_EDIT_INSTALLDIR}/lib/mozilla/extensions/*/templates/* 
rm -R ${D}/${KOMODO_EDIT_INSTALLDIR}/lib/support/default-templates/* 
||
die failed removing default templates
)

#   dodoc FEEDBACK.txt README.txt RELNOTES.txt || die dodoc failed

dosym ${KOMODO_EDIT_INSTALLDIR}/share/icons/komodo48.png \
/usr/share/pixmaps/${PN}.png || die dosym pixmap icon failed

make_desktop_entry \
${PN} \
Komodo Edit \
${PN}.png \
Development;IDE;Editor;TextEditor;ActiveState ||
die make_desktop_entry failed
}execve(/usr/bin/komodo-edit-bin, [komodo-edit-bin], [/* 61 vars */]) = 0
brk(0)  = 0x9173000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7796000
access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or directory)
open(/etc/ld.so.cache, O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=139301, ...}) = 0
mmap2(NULL, 139301, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7773000
close(3)= 0
open(/lib/libncurses.so.5, O_RDONLY)  = 3
read(3, 
\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\303\0\0004\0\0\0..., 512) 
= 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=261496, ...}) = 0
mmap2(NULL, 265764, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7732000
mprotect(0xb776f000, 4096, PROT_NONE)   = 0
mmap2(0xb777, 12288, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3d) = 0xb777
close(3)= 0
open(/lib/libdl.so.2, O_RDONLY)   = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\\n\0\0004\0\0\0..., 
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=9604, ...}) = 0
mmap2(NULL, 12408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb772e000
mmap2(0xb773, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb773
close(3)= 0
open(/lib/libc.so.6, O_RDONLY)= 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\311m\1\0004\0\0\0..., 
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1372572, ...}) = 0
mmap2(NULL, 1382792, PROT_READ|PROT_EXEC, 

Re: [gentoo-user] qemu-kvm

2011-07-16 Thread jdm
No unfortunately
--Original Message--
From: Matthew Finkel
To: Gentoo
ReplyTo: Gentoo
Subject: Re: [gentoo-user] qemu-kvm
Sent: 16 Jul 2011 17:51

On 07/15/11 20:24, john wrote:
 I am running a gentoo amd64 qemu-kvm virtual image on my gentoo amd64
 box.

 Everything is running well. Machine boots up and all looks to be ok.

 When I startx the screen goes purple (on guest) and locks up. The only
 error message I get is on host.

 KVM internal error. Suberror: 1 emulation failure

 I would guess this is a graphics issue but not entirely sure.

 I have tried -vga cirrus, std, vmware but all have the same effect.

 I have emerged these in guest as xorg-drivers.

 Any suggestions!

Are there any entries in /var/log/messages or /var/log/X.0.log on the
guest related to the lock up?



Sent from my BlackBerry® smartphone on O2

Re: [gentoo-user] Anyone got any older Portage snapshots kicking around?

2011-07-16 Thread Mark Knecht
On Sat, Jul 16, 2011 at 9:53 AM, Stroller
strol...@stellar.eclipse.co.uk wrote:
 A bit of a long shot, this, but has anyone got any older Portage snapshots 
 kicking around, by any chance?


Amazingly enough, I have portage.latest.tar.bz2 dated March 30th,
2010. Would that help?

- Mark



Re: [gentoo-user] Anyone got any older Portage snapshots kicking around?

2011-07-16 Thread James Cloos
I have a clone of the git conversion whose last commit is dated
Sun Apr 12 21:54:28 2009 +, if that is of any help.

-JimC
-- 
James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6



Re: [gentoo-user] Anyone got any older Portage snapshots kicking around?

2011-07-16 Thread Volker Armin Hemmann
On Saturday 16 July 2011 17:53:48 Stroller wrote:
 A bit of a long shot, this, but has anyone got any older Portage snapshots
 kicking around, by any chance?
 
 I have a box which hasn't been updated in 2 - 3 years. It would normally be
 easiest to format and reinstall, but in this case the box in question is a
 PS3 which was installed using the experimental PS3 stages which are (I
 think) no longer available.
 
 I'm pretty sure this machine has some PS3-specific hacks applied, so I think
 an attempt to upgrade the hard way is worthwhile. If it doesn't work I'll
 probably try Debian, or something.
 
 I have no illusions that attempting this *will* be a pain the ass, because
 in the past I've updated machines which have been ignored for 18 months,
 and that required lots of manually digging in the Portage CVS attic and
 copying files into the local overlay by hand.
 
 So if anyone has any Portage snapshots that are sufficiently old left lying
 around from an old install, it would save me that grunt work.
 
 Alternatively, if you, too, have a machine that hasn't been updated a long
 time, maybe you'll be able to help me by tarring up a copy of the Portage
 tree.
 
 Thanks for looking,
 
 Stroller.

deinstall everything you don't need to install the rest. Then update that base 
system. Afterwards install all the stuff you need.

The less packages installed, the easier the update.

-- 
#163933



Re: [gentoo-user] Anyone got any older Portage snapshots kicking around?

2011-07-16 Thread Neil Bothwick
On Sat, 16 Jul 2011 18:37:44 +, Alan Mackenzie wrote:

 I have a /usr/portage from 2009-12-20 on my rescue system.  I don't
 think I've synched it after that (but I'm too lazy to look up the `find'
 info page to check properly).

cat /usr/portage/metadata/timestamp.chk


-- 
Neil Bothwick

Politicians are like nappies
Both should be changed regularly, and for the same reason


signature.asc
Description: PGP signature


Re: [gentoo-user] [OT]: Converting flv to what?

2011-07-16 Thread Volker Armin Hemmann
On Saturday 16 July 2011 07:12:58 meino.cra...@gmx.de wrote:
 Hi,
 
 As a Blender-fan over the time my harddisk has been filled (by me ;) )
 with lots of video-tutorials in the flv (flash video)-format.
 
 Now I need some space to store more *.blend files ...
 
 So I think I need to convert the flvs into another format...
 
 What is the most recommended format to preserve as much as possible
 of the original video and audio quality *and* to save space beyond
 the some kilobytes area?
 
 What is the best tool for that job: mplayer or ffmpeg or...?
 
 What parameters should I use ?
 
 Thank you very much for any help in advance!
 Have a nice weekend!
 Best regards,
 mcc

why convert at all? Burn them to a disk - or move them to an external drive. 
Which codec did you use for the flash files?


-- 
#163933



[gentoo-user] Re: Anyone got any older Portage snapshots kicking around?

2011-07-16 Thread James
Stroller stroller at stellar.eclipse.co.uk writes:

 in this case the box in question is a PS3 which was installed using the
experimental PS3 stages 


Hello Stroller,

I do not have what you seek, but I did run across this link, some
time ago, which might make your efforts much easier to install on 
the PS3:


http://www.edn.com/article/518212-The_Sony_PlayStation_3_hack_deciphered_what_consumer_electronics_designers_can_learn_from_the_failure_to_protect_a_billion.php


hth,
James