Anybody know of a currently availible analogue video capture device
currently avaible that works with linux. Video Audio in being preffered.
There appear to be a signifcant number of USB devices around any of these
work with linux.
Mind you since it is only for conversion of some tapes to digital probably
does not matter if it only works in Windows XP as long as the software
does not cost the earth.
Lindsay
What is the correct procedure to leave the lists these days. Have No idea
what the login for the web site is or does?
Linux now for 18 years, (kernel 0.96d) and for ever,
Lindsay
I have a Debian/Squeeze NFS server running kernel 2.6.32-5-xen-amd64 and a
Debian/Unstable NFS client.
I just did "rm -rf" on a directory containing 4.2G of files that was mounted
via NFS. It was a directory with three large files which were MP4 files
captured from digital TV, I had watched them all recently with mplayer. df
didn't report any more free space.
To get the space back I ended up commenting out the line from /etc/exports,
running "exportfs -r", then umounting and mounting it. I didn't check whether
the space was free after running "exportfs -r", it probably was.
It seems that I was caught by the issue of open file handles. NFS is
stateless so it doesn't necessarily process deletion for some time to handle
the case of a NFS client that is running processes with open file handles.
How long is this supposed to go for? Can I force NFS to give up such caching
when I need the space sooner than NFS will free it?
--
My Main Blog http://etbe.coker.com.au/
My Documents Blog http://doc.coker.com.au/
At 09:30 AM 10/26/2011, Lindsay Sprinter wrote:
>Six or seven years ago I did a great deal of research on music,sound,
>systems, speakers, computors and compressed music formats. this was over a
>period of 4 months. A __GREAT__ deal of comparison testing was done. all
>this was in order to find out the best way and limitations of comressed
>music on computors in order to do the best in digitising my record
>collection. This was very enightening and showed a lot of people did not
>understand what was happening.
Sounds like there's a lot of good technical information in here. In
my case, I have additional constraints for any serious speaker system
- RF immunity. Most PC speaker systems make excellent broadband
radio receivers. Not the thing you need then you have 100W of SSB
floating around! :D
>I would like to respond to some of the points brought up by Craig and
>others but I feel I definitely now I am no longer allowed to do this.
>If/when this whole mess is cleared up........................ sigh :-(.
Well, until the moderator speaks, continue on. :)
73 de VK3JED / VK3IRL
http://vkradio.com
Thanks Steve,
On 26/10/11 13:50, Steve Roylance wrote:
> On 10/26/2011 11:12 AM, Bob wrote:
>> That is a question I am now asking myself.
>> I have upgraded another machine running an i5 processor and HD 5700
>> series card. and now have no sound - and no solution at this stage. It
>> seems there are a few bugs in the latest version. Perhaps I'll wait a
>> while before any further upgrades.
>>
>> Bob
> hi
>
> some upgrades mute/disable the sound card so it should be a simple
> unmute to fix it. got caught by this recently
I don't think this is the case - or at least I am unable to find any
muting. The card appear to be enabled OK.
I have reported it as a bug to launchpad and their tests also indicated
that there is a problem.
Bob
Hello all,
I have a laptop running Kubuntu 11.04. In attempting to upgrade to
11.10 via the internet the upgrade fails citing unable to get Kubuntu
-wallpaper, so I downloaded the alternate cd, disconnected from the
internet and attempted to upgrade from the cd using 'sh cdromupgrade'.
Normally I would use my own logon but in a last desperate attempt I
changed to root.
Results are shown below:
root@Toshiba:/media/cdrom0# sh cdromupgrade
No protocol specified
/usr/lib/pymodules/python2.7/gtk-2.0/gtk/__init__.py:57: GtkWarning:
could not open display
warnings.warn(str(e), _gtk.Warning)
can't load DistUpgradeViewGtk (No module named vte)
can't load DistUpgradeViewGtk3 (Namespace Gtk not available for version 3.0)
No protocol specified
update-manager: cannot connect to X server :0
Is there something wrong with the command I have used?
Thanks
Bob
On Tue, 25 Oct 2011, Craig Sanders wrote:
> i'm cc-ing this back to luv-talk (mostly because i hope someone knows of
> a decent - i.e. low tosser ratio - audio web site / forum). hopefully
> anyone replying will remember to cc their response to you.
And back to luv-main.
Could we do something about finding the setting in the new mailing list
software to remove the nasty "[luv-main] [luv-talk] [luv-main]" subject
line cruft that will no doubt appear once this ends up back on the
luv-main list? I fear that it's been a month now, and might almost become
accepted behaviour to keep munging the subject line like that. And then
it's only a short path down the track to LUV-main become a web-forum
<shudder>.
--
Tim Connors
HI guys,
Having problems booting with Ubuntu 11.10
The PC works perfectly on live CD, detecting and configuring video
correctly.
Ubuntu install with no errors using default options.
However when booting off newly installed OS, it just shows a blank white
screen after showing a few bios stuff - I am not even sure if it has
booted and it is just a video issue or a complete crash - but it does
not seem to respond to keyboard.
This is a new ASUS built box with a P8P67 LE Mobo.
This has a EFI bios. So
Is there a different installation procedure that needs to be done for
EFI ? (its my first experience with EFI)
Most EFI stuff from google seem to relate to Mac booting!
Cheers
Daniel
Hi all,
I have an little microcontroller and LCD that can display windows bmp files,
but it only seems to work with the ones provided.
When I create a bmp file with the same basic resolution, colour depth etc,
it fails to display.
Does anyone know of a way to convert an image to bmp format having the same
characteristics as a reference image?
I'm sure I could work it out for this specific case, but it would be handy
thing to be able to do in general.
anyone?
cory
I have downloaded a 4 part video that had been split into parts for down
loading and I wish to put back into a single file. Any one have any
sugestions for a decent utilty for this.
I minor point is it plays the files at the wrong aspect ratio the correct
being 4x3.
The files are a fairly rare german film of the history of the
Schnellboots (literaly fast boats, the german ww2 torpedo boats)..
The following is part of the status from mplayer..........
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==========================================================================
==========================================================================
Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
FAAD: compressed input bitrate missing, assuming 128kbit/s!
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400)
Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio))
==========================================================================
Lindsay