Linux Media Arts Advances Video in Linux
GigsVT writes "Linux Media Arts has introduced a line of video capture and hardware MPEG encoding cards with full Linux support. The sd601 is a full featured hardware video solution including hardware dissolve, key, wipe, and split screen.
At pricetags around $3000 US, they aren't cheap, but this could break Linux into the video editing market. This isn't vaporware, they are selling these right now."
What the hell is a starwipe?
What is "Standard Definition" video? I can record video from my firewire camcorder and edit it with a number of programs. Video card ~ $200 and software $100-$300. This is on Windows of course. Apart from running on Linux, how is this $3000 solution better?
An Amiga with a Video Toaster 2.0 and a time base corrector can be had for around $1200, and with any of the seven mainstream Linux desktop video packages, it can be slaved as a second system, so you control it from a cheap, fast PC running Linux, with the Amiga doing the majority of the hard work.
Video Toaster users are the few sane remaining Amiga fanatics. Most television shows and minor Hollywood production companies still use Video Toaster for the few things you still can't do in Adobe Premier and After Effects.
I already own video capture cards that run under Linux, but what about other imaging products? I was doing some work at a dental office the other day, and they were using specialized video capture equipment for their X-ray machines (running on Windows 98 PCs... blech!). Based on the Windows driver name (bt848.sys), I'm sure it uses a standard video capture chipset used in many TV tuner cards, but these cards *definitely* didn't have Linux drivers.
Even cooler than that hardware: They're maintaining Broadcast 2000. Now somebody get me a microphone and a fire under my ass so's I can get busy recording some tunes...
Click here if you just like to click on shit.
I thought they already did? Some Linux Journal article about Broadcast 2000 and aA list of supported video capture cards for Linux
Sure the hardware isn't quite Linux supported yet, but at least there are some lower-end cards out there that are supported. So it looks like for the home user the hardware and software is somewhat there. And what about for high-end? Well supposedly Linux is already being used for editing movies (including LOTR). I'm not sure how they get their video onto the computers though, but there must be some way to do it I guess.
So I guess this hardware is special because it is specifically targetted at Linux, but as far as breaking Linux into the video editing market...I think that already happened a little bit so far. And it's not going to get any better with a $3000 USD card.
Broadcast 2000, "the software the competition fears", is the revolutionary Open Source Linux software package created by Heroine Warrior (and now being carried on in development and service by LMA)...
So why can't I find the source or binaries on their website?
--LP, who just wanted to check what parts were truly free
Precisely - which is why I pay for my Linux ;-)
There does appear to be a Sourceforge-related project. The discussions forums have some pointers to non-US (not DMCA affected?) mirrors of the code.
--LP
Wasn't this the program which was voluntarily discontinued by it's author because of some legal reasons? There was a slashdot article about this some time ago... http://slashdot.org/articles/01/09/10/2016257.shtm l
I guess they changed their mind about that...
Umm, with a stock G4, including Mac OS X and lots of coole DV-editing/authoring stuff, and true cutting edge software a (relatively) cheap extra, it seems like there's a lot better thing around if you need a second-to-none DV editing workstation. Why bother?
Wasn't shrek made on linux running Maya? Linux already is in the movie business! (It's called...research)
I'd like to shout out to my Windows XP box: as of now it has an uptime of 2 days 6 hrs 39 min and 55 seconds. A new record for Windows!! Yay!
I took my uncle (big audio and video guy) to last year's linuxworld and he was severely disappointed that he couldn't find anyone coming up with any decent solutions for linux-based video.. he even got a few laughs on the subject. He felt that the system would be perfect to adapt for that type of system, and I'm glad that I can forward him this link to show him that some progress is being made and that he might be able to get a system to play with some time soon..
"Make it idiot proof, and someone will make a better idiot."
http://www.metzlerbros.org/bttv.html
With the right insmod args you can get pretty much any bt8x8 based card working under linux.
Ok, so I've got this Linux PC and its been chugging along ok I guess for the
..National security depends on us.
last 15 months collecting data and stuff, when I needed to install
a plug and play LAN card.
I rip off the top of the box and look for a slot, but the IDE cables are in the way,
so I unplug them - just for a few seconds, to plug in my LAN card, and would
you believe it - the fucking PC crashed. Bloody Linux - what a piece of shit.
At least Windows has 'Plug and Play' which works. I mean, Windows upgrades
have never failed us - we just schedule our hardware upgrades for the time of the
day that the boxes decide to BSOD. This is quite a good feature if you really think
about it - sort of a reminder to 'check to see if any hardware needs upgrading'
Well I'm off to Walmart tomorrow to get lots of shiney new copies of
Windows XP to put onto all our computers here. I have to do this, after all..
regards,
Mr 'X'
Chief Information Officer
Some Major Government Department
NewTek is still producing the Video Toaster, and it's very much in use. I work for Fox, and we've purchased over eighty units this year alone. There's nothing like it for the price, and even high end motion paintboxes lack some of its more basic features.
Do you really think there would be so many desktop video packages with Video Toaster slave support if it were that dated? Hell, half of Maya's rendering target options have to do with extra key modes and depth buffer information for Video Toaster use.
And yes, the 68030 blows Athlons and Xeons out of the water when it comes to SIMD bandwidth, because it can deal with different cache modulos. The straight set-associative cache of the Intel and Athlon architectures kills them when it comes to dealing with full-frame video effect processing, and half the vector opcodes aren't even there, except in the newer, upcoming AMD Hammer architecture.
Linux Media Labs is another group that is providing video hardware that runs under Linux. I have seen motion JPEG work very successfully in a research environment (Internet2) and I know that the test machines are being deployed. You can find out more about the test machines that I am talking about via
Google.
I've put BC2000 up for download here. Also the D5D plugin to allow Xine to play encoded DVDs with Linux.
Code, Hardware, stuff like that.
This is a far cry from BTTV cards. I should have said "high end video market, on the x86 platform". That would have been more accurate.
I've had enough abrasive sigs. Kittens are cute and fuzzy.
You really don't know anything about video, do you?? this is PRO equipment, not something which gives you a compress video (a.k.a MPEG, MPEG-2, etc)...
Hetz (Heunique)
Yeah, I've tried FFMpeg too.
Do you think this even compares to a $3k hardware encoder? A real-time software encoder is cutting corners everywhere: integer math (probably in the form of MMX), fixed "one size fits all" lookup tables, and little if any motion detection. You know, it's easy to make a real-time MPEG encoder if you only use I frames, but then you basically have motion-JPEG. The real compression payoff in MPEG comes from motion detection with P (predicted) and B (bi-directional predicted) frames. Simply put, the real-time software encoders will produce crap output. That may be acceptable for your PVR-knockoff (I know, I've been using VCR with DiVX under Linux for abouta year now), but it isn't for DVD production. And that's what this card is for.
mpeg2enc, available as a component of the mjpeg tools at
http://mjpeg.sourceforge.net/
Can do remarkable quality in realtime. ffmpeg was a neat idea [same quantizing backend for many formats], but it's quality sucked. If you like vcr, you would be much better off with NVrec, which supports the native opensource xvid codec, as well as divx4linux, without need to mess with win32 dlls, and with much better sound sync, multiple deinterlacing filters, etc.
On my system, I can run the non-optimized [no mmx, etc] original version of mpeg2enc, whose goal is accuracy and quality, faster than realtime. Of course, I have a really fast system.
---
the pen is mightier than the sword, the sword is mightier than the court, the court is mightier than the pen.
I'm not sure how many video professionals would actuall trade their current desktop video production environment for a linux-based one, but this kind of hardware may be very useful for unattended video work - you know, the box that is sitting there in the rack and encoding, decoding, switching, inserting, etc.
Stop worrying about the risks of nuclear power and start worrying about the risks of not using nuclear power.
the direction of the video industry will be very different.
in the future, you will no longer need those mjpeg cards as hardware codecs as well as to generate real time effects.
the new way of doing it is using 1394 to interface with dv devices. the fast cpu nowadays can do more realtime effects simultaneously than the cpu in the hardware cards include.
for the professional world, they will be using sdi to do hdtv uncompressed. so buying expensive specialized hardware is no longer needed.
just a note. avid is the industry standard in video editing software and systems. with their latest release of avid expressdv 3.0, it practically beats all competiting consumer products to the dust.
:)
johnlaw
Live your life each day as if it was your last.
I think this is an oem AJA card http://www.aja.com/AJAKONASD.htm
Still I think it's great.
Did anyone actually look at the page that this story links to?
The card is not MPEG related at all. It doesn't do compression or decompression.
It is a very high speed serial interface for high-end video applications. That is all.
when it comes to video editing, I am not in the market for a $3000 something :) [It's a legitimate market, and I'm glad people exist to whom that would be a reasonable investment in the pursuit of their art, I'm just not one of them.]
... but just simple "hone down to the best 2 minutes on a typical camcorder home recording, re-order, and burn" would be enough to satisfy me for a while. I'd like to be able to put my own recordings (if any are good) onto cheap CD-Rs to share with friends / family.
However, I really would like (would gladly pay $50 extra for a distro that allowed me to *easily*, out-of-the-box, no-foolin', no hassles, do the following 3 things, with free software):
1) import over firewire from a digital video camera (yes, it's possible; is it out-of-box ready from any distribution? Can I plug the cheap floor-model Sony digital camera I bought from Best Buy into a box running any available distribution which will correctly recognize / identify the hardware and let me haul in the video from it?]
2) Set edit points something like iMovie allows on the Mac (I believe Windows now comes with a similar program, but I have not seen it), and then duplicate / rearrange / shorten / delete clips. Doesn't have to be pretty, just has to let me define beginning and ending points, and then assemble the resulting collage.
3) Burn to VCD / SVCD
That's it.
Now, there are a lot of other things it would be nice to have -- color correction, titling, fancy fades and wipes, DVD authoring, complex sound capabilities, animations, bluescreen abilities
I hope interest in video-on-Linux trickles down enough that a real, working, easy integrated package to do at least these three things actually reaches us. (Can be a pretty wrapper adding together separate programs to do each of those things, of course.)
timothy
jrnl: http://tinyurl.com/c2l8yr / foes: http://tinyurl.com/ckjno5
IIRC DBeta is DCT based but not MPEG2. ATSC transmission is MPEG2, as is BetacamSX and IMX.
Calum
As I seem to recall, the majority of final formats in the digital realm are in MPEG-2, as that is what the current mastering/delivery solution is.
Yes... but you hit the nail on the head when you said "final format." Although some outlets choose to encode manually before broadcasting, most outlets encode right before the signal go to the transmitter as part of an unattended real-time process. For all intents and purposes, the transmitter or uplink or distribution-system-you-like takes uncompressed SDI or HD-SDI as its input.
Digital Betacam and DVD both use MPEG-2
Bzzt. Digital Betacam (HDCAM too, for that matter) uses a proprietary DCT-based compression algorithm that usually results in around 2:1 compression for SD, 10:1 for HD. D-5 is purely uncompressed, and a lot of post houses use D-5 instead of D-Beta. In the HD world, the D-6 is purely uncompressed. It's a monster VTR, though.
With HDTV coming up in the future, how are editors/equipment suppose to deal with uncompressed data streams of frames larger than current NTSC/PAL frame sizes? Even with fast enough computers, achieving those disk writing speeds to capture the video realtime to a system uncompressed would literally flood almost any physical storage bus solution.
Oh, you'd be surprised. First of all, we've been doing HD nonlinear for over three years now, using Fire on an Onyx2. It's getting to the point where you can do some HD work on a PC or Mac, although no editor who's ever worked on a Fire will ever go back to the desktop. You get spoiled by all the real-time stuff.
Handling the basic data I/O isn't hard. Say you work in 8-bit YUV, 4:2:2. You can pack an entire pixel into two bytes (eight bits for luminance, and four bits each for the two color samples). That's 4,147,200 bytes per frame at 1920x1080 (make it simple; don't count the vertical interval). At thirty frames per second, that's about 120 MB per second. Two fibre channel loops (or one 2 Gb loop) with about eight disks can accomplish that. HDTV at 1080 lines isn't delivered as frames, of course, but as fields. This has no relevance on the storage of data on the disk, because the math works out the same either way.
RGB is more complex, though. Discreet uses RGB internally because all the SGI media libraries deal with it best. So you need three bytes for each pixel, making your data rate one-third more. That's a bit over 180 MB/s, which is still easily doable with commodity hardware.
(The software is tricker. I leave constructing a filesystem that is capable of real-time random-access playback and recording of multi-resolution data to be an exercise for the reader. It's much, much harder than you think. You can get around it, though, by buffering like crazy and using lots of disks.)
But, of course, if you're editing you have to be able to play back two streams of video at the same time. (Think real-time dissolve.) Double that. For RGB, that's about 360 MB/s of raw disk bandwidth required. Even with overhead, that's still within what one 64-bit, 66 MHz PCI bus can do.
Of course, once you get that data onto your disks, you still have to be able to read it and pump it to the video card in real time. If you wanna do anything to it on the way-- like apply a color correction, for instance-- you have to pass it through the CPU. It's easier to do that sort of thing on an SGI than on a PC, because the graphics hardware on an SGI can do lots of stuff in real time without having to bog down the CPUs.
Long story short, you can do HD on a PC or a Mac. If you've never done any high-end work, it's pretty amazing. On the other hand, if you have worked on a Fire or such, HDTV on the desktop sucks.
...and while we currently use SGI O2s for our live insertion systems (I work for Sportvision, the people whoe brought you the virtual yellow 1st down line in football, etc), we're moving to a intel platform.
Sgi is dying- They tried to make systems and their product revision cycles were just too slow for hardware consting tens of thousands of dollars... (not to mention that SGIs stuff is just dog slow for the $$) So... we're moving to the PC, hopefully Linux.
For our stuff, we've found that the DVS card (out of Germany) works best- It does 66 Mhz, 64 bit PCI, simultaneous in and out, has up to a second of delay onboard (user selectable), and it has colorspace conversion on board. We've paired this board with an intel i860 chipset since it is one of only two boards (the other is AMD supplied) that does 4bit/66Mhz PCI and 4X AGP.
The colorspace conversion is really the killer feature for us on teh DVS card (well, that and the fast PCI)- It saves us from having to do it on the CPU (which takes up a lot of processor at 270 or 540 Mbit/second!!).
Our biggest wish right now is for someone to make good GL drivers for linux (glReadPixels has to be fast so that we can rendered video and blit it out of the AGP card at framerate) Currently the only one we've found to work well is NVidia's proprietary drivers..)
We havn't tried the LMA card as my attempt to reach anyone over there was met with 4 consecutive seemingly intentional hangups.
I'd love to use the LMA card, but at $3000 it just doesn't have all the features the the DVS card does for the price- ($600 more in quantity, and DVS hasn't ever hung up on us..).
i'm working in the music industry: i do recording and post-production, which is pretty much the entirety of the music industry before video, marketing and sales. right now, for work purposes, i do my work on MacOS, using programs like Logic. i'm very interested in moving my work to linux, if software and hardware exists. i haven't researched it much, i'm not in a position to do so. does anyone out there have experience in audio editing in linux? any recommendations on how to go about the process of switching over? hardware/ software issues?
the penguin will eat you.
linux use in the music industry? hardware? software? ....anybody?
the penguin will eat you.
This is really bad news for SGI. I'd heard that DreamWorks was disatisfied with SGI, but they must be totally disillusioned to abandon SGI's famous massively parallel systems in favor of a Linux cluster! Makes you wonder who will buy the Itanium supercomputers SGI is betting its future on.