Slashdot Mirror


Linux Video Editor Cinelerra 1.0 Released

Ogerman writes "At long last, Heroine Virtual's Cinelerra 1.0 has been released. This successor to the discontinued Broadcast 2000 project is absolutely amazing and should give Adobe Premiere and others a run for their money as it continues to mature. So, fire up those digital camcorders, get to work on all your latent indie-film ideas, and help put ol' Jack V. out of a job. Here's the 1.0 Press Release." For those unfamiliar with Cinelerra, check out the screen shots.

241 comments

  1. Wow more good news for low budget films by zorander · · Score: 3, Interesting

    I like the way this is headed. Software like this is going to be instrumental in creating competing products against the mpaa and such. If indie films can be produced and sold _online_ even easier, then there will be more.

    Then the giant may begin to crumble...

    I'd like to think that, but I'm probably just kidding myself...

    Brian

    1. Re:Wow more good news for low budget films by Anonymous Coward · · Score: 1, Insightful

      Unfortunately you're right. That is, you are kidding yourself. I'm quite sure many indie moviemakers would sell out to the big corporations if they were offered enough money, simply because they'll see it as their one shot at the big time.

      I know, I know. Not all of them feel this way, but in every rebellion you have a lot of rebels fighting simply because they are jealous of what they are rebelling against. Give them what they want and they turn around and go home.

    2. Re:Wow more good news for low budget films by mholt108 · · Score: 2, Insightful

      I think low budget film makers consider being able to make films on a windows PC and a cannon camera grass roots enough! it is already a big "up yours" to studios and has that rebelious feel to it. Maybe the real hardcore vegan filmmakers will go for this.
      The real benefit seems to be the renderfarm facility. Not available on Adobe or Apple software out of the box. Admittedly you dont really need it in most cases but it could work out cheaper than doing it in Hardware (on the capture card / effects card)for HDTV or IMAX or the new digital cinema formats.
      THe most important thing though is that it does not crash / hang ... anyone had any experience with this?

    3. Re:Wow more good news for low budget films by i_am_nitrogen · · Score: 3, Interesting

      I think the render farm is a pretty good idea. This product doesn't seem to be the kind of software to compete with Premiere. Even small studios with only 6 people usually have an extremely expensive (as much as $80g's or higher) dedicated render system in the basement or equipment room that does all the editing and effects in realtime, with client computers (usually Macintosh or SGI) doing little more than displaying the result. Larger houses don't usually have computers to do editing (at least not for the user interface), but instead have large consoles.

      Compositing and 3D animation/CGI are usually done with single client computers and render farms, however.

      Of course, I could be just making this all up.

    4. Re:Wow more good news for low budget films by MadAhab · · Score: 2

      yes, and it happened a decade ago and it was called miramax. if there's one thing major media companies are good at it's knowing how to buy out the competition.

      --
      Expanding a vast wasteland since 1996.
  2. video capture by Savatte · · Score: 2, Interesting

    My ATI tv-card works pretty well under windows, being able to capture 30 fps at a good resolution. What brands of capture cards work the best with linux?

    1. Re:video capture by jandrese · · Score: 2

      Dunno about the ATI, but any form of Brooktree 848 or 878 based card works great. I even use it under FreeBSD.

      --

      I read the internet for the articles.
    2. Re:video capture by sanermind · · Score: 1

      The bttv cards from haupauge are excellent.

      --

      ---
      the pen is mightier than the sword, the sword is mightier than the court, the court is mightier than the pen.
    3. Re:video capture by dcstimm · · Score: 5, Interesting

      I use the Wintv GO Hauppuage card and I can record tv shows with mplayer, xawtv, and vcr,

      I like vcr the best because it has timed recording.

      Here is a example:

      vcr -g /dev/video0 -c 'divx ;-) low-motion' -v -p 38 -F 30 -q 100 -m mono -b 64 -t 32m tv-show.avi

      -g is to set the device (my wintv card is /dev/video0)

      -c 'divx ;-) low-motion' is the video setting

      -v is for verbose

      -p 38 is the channel to record

      -F 30 is the frame rate

      -q 100 is quality and its set to 100 which is best

      -m is to set mono or stereo

      -b 64 is the bitrate for the mp3 audio (64 is perfect for mono audio and 128 and higher is good for stereo)

      -t 32 is the timmer, I have it set for 32min

      and last is the file I am saving it to, which is tv-show.avi

      Hope this shows you how easy it is.

      Plus you can stick vcr in your cron tab to record tv while you are away.

      vcr comes with most distros.

    4. Re:video capture by Ig0r · · Score: 1

      Which version of avifile are you using with that?

      I've tried the recent versions (.7x), but vcr seems to like the older ones better.

      --
      Soma: because a gramme is better than a damn.
    5. Re:video capture by Black_Logic · · Score: 1

      Check out the GATOS project.. I got an ATI all-in-wonder working great under RH.

      http://www.core.binghamton.edu/~insomnia/gatos/

      --
      Ansi's and stupid tricks!
    6. Re:video capture by quakeroatz · · Score: 1

      I have your card, the ATI TV Wonder. It captures crisp, stereo clips at 640x480 at a full 30fps, no frame drops.

      Have a look into BTTV (a driver) XawTV (a player) and a variety of recording software, I prefer Nuppelvideo which can be converted to virtually any format (including DivX 5) using transcode.

      The bttv stuff is included in the kernel source all the rest is only a brief compile or an apt-get xxxxx.
      It takes a little while to get everything running, but once you do, it runs completely stable and uses very little resources. Say goodbye to that awful ATI capture software.
      The finale being that all these clips can be edited using Cinelerra 1.0.

      Time to start archiving Trek, SNL and The Osbournes?

    7. Re:video capture by dcstimm · · Score: 1

      its version 0.7.7 I am using gentoo linux and It built it for me.

    8. Re:video capture by WWWWolf · · Score: 1

      Transcode! That's what I was looking for! Great! I heard about this ages ago but couldn't find it again =)

      I have a Pinnacle's BT848-based card, and Nuppelvideo is just about the only program that succeeds in maintaining AV sync to large extent (just don't move the mouse or do anything other processor-intensive or it will lose it...) The problem is, of course, the odd output format that isn't read by any sensible video editor or MPEG compressor. Transcode seems to do that AND it's reasonably new, appears to be easy enough to use, and not bitrotten to hell, unlike the "exportvideo" program suggested by NuppelVideo.

      Wish I could apt-get it, now it seems to depend on non-existing package...

      (Did I mention most of the Linux video programs are PAIN to compile? Millions of little packages, often broken thanks to API changes somewhere along the way (as in case of libavifile)...)

    9. Re:video capture by QueefChief · · Score: 0

      The one you use works fine. If it's a newer aiw radeon, checkout gatos.sf.net. If it's just a tv wonder, compile the bttv crap in the kernel.

      --
      Get BannerBlind for Mozilla and block those slashdot ads!
    10. Re:video capture by Anonymous Coward · · Score: 0

      and VCR doesnt de-interlace so it looks like hell with the interlacing in there...

      if the creator ov VCR wou;ld add the deinterlacing and use the current libs it would be great.

      I've tried it and if you want to get it to work looking good without interlacing problems you HAVE to use the hauppnage card or nothing else...

  3. demand? by edrugtrader · · Score: 2

    in my opinion the only real demand for this is at home prosumers...

    professionals will either use premier or a home grown system.

    normal consumers will just use the shitty software package included with their camera.

    --
    MARIJUANA, SHROOMS, X: ONLINE?! - E
    1. Re:demand? by Drakonian · · Score: 1
      Prosumers indeed! Here are the requirements for a Recommended Frontend System:
      • Dual 1.6Ghz Athlon.
      • 512MB RAM for standard definition.
      • 1GB RAM for high definition.
      • 200 GB storage for movie files.
      • Gigabit ethernet
      Ouch.
      --
      Random is the New Order.
    2. Re:demand? by noewun · · Score: 1

      Premiere? Professionals use Avid or FCP, period.

      --
      I am a believer of momentum and curves.
    3. Re:demand? by Anonymous Coward · · Score: 0

      >>professionals will use premiere.

      ok, we can pretty much end the conversation there.

      if you are referring to wedding photographers and videographers....sure i guess premiere is the app of choice

      my definition of pro is far different from yours though.

    4. Re:demand? by Anonymous Coward · · Score: 0

      "Premiere". "Professional".

      Hahahahaha!

      Nice troll.

      You ARE trolling, I hope.

    5. Re:demand? by TheSHAD0W · · Score: 2

      Put Windows, Mac and Linux binaries into a package and give it to the camera manufacturers at a royalty rate below what the commercial developers can afford. Presto! Now the coders have beer and pizza money.

    6. Re:demand? by Anonymous Coward · · Score: 0

      Will agree with Avid...but FCP? You can pass it off to first year prosumers who have never touched DVE but a real professional? Shooting on Betacam? People who push FCP are selling something.

    7. Re:demand? by noewun · · Score: 1

      FCP has a lot of market penetration in TV, TV news and the indie film community. These people are tired of getting the shaft from Avid, and if you're not printing onto 35 mm, it really doesn't matter. You can actually edit for 35 mm on FCP, but Avid is very Microsoftish in the industry.

      --
      I am a believer of momentum and curves.
    8. Re:demand? by timeOday · · Score: 1

      I had the same reaction, but then I realized I could actually buy that system for about a grand.

    9. Re:demand? by piznut · · Score: 0

      A little thrifty shopping and you could actually build that system for about $800.

    10. Re:demand? by Anonymous Coward · · Score: 1, Insightful

      200GB disk space 100GB ($120 after shipping) x 2 = $240
      Tyan S2460 DDR dual amd 1600 two CPU $408 after shipping
      Generic 512MB DDR $93 after shipping
      Gigabit ethernet Ark $43 after shipping

      That's $784! hah. lol. $800... lol
      (you might need some accessories. ex: video card, mouse/keyboard. most people have these lying around already)

    11. Re:demand? by bman08 · · Score: 1

      From what I've been hearing lately, an ever growing percentage of trailers are getting cut on FCP. I don't know for sure if that's for theatrical or tv distribution.

      The guys I work with use speed razor, but they're thinking about going with either FCP or DVE for offline. FCP seems to be on the rise while I've never heard anybody talk about Premiere with anything but mockery and scorn.

    12. Re:demand? by Anonymous Coward · · Score: 0

      Avid doesn't compete with FCP. Avid competes with Pinnacle, DPR, and Canopus.

      While it is possible that FCP, with the appropriate add-on hardware that allows for real-time transitions and analog input, may replace such a solution, it has been my experience that most of them will turn to one of Avid's competitors or some other mid- to high-end prosumer prouct line like Matrox or GlobalStreams. People who switch to FCP are more than likely those who have been using a low- to mid-range prosumer product that incorporates Premiere, Speed Razor, or Media Studio.

    13. Re:demand? by Anonymous Coward · · Score: 0

      An ever growing number? I haven't heard that one, yet. I hear a lot of talk about FCP but I don't see the movement and I've been selling, building, and repairing DVEs since '89.

      Yes, Premiere is an industry joke. Speed Razor is a private joke between techs who have had to deal with it. Delete your .ini's lately?

      The loweset return/repair rates I've ever seen on editing systems were from Fast Electronics' prosumer/professional line(not the Movie Machine, FPS60, AV Master, and DV Master crap!) Sadly, the same can not be said of them since Pinnacle took over.

    14. Re:demand? by uchian · · Score: 1

      professionals will either use premier or a home grown system.

      Actually, most professionals I know at that level use a Mac with Final Cut Pro.

    15. Re:demand? by Anonymous Coward · · Score: 0

      Professionals DO NOT use premiere...

      they use and AVID or at the absolute least an AVID express..

      Adobe premiere is a toy for wannabees... professionals use only professional tools and premiere is NOT a professional tool it's a pro-sumer tool.

  4. Re:PRIMVUS POSTVS by Yebyen · · Score: 2

    now that est creativus trollus :)

    --
    Restating the obvious since nineteen aught five.
  5. Interesting, but.... by sjgman9 · · Score: 1

    In the interest of getting an early comment out, I havent looked at the program yet. However, is this application anywhere near iMovie or Final Cut Pro?
    Seems like Apple is doing a ton to make movies easy. How does this Linux App compare? Would it just be worth it to just use a Mac instead?

    1. Re:Interesting, but.... by CMiYC · · Score: 2

      Since you haven't used the program (or taken the 10 seconds to read its website) you probably should not have commented. It is no where near as intitive as iMovie. However, iMovie is no where as powerful as Cinelerra.

      Cinelerra is meant for people who know exactly what they want. Personally I find it a little too cumbersome most of the time. I prefer Adobe Premiere. However, if I'm not in a hurry I'll sit down and use Cinelerra instead. Sometimes the pain of copying a couple gigs of DV-AVI from my Linux computer to my windows laptop outweighs the learning curve of Cinelerra.

    2. Re:Interesting, but.... by Anonymous Coward · · Score: 0

      It is incredibly far behind, I don't understand how they can call it 1.0.

      *the capture interface is awful and unintuitive, it requires you to select which file you want to write to every single time instead of incrementing numbers at the end.

      *IT'S AWFUL AWFUL AWFUL AWFUL AWFUL AWFUL AWFUL AFWUL AWFUL.

    3. Re:Interesting, but.... by sjgman9 · · Score: 1

      On reading the site, Im impressed that there is a free program that does video that well. Anyone know how well it does against Final Cut Pro?

    4. Re:Interesting, but.... by damiam · · Score: 1

      I've never used Cinelerra (although I have used Broadcast 2000), but I doubt it can come near FCP for most purposes. FCP is an extremely complex program, and yet it manages to be both easy to use and powerful at the same time. Cinelerra doesn't look nearly as intuitive, and isn't nearly as powerful as FCP - no realtime effect rendering, no color correction, very few effects.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    5. Re:Interesting, but.... by Big+Ruff · · Score: 1

      Why does that matter? Can you stop comparing dick sizes and just be happy with what someone labored over?

    6. Re:Interesting, but.... by Anonymous Coward · · Score: 0

      $1,000 vs free. I'd say it does very well.

      How does it perform?

      How stable is it?

      How do the features stack up?

      Maybe these are better questions to ask.

  6. AWESOME! by Anonymous Coward · · Score: 0



    WooHoo!

    Go Linux! Go Linux! Go Linux!

    Uh! Double up Uh! Uh!

    Go Linux! Go Linux! Go Linux!

    1. Re:AWESOME! by Anonymous Coward · · Score: 0

      Lemme give a big-time open source shout out to my homeyz up in the G-N-U. Propz to my boy Fat Tim, master of perl and writer of the illest of ill rhymes. Word to my bro, the late Slim Vanilla, spitter of the famous "Fuck da DeCSS," who was tragically felled last week when he stepped outside into the sunlight and instantly combusted. And last but not least, lemme give a "booyah" to my main peepz "Big Black" Dick Stallman, who'z all about keepin' my boyz and I in check with the proper spellifactions and pronouncifications and what not.

      Peace out, yo! Keep the source open and the streets illin'!

  7. TvTuner Cards.... by RedElf · · Score: 1

    I've been able to get my tvtuner card to work just as good under linux as it did under windows, but the lack of anything worth watching on tv has forced me to quit watching Tv almost completely, this software looks impressive from the screenshots, perhaps its time to start filming my own footage of: "Corporate Office 101 for Dummies (Please submit the lack of your intelligence into the helpdesk system now!)"

    --
    You know, I have one simple request. And that is to have sharks with frickin' laser beams attached to their heads!
    1. Re:TvTuner Cards.... by Anonymous Coward · · Score: 0

      would love to see it. let me know when you develop an online tv network so i can tune in to watch it! =)

  8. Re:PRIMVUS POSTVS by user+no.+590291 · · Score: 0

    ecce homo! trollus maximus est.

  9. Toolkit? by Anonymous Coward · · Score: 1, Interesting

    What the gui toolkit is that?

  10. Now if it only by satsuke · · Score: 1

    doesn't skip frames and stutter like bcast2K did it will be useful on a reasonably fast machine obviously

    1. Re:Now if it only by kcurrie · · Score: 1

      It works well on my dual PIII 866, but I'm only dealing with 640x480 video. This box is less than half the speed of what it could be. I like the fact that I can actually see significant CPU usage on BOTH CPU's when capturing video :-)

      --
      -- I speak only for myself.
    2. Re:Now if it only by Anonymous Coward · · Score: 0

      have you tried the low latency patches for the linux kernal I hear these really help with AV ....
      If you don't like the sound of doing that you can always wait until 2.6 kernals come out... Or possibly use the 2.5 dev series...

  11. Compatibility? by Pseudonym · · Score: 1

    Ah, but does it work with next year's "Pixar render farm in a box" video cards which we keep hearing all that hype about?

    --
    sub f{($f)=@_;print"$f(q{$f});";}f(q{sub f{($f)=@_;print"$f(q{$f});";}f});
    1. Re:Compatibility? by glwtta · · Score: 2

      only if you can imagine a Beowulf cluster of them

      --
      sic transit gloria mundi
  12. Great Name by wiZd0m · · Score: 1

    Now when the teacher will ask my kid how he made his video presentation, he will say he made it on heroine with his father at home on linux ...

    Can't wait to have the feds pick me up.

    1. Re:Great Name by Mononoke · · Score: 1
      Now when the teacher will ask my kid how he made his video presentation, he will say he made it on heroine with his father at home on linux ... Can't wait to have the feds pick me up.
      If you're lucky, you'll get Feds that can spell. Then they'll just laugh at you.

      heroine=female hero
      heroin=drug

      --
      NetInfo connection failed for server 127.0.0.1/local
    2. Re:Great Name by tato+(and+tato+only) · · Score: 1

      Actually, the feds are going to pick him up for using Linux to produce videos without a license from the MPAA.

      --
      tato (and tato only)
      This post is strictly opinion, including the spelling.
    3. Re:Great Name by wiZd0m · · Score: 1

      in French it makes no difference, because it's pronounced the same way and spelled the same way too.

  13. Re:PRIMVUS POSTVS by Yebyen · · Score: 1

    err, my latin sucks. I've only had one year.

    --
    Restating the obvious since nineteen aught five.
  14. When will programmers learn? by stubear · · Score: 4, Interesting

    Have these guys never heard of The Interface Hall of Shame? You should NEVER EVER utilize color in an interface where color correction is required. The UI hinders the user's ability to faithfully adjust colors.

    I also wouldn't go as far as saying this application will give Premiere a run for its money because Premiere benefits GREATLY from its relationship with other Adobe applications. I can edit my work in Premiere then import the entire project, tracks, effects and all, into After Effects for post production work and final rendering. Not to mention the ability to import native Photoshop and Illustrator files without any special work arounds.

    I also didn't see anything in the feature list which suggested this application is capable of editing web enabled video (QT, Real and/or WMV)

    1. Re:When will programmers learn? by gwernol · · Score: 4, Interesting

      ave these guys never heard of The Interface Hall of Shame [iarchitect.com]? You should NEVER EVER utilize color in an interface where color correction is required. The UI hinders the user's ability to faithfully adjust colors.

      Exactly my reaction, except digging a little deeper I found the application is skinnable, meaning it could be muted to an acceptable level. However if they really want to go head-to-head in the professional market they should change their web site and default skin to something more appropriate.

      If they can't get even this most obvious and important UI issue right it is hard to trust them on the rest of the product. It looks very unprofessional. The product names do not help here either.

      I also didn't see anything in the feature list which suggested this application is capable of editing web enabled video (QT, Real and/or WMV)

      They support QuickTime, and Ogg Vorbis audio support is nice. I assume they support all the QT audio formats as well.

      --
      Sailing over the event horizon
    2. Re:When will programmers learn? by beens · · Score: 4, Interesting

      To my knowledge, no one is capable of editing web-enabled video like Real, or WMV. Most applications edit in an uncompressed format like avi or uncompressed quicktime (depending on if you're on a Wintel machine or a Mac) and then allow you the option to export the completed cut as a Real or compressed Quicktime file. If not, there are plenty of third party apps that will do it for you. There's good reason for this, in that users who have encoded video for the web probably don't want people to be able to pull it down and edit it, not to mention the processing overhead that would come with having to decompress codecs like real or sorrenson. Plus, you'd run into quality issues when trying to composite visual effects or transitions (wipes, fades, etc). Final Cut Pro can't do it, and neither can Premiere. I certainly don't think this should be a strike against this fine looking application.

    3. Re:When will programmers learn? by javilon · · Score: 1

      " also wouldn't go as far as saying this application will give Premiere a run for its money because Premiere benefits GREATLY from its relationship with other Adobe applications. I can edit my work in Premiere then import the entire project, tracks, effects and all, into After Effects for post production work and final rendering. Not to mention the ability to import native Photoshop and Illustrator files without any special work arounds."

      This is a tool in the unix tradition. A small utility that does well what it does. On time other tools will come around this one.

      "I also didn't see anything in the feature list which suggested this application is capable of editing web enabled video (QT, Real and/or WMV)"

      This is a _non_ propietary tool. It only needs to work with _open_ formats.

      --


      When his defense asked, "Which computer has Jon Johansen trespassed upon?" the answer was: "His own."
    4. Re:When will programmers learn? by Anonymous Coward · · Score: 2, Insightful

      Umm, sorry to burst your _open_ bubble, but if this application wants to have any chance whatsoever of taking on Premiere, it's going to have to support EVERYTHING that's out there, especially formats that are immensely popular (like QT, Real, and WMV). Saying that "it only needs to work with _open_ formats" is narrow mindedness at its worst, and is a perfect example of (a) taking something too far and (b) exactly what's WRONG with the "Linux Community" thus far. "We won't do anything YOUR way since we're so damned non-conformist, so you better change EVERYTHING that YOU do to CONFORM to what the Linux folks want, since we're some sort of White Knight of Open Source." Too bad, because no videographer in his/her right mind is going to do anything more than TOY with this application as long as it refuses to support commonly-accepted web media formats, "proprietary" or not.

      Bah, why do I bother? This'll get modded down faster than...well, anything I can think of.

    5. Re:When will programmers learn? by prisoner-of-enigma · · Score: 2

      I think he was pointing out not that you can't edit these formats, but that outputting them in said formats is apparently impossible. You're right, we edit in different formats, but if you can't output what you need (QT, Real, and WMV being THE dominant ones right now), then the application is quite limited with respect to web publishing.

      It'd be okay for doing your own video work, though, so long as you didn't need to exchange media with anyone else in the world (since nearly everyone uses AVI's or QT's for exchanging media).

      --
      In the end they will lay their freedom at our feet and say to us, Make us your slaves, but feed us. - Fyodor Dostoyevsky
    6. Re:When will programmers learn? by beens · · Score: 0
      And it should be modded down, since no decent pro-quality video editor supports dinky web codecs like Real, or WMV. Final Cut Pro only supports Quicktime export, I think Premiere might do Real (and not very well), and Avid sure as heck doesn't support them. And yet, we see listed here the top 3 video editing apps available on the marketplace today.

      Point is, there is no NEED for this app to support ANY of these codecs. That's what encoding applications like Media Cleaner are for.

    7. Re:When will programmers learn? by Anonymous Coward · · Score: 0

      no videographer in his/her right mind is going to do anything more than TOY

      No videographer in his right mind would be caught dead making blocky, jerky, postage-stamp-sized web videos in the first place.

    8. Re:When will programmers learn? by prisoner-of-enigma · · Score: 2

      Sorry to take issue with you, but I thought I'd point out a couple of things:

      1. Premeire can export QT, AVI, and version 6.0 includes a Real exporter as well. So Premiere has the ground pretty darn well covered when it comes to export formats.

      2. Media Cleaner has its place but if you've got export capabilities from your editing app you don't NEED Media Cleaner. Why in the world would you want to spend extra money on something like MC if you could have those same features built into your editing app for free? Of course, I do MPEG-2 exporting from Premiere via CinemaCraft, but it sure is handy to be able to output any format you could possibly think of if you're handing off clips to someone else.

      --
      In the end they will lay their freedom at our feet and say to us, Make us your slaves, but feed us. - Fyodor Dostoyevsky
    9. Re:When will programmers learn? by prisoner-of-enigma · · Score: 2

      And that's where you're thinking stops, eh? Blocky, jerky, postage-stamp-sized video is no longer a necessity on the web.

      First off, you've got improved codecs that are making more out of less. Real, QT, and even WMV formats have come a long, long ways in the last 2-3 years. You can get some pretty good video out of them now for realistic (100kbit/sec average) bitrates. Sure, it's no threat to HDTV, but you gotta start somewhere.

      Second, bandwidth is increasing dramatically. Back when Real first came on the scene 56K modems were all there were. Now DSL and cable modems are available in about 60% of urban areas and it's increasing fast. More bandwidth equals faster framerates, greater resolution, and better image definition.

      Lastly, the audience is changing. Not everyone is trying to broadcast to home users across the web. A substantial portion of work these days comes from the corporate streaming video field. With gigabit and/or fast ethernet links pretty common in big companies it's become quite feasible to stream video to the desktop. This can be a boon to training that would otherwise require a dedicated A/V room and tape replication. It also allows the training material to be more up to date since it can be changed much more easily than physical media would allow.

      So, think about more than what's two inches in front of your face before commenting next time. There are larger issues here, and I think the original poster had some good points.

      --
      In the end they will lay their freedom at our feet and say to us, Make us your slaves, but feed us. - Fyodor Dostoyevsky
    10. Re:When will programmers learn? by AJWM · · Score: 3, Interesting

      In one respect it has Premiere beat hands down: adaptability.

      I haven't yet looked at the source for Cinelerra (downloading it now), but I have of Bcast2000, which I've used -- and no matter how convoluted, it has to be orders of magnitude easier to modify to fit custome needs than Premiere. (And yes, I'm familiar with the Adobe Premier SDK. Pardon me while I go throw up in the bushes from the memories.)

      Premiere is okay as long as you only want to do with it what the programmers decided to let you. It sucks if you want to do something a bit different.

      But Cinellera's aiming for a higher level user than Premiere anyway. Using it for web media (although it probably handles some of those formats) is a joke, the thing is designed for HDTV.

      --
      -- Alastair
    11. Re:When will programmers learn? by stubear · · Score: 2

      I should have been more clear about web enabled video. I meant video which has web enabled tracks and is outputted to QT, Real or WMV (all three support web enabled tracks). By the way, you can now work directly with WMV in Premiere; why you would is another question, but I'm guessing they added support to allow uncompressed,or as uncompressed as possible, WMV as source footage.

    12. Re:When will programmers learn? by Anonymous Coward · · Score: 0

      The UI is skinable.... Expect a more pro looking skin soon. I might even have to make one myself...

      I agree with your sentiments though.

    13. Re:When will programmers learn? by Atrus5 · · Score: 1

      Most applications edit in an uncompressed format like avi or uncompressed quicktime

      Most applications use compressed video because uncompressed video streams are roughly 235 megabits per second (over 1Gb/s for HDTV). For the math impaired that apromimately 29 megaBYTES per second of video. That means your cute little 5 minute video requires 8.6 gigabytes! Most computers ship with 40GB drives, which means you couldn't even edit 20 minutes of video.

      So we use compression. If you're feeling especially powerful, you use HuffyUV because it's lossless. Most people use DV, it's 25 megabits per second is a reasonable cost, it's interframe which means it's easy to manipulate, most home digital cameras record in it (so no nasty recompression), and it looks great. DV is supported by both Microsoft AVI and Apple quicktime. At NBC they use DV pro (which is a 50 megabits per second that has a larger color space) for their digital editing suites.

    14. Re:When will programmers learn? by Anonymous Coward · · Score: 0

      Ooo! Someone got flicked on a sensitive spot.

      Sorry, the presense or absence of RealAnnoying, Craptime, or Windoze Media for Viruses output isn't going to be a deal-breaker for a professional.

      If you DO need to export to one of those shitty formats, you just run the final product through a separate encoding step. Big fucking deal.

    15. Re:When will programmers learn? by Atrus5 · · Score: 1

      Minor inaccuracy in my post: the quoted data rates include two channels of audio, they require a comparatively small amount of data

    16. Re:When will programmers learn? by speedbump · · Score: 1
      If they can't get even this most obvious and important UI issue right it is hard to trust them on the rest of the product. It looks very unprofessional. The product names do not help here either.

      Dude, the product is free .

    17. Re:When will programmers learn? by eviltypeguy · · Score: 1

      [opinion]

      I don't think I agree. The ole' Video toaster system that I used to use had color sprinkled everywhere, yet it is considered by many to be a fairly professional video system.

      Now admittedly, I haven't seen what the Grass Valley system looks like, but...

      The $100,000 Mac setup that someone I knew had in their front room with Avid desktop studio, etc. had plenty of splashes of color too.

      Again, you may not like it, but some people it just doesn't bother. As they mentioned, the app is skinnable, so if you don't like it, change it, it's not like you don't have the source *cough*...

      I won't claim to be a video expert, and I can certainly understand why the colors might bother you. But, *shrug*. They don't really bother me, even photoshop is fairly colorful these days...

      [/opinion]

    18. Re:When will programmers learn? by damiam · · Score: 1
      Most applications edit in an uncompressed format like avi or uncompressed quicktime

      Final Cut Pro and iMovie both edit Quicktime compressed with the DV compressor, and Final Cut Pro can import and edit video in any Quicktime-supported format. You have to render it to DV before you can watch it, though.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    19. Re:When will programmers learn? by prisoner-of-enigma · · Score: 2

      I would agree with you except for one thing: how many Premiere/Avid users do YOU know of that happen to be programmers? I'd be willing to bet that the percentage is under 1%. People who handled NLE systems are video people, artists if you will. Most of them couldn't code an MS-DOS batch file much less modify the code for Cinelerra. If you're thinking that perhaps some non-video oriented people (aka. regular old programmers) will get around to modifying Cinelerra then perhaps you're right, but I have to point out that regardless of how bad Premiere's SDK is, people have been coding to it for years and are familiar with its pitfalls and strengths. They are NOT going to run en masse to Cinelerra because the SDK is better! They'll run to it if CUSTOMERS run to it, and customers won't run to it until it can run all the Adobe plugins. That will be a long, long time coming -- if it ever comes.

      As for Cinelerra being destined for HDTV, I'd have to agree that it has the capability to go there. The question is, however, will anyone want to take it there? Only major broadcasters are even PLAYING with HDTV these days, primarily because of the expense. "But this is free!" you say? True -- and that, believe it or not, is a huge impediment to acceptance in the industry. Right or wrong, most folks equate the price tag with capabilities, functionality, stability, and "prestige"...how the hell else could Avid still be in business when there are many cheaper alternatives that work just as well or better? A prior poster noted that many studios are buying $40K Avid's "for show" but doing real work on $5K software packages and standard PC's! I know, because I've been there. People don't want to hear whether or not you're using Premiere, Final Cut, or (God forbid) something nobody's ever heard of called Cinelerra. They ask one question "do you have an Avid"?

      Yeah, it's stupid, but customers have HEARD of Avid and think it's the top 'o the line. If it weren't for that fact, I think Avid would be damn near out of business, because the rest of the pack has caught up with them big time, especially in cost vs. performance.

      I wish nothing but the best for Cinelerra. I'd love to not have to pay what I currently pay for NLE software. But the truth of the matter is something that the Linux Community has ignored and continues to ignore: people don't always shop on price or technological superiority -- in fact they FREQUENTLY DON'T. Just because something is free or better does not mean it'll take over the world. If that were the case then we'd all be running Linux everywhere (or OS/2 about 10 years ago). Wishful thinking is great, but when someone tries to force that worldview onto the rest of us it does more harm than good.

      --
      In the end they will lay their freedom at our feet and say to us, Make us your slaves, but feed us. - Fyodor Dostoyevsky
    20. Re:When will programmers learn? by AJWM · · Score: 2

      As for Cinelerra being destined for HDTV, I'd have to agree that it has the capability to go there.

      Actually I wrote designed for HDTV -- and I see you agree with that.

      Destined for? Who knows. As you say, not many folks out there shooting HD video these days. As for free -- I believe that Heroine Virtual has a package they sell that includes support and/or hardware. They've had a booth at the National Broadcasters Exhibition in the past. (This info gleaned from past versions of their web site, I have no personal contact with them, and my own involvement with video technology has been on the custom tape production side, not broadcast. Hence my interest in modifying the product (whether Premiere or Cinerella or whatever), so that I could automate production of a tape from a library of clips without ever having to use the GUI.)

      --
      -- Alastair
  15. They are at it again! by Anonymous Coward · · Score: 0

    First they claim Linux is superior to Windows, then they claim they are not gay. What next?!?!?!

  16. Re:PRIMVUS POSTVS by user+no.+590291 · · Score: 0

    "Behold the man! He is the greatest troll!" (actually, I don't think the Romans had a trollus, -i M., heh.)

  17. Good for editing pron , but that's bout it. by Anonymous Coward · · Score: 0

    :p

  18. WTF? "Hard to compile" by Yebyen · · Score: 1

    According to the site, "The source code is very hard to compile." - now I've seen some interesting disclaimers in the past (I ran E17 for the longest time, trust me I know "hard to compile" when i see it), but so far I've untarred it and typed "make", and it's faithfully chugging away. HEH.

    --
    Restating the obvious since nineteen aught five.
  19. Where is the art? by bwt · · Score: 1


    Is there a site that offers indie videos?

    I'd be happy to put Jackboots Valenti a few bucks in the whole by supporting somebody else once in a while.

    1. Re:Where is the art? by Bios_Hakr · · Score: 2

      I like IFilm for indie films. Most of the clips are short and have good plots. Others are so long it ceaces to be funny.
      Check out "Computer Boy", "The Killer Bean", and "405 The Movie". There are a ton of others that are cool to watch.
      The only down side is the WMA/Real format of the films. And the commercials you have to watch between films.

      --
      I'd rather you do it wrong, than for me to have to do it at all.
    2. Re:Where is the art? by akb · · Score: 2

      Check Indymedia video page with material from 90 grassroots indie groups worldwide and my new project, a video portal using a hacked version of Scoop.

  20. Google Cachce by Anonymous Coward · · Score: 0

    heres a google cache of the important stuff:
    The Screenshots

    The front page

  21. years ago by mholt108 · · Score: 1

    I had an argument with Linux enthusiasts that were trying to tell me to put Linux on my desktop. Their logig was ... this is really cool and we hate MS. My response was ... cool internet server and fun to play with but until it can -

    a) do real photo editing
    b) edit professional video
    c) be a reasonable replacement for MS office

    I would not touch it .... but yeh MS do suck dont they.

    Well lookey here - there are less and less reasons to stay with XP. Well done guys!

    1. Re:years ago by Anonymous Coward · · Score: 0

      For a> you have the gimp (which is really really nice replacement for photoshop [if lacking in some functionality and requiring scripting knowledge to make up for it])
      b> well, evidentally this.
      c> staroffice/openoffice and evolution are good. Openoffice I despise, but I despise MS Office just as much.

      It looks like it is mostly there, we just need to ease up the installer, have a distro that names packages in accordance to functionality (IE Samba: Windows Networking Compatability), replace X, and develop a NEW and UNIQUE, and INTUITIVE, awesome UI for people.

      I give it another 3 years, and unless MS comes out with something truly awe-inspiring(and I wouldn't be opposed to that) in that timeframe, then Linux will have caught up and possibly surpassed Microsoft Windows.

    2. Re:years ago by i_am_nitrogen · · Score: 2
      ...ease up the installer...names packages in accordance to functionality...


      Well let's see.. LindowsOS does both those already. Your other point about X isn't really valid, because although it'd be nice to replace X with something like DirectFB, it's not really necessary, and would be difficult to do (X has hundreds of drivers, and the linux kernel has only a few framebuffer drivers. The conversion process is not trivial. I wrote an accelerated client driver for the 3dfx voodoo 3/4/5 for libfbx, and while it wasn't that difficult, it's not something you can just write a script to do).

    3. Re:years ago by Anonymous Coward · · Score: 0

      Fuck you. There are several office suites for linux because that's all ppl bitch about; I've never needed needed word for anything, and intelligent documents are all composed in .html
      I suspect you morons don't even use word, unless it's to /open/ MS propaganda, not create anything of substance yourselves.
      From a non MS perspective it looks like pdf won the proprietary document format anyways. Word is dead.

    4. Re:years ago by uchian · · Score: 1

      It has to be said though, with those requirements you should really be using a Mac...

    5. Re:years ago by mholt108 · · Score: 1

      yes, that is what I was using at the time and in truth it would still be the best solution. However now we need to work in with a larger organisation that does its client database on access so i had to ditch the mac as i could not afford both a new Pc and mac. Besides at the time of changeover the Matrox editing suit was PC only. I wish I had the time to make it all work on a free operating system as it would make me feel good.

    6. Re:years ago by mholt108 · · Score: 1

      Maybe most people would be OK with the office suits for linux, but we have genuine need for office - more for convenience than anything. Lots of the docs I make would not work as well in HTML but I could manage. Given time restrictions I would like to do more than just manage. Oh and if you are going to fuck me you better buy me flowers first sweetie.

  22. WANTED: Multitrack Recorder for Linux by Milo+Fungus · · Score: 1
    It's great to see top-quality software developed for Linux. I absolutely love The GIMP. It's so amazingly useful. I'm also impressed with Mozilla and Xsane.


    Here's my wish-list: I've been searching for a multitrack recorder for Linux but I haven't been satisfied with anything I've tried. I have experience with Win32 applications ranging from the high-end (Samplitude) to the lower (n-Track Studio). These were all easy to install and use. But I've run into lots of problems with various Linux applications (GLAME, SLab, and Multitrack). I'm a newbie, so maybe I just have no idea how to install and configure correctly. But if that's the case, then why don't we develop something easier to install and configure? Most musicians aren't software enginers (I'm not). Make it easy for us!


    Am I not looking hard enough or is there really nothing out there for multitrack recording on GNU/Linux? Should I wait for OpenBeOS? Any suggestions will be appreciated.

    1. Re:WANTED: Multitrack Recorder for Linux by IOdine · · Score: 2, Informative

      http://ardour.sourceforge.net/

      Here you go.

    2. Re:WANTED: Multitrack Recorder for Linux by dhalgren · · Score: 1

      Samplitude is very cool, but it is hardly 'high- end'. Cubase SX isn't 'high-end' either. iZ RADAR is a lot closer to the high end of the market and is very very cool indeed, but that runs BeOS and requires a software and hardware buy-in.

      Pro-Tools is kinda high-end, but it's hideously overpriced (for the Real Thing) and you need to pump it with all kinds of DSP cards (which I wish you could do with some of the others, BTW). And more people think they can use Pro-Tools effectively, than actually can.

      Now that I've said all that, the fact is that the high end of results is achievable by using many of the above items, but there is much more to it. Samplitude sucks unless your ears don't. Same goes for the rest of it. And chances are that Joe Prosumer is not going to balance his entire basement studio and match up everything (impedances, bit rates, clocks) to the level that you'd find at a real pro shop.

      So what the hell is my point? Given the above, I'd still be royally stoked to see a *nix version of Cubase SX (or any of the others, really--hell, CoolEdit Pro would be great) because if pro audio is your game, Linux is still lame. (Only because of lack of support, of course.) Now that Linux with usable latencies for audio work is available, how do we convince the big names to write to it? Many of the audio apps out there for Windows and Mac rely very heavily on custom code for UI interaction, which pretty much kills the Linux port unless it becomes economically feasible for them to recode the entire front end. Sucks, but that's what's happening.

      And this from someone who's sworn by Linux since 1994. Drives me up the fucking wall that I still need to boot to Win* or find a Mac to do any real audio work.

    3. Re:WANTED: Multitrack Recorder for Linux by Sardonis · · Score: 1

      I like gsmp: realtime effects, nondestructive editing, fast vu-meters...

    4. Re:WANTED: Multitrack Recorder for Linux by Anonymous Coward · · Score: 0

      There are a number of programs designed to do this in the works... Ardour looks particularly interesting. At the moment there are still a few obsticals to be overcome before it is easy to work with audio on linux... The first is latency there are currently patches for the stable kernal to lower latency but this means compiling the kernal yourself. Or you can grab a developement kernal (you still have to compile this yourself). When 2.6 comes out none of this will be necessary. There are currently two standards for audio under linux OSS and ALSA. Most pro audio apps will want to use ALSA but it is still a work in progress. Though there should be a stable release soon.

    5. Re:WANTED: Multitrack Recorder for Linux by Anonymous Coward · · Score: 0


      I've been happy with audacity for low end messing around recording. It's kind of like the iMovie of multi-track recording, easy to use, pleasant interface, and not terribly powerful. Which, for messing around and casual use, makes it pretty great.

  23. "prosumer" isn't a bad market though ... by timothy · · Score: 2, Interesting

    A lot of Nikon coolpix users have paid $50 for the famous eBook on using it, and Cinelerra / HV might be smart to make something similar. Canon makes some great video cameras that are widely marketed at the "prosumer" crowd (XL1, GL1), and even though that term may grate on the ears of anyone so labeled, there are a lot of prosumers (arrgh, the sound! the sound!) out there.

    Heck, anyone who learned Blender reasonably well (not me) will probably *prefer* the Cinelerra interface to, say, anything made by Apple :)

    And if you count that group as including both high-dollar amateurs (dentists, lawyers, even programmers with some extra money) with an interest in creative editing, and low-budget professional users (like the folks who do wedding videos and take your guided horse-ride video etc, as opposed to the makers of Waterworld)*, there really is a big potential audience. Money to spend on it + motivation to learn a rigorous interface ... just like the people who buy the new "mid-range" (but still pricey) digital SLRs.

    Also, Heroine Virtual's website is always fun to read, a little bit like Dr. Bronner's soap. When I have (garrh!) a dual 1.6GHz athlon system with a gig of RAM and a firewire card, I hope to find it usable for simple editing, because it looks rather fun.

    timothy

    * And those overlapping groups is just how I would define "prosumer" anyhow.

    --
    jrnl: http://tinyurl.com/c2l8yr / foes: http://tinyurl.com/ckjno5
    1. Re:"prosumer" isn't a bad market though ... by Anonymous Coward · · Score: 0

      If someone has the cash to buy a system with the minimum specs they'll just go out and buy Premiere.

  24. Yet another video app that ignores audio... by Theaetetus · · Score: 5, Insightful
    First, let's start with the non-flamebait part: it's great to see another relatively cheap video editor out, as it puts filmmaking ability into the hands of the masses rather than just those able to afford $20k+ Avids.
    iMovie and iDVD don't count, 'cause those are really just toys for making home movies or submissions to iFilm, but Final Cut Pro is/was a great competetor to Primere, with all of the features at less than half the price.

    However, I'm an audio professional, and will happily and uniformly disparage all of these 'tools' for neglecting to have any real ability to edit audio. As just about anyone in the industry will tell you, audio is the bastard stepchild of video/film, with less than a tenth of any movie's budget spent on sound... and yet all of those same people will agree that sound is just as important as visuals, if not more - consider the Blair Witch Project, with cheap, shoddy visuals, but eerie and compelling audio to create the mood... Now imagine a rock-steady camera in a high-budget film, with sound that sounds like cheap vinyl... or even AM radio... It's just not acceptable, and nothing will alienate your audience sooner.

    As an example of the downplay of audio, Digital Video Magazine has an ad in the last issue offering a turnkey video editing system... Dual 1 GHz G4, Final Cut Pro2, 80 GB Firewire drive, Superdrive, Firewire Media Converter, Sony's $5000 prosumer digital camera, 23-inch Apple LCD cinema screen, Sony 19" NTSC reference monitor (>$1000!), and... Harmon Kardon SoundSticks!

    $20,000 USD for this system, and you're getting a $150 pair of speakers... which, frankly, suck (I just wrote an article to be published in December about those speakers, after running them through tests of frequency response, distortion, noise level, etc., and you'd do better with a $150 pair of headphones... but they aren't as pretty).

    Additionally, none of these programs have the ability to scrub audio, a MUST as any real audio editor will tell you, very few of them will let you edit on a resolution smaller than a frame (30 fps means that 1 frame = 33 ms... However, a 5 ms delay is audible as phasing, and as low as a 25 ms delay can be audible as a distinct echo), most of them have linear VU meters (rather than logarhythmic, like our hearing... consider, with 0 dB FS as the top of the scale, -3 dB FS is half the power, and on a linear meter, half the distance down... However, -3 dB is a difference in level that is really only noticed by trained ears... Additionally, the SMPTE standard for digital audio is to have normal level (0 VU) at -18 dB FS... Or almost off the scale on any program with linear meters... That's freakin' insane. As a comparison, try using Photoshop with the brightness on your monitor turned down to almost 0. You're trying to work reasonably at the threshhold of noise of the system you're working on.

    Also, the EQs in most of these programs have their frequency range set linearly, too... Human hearing goes from roughly 20 Hz to 20 kHz (roughly - young women and children can frequently hear higher frequencies, usually topping out by 23-26 kHz), but our interpretation of frequency is logarythmic: the top octave goes from 10 kHz to 20 kHz (or, the top HALF of a linear scale). The next octave (or, the next lowest quarter on a linear scale) is from 5 kHz to 10 kHz...
    You don't start getting into useful ranges until you're in the bottom 32nd of the scale, from 500 Hz to 1 kHz - the fundamental of the human voice goes from about 125 Hz to about 500 Hz, most of the vowels and formants are from about 500 Hz to about 1.5 kHz, and the consonants are from about 1.5 kHz up to about 4 kHz (for the sibilants). There's very little energy in the human voice above 5 kHz... So have fun setting your EQs properly when you're looking at a linear scale that emphasizes the top two octaves... ABOVE what you're dealing with.

    Then again, the two major audio editing software programs on the market, ProTools and CoolEditPro also miss some of these, so I guess I shouldn't complain too much. When you deal with sub-standard tools everywhere, you have to give up some expectations

    By comparison, look at the Orban Audicy (used in most radio stations for production), and the Fairlight Merlin and D.R.E.A.M. Stations, used for most film/television production.


    Sorry. :)

    -T

    1. Re:Yet another video app that ignores audio... by Anonymous Coward · · Score: 0

      Erm, don't they use video apps for the VIDEO? then you import your video into Pro Tools, or whatever, to do post-production on the audio.

    2. Re:Yet another video app that ignores audio... by foobar104 · · Score: 5, Interesting

      Friend, everything you said is perfectly valid, but... video finishing is not audio finishing. Fire, DS, EditBox, et cetera are not audio finishing equipment. They have audio input and output capabilities, of course, and you can mix tracks and whatnot. But that's just for scratch audio. The real audio will get mixed and laid down by an audio professional in a ProTools (or similar) suite after the editor finishes the video.

      Basically, the reason why nobody cares about audio in video editing software is because the guy doing the video work is never the same person as the guy doing the audio work. Instead, it's two different people, both highly trained professionals, with totally different areas of expertise.

      Now, if you want to complain about how a particular audio finishing program is inadequate, be my guest. But complaining about how video editing software is a bad audio editing tool is kind of like complaining about what a poor job your screwdriver does of carving your Christmas goose.

    3. Re:Yet another video app that ignores audio... by Anonymous Coward · · Score: 0

      Yes. In the Real World of video editing, post-production editors create a temp audio track which is used by the post-production sound editors as a point of reference. The sound editors take the master DATs, pull the necessary audio off of them, and then edit that audio in protools. no one worth their salt even attempts to edit audio in a video editor, not even an avid setup, because that is not what the app is designed for.

    4. Re:Yet another video app that ignores audio... by Theaetetus · · Score: 3, Insightful
      Yes, that's quite true, in a professional environment... However, in a professional environment, they wouldn't be using FCP or Primere... They'd be using 20k+ Avids.

      In a prosumer, Cannes-Film-Festival-type environment, they'd be using this or either of the cheaper solutions, and editing audio on it, too... Unfortunately.

      It happens way too often - I interned at Emerson College in Boston, and spent a large portion of my time helping video/film graduate students fix the audio in their Masters' and Doctoral thesis projects... and every last one of them treated audio as the last step of the project. This is further perpetuated by the software on the market, which pushes audio into the realm of "another" program.

      -T

    5. Re:Yet another video app that ignores audio... by Anonymous Coward · · Score: 0

      Fuck off, elitist fucker fucker.

    6. Re:Yet another video app that ignores audio... by Theaetetus · · Score: 1
      "In the Real World of video editing, post-production editors create a temp audio track which is used by the post-production sound editors as a point of reference. The sound editors take the master DATs, pull the necessary audio off of them, and then edit that audio in protools. no one worth their salt even attempts to edit audio in a video editor, not even an avid setup, because that is not what the app is designed for."

      "Worth their salt" = "Professional", I take it?
      In which case: "Professional" != "Using a free video editing system to save money"

      Seriously, though, yes, in most professional situations, there's a separate video editing system from the audio editing system... But I think here, we're talking about putting filmmaking ability in the hands of the masses who can't afford Avids... in which case, they also don't tend to want to shell out an extra thousand for an audio editor.

      -T

    7. Re:Yet another video app that ignores audio... by mholt108 · · Score: 2, Insightful

      I agree with both of you but I have done loads of prosumer editing on indie videos, documentraries etc and have run into the problems described. I do not have the time or money to learn pro audio or hire pro audio people (maybe I should look into it). Having said that I really would like to have better audio capacity in Premiere. My feeling is that the audio got worse in the 4.2 - 5 transition, not in terms of features but in usability.
      I would love to see some sort of a toggle between Video edit mode and Audio edit mode. In video mode the editor would look similar to what it does now. In audio edit mode the video tracks would become smaller on the timeline (with a small monitor window or output to external monitor) and the audio tracks would be enlarged with good VU's appearing and an equaliser. Also effects that can be applied easily and accurately to different parts of different tracks and not rendered but use the CPU for realtime playback along with the video. I think that with CPU speeds now getting up there this is realistic.

    8. Re:Yet another video app that ignores audio... by Theaetetus · · Score: 1
      Absolutely! With indie videos/documentaries/etc., you tend to want to use only one tool to do your piece...
      Incidentally, the website bills this product as such, but at the same time says no more than a sentence or two with a cursory screenshot (from the screenshots page):

      "Speaking of audio, this is an audio editing session."
      "If audio sweetening is your thing, put VU meters on the screens. This also shows some titling."

      Sigh.

      -T

    9. Re:Yet another video app that ignores audio... by oldays · · Score: 1
      Blair witch was one movie. Cheap video was part of the story. In vast majority of movies out there, sound IS only 1/10th as important as video.

      Besides, what was good about BWP is not that sounds were well done or eerily, but that pacing and story were arranged in such a way as to create many empty spaces that you had to fill in with your imagination. Nothing's scarier than the unknown.

      It's a fact of life that we're relying less and less on our hearing and sense of smell and respectively our communication channels switch to visual sense. A primordial hunter-gatherer would find our hearing pathetic. He'd find our sense of smell.. well, he wouldn't find THAT at all. You know why those smell-movies failed? For the same exact reason 1/10th of budget is routinely spent on sound - we're visual animals.

      I don't have to like it - I think we're losing a lot, but that's teh way things are.

      If you want to point out how current tendencies are unhealthy and wrong, you better not secure your argument with bogus evidence like BWP.

      Sorry if I sound a tad harsh - I think you're passionate about your trade and that's great, you're just letting your passion get in the way of your reason.

    10. Re:Yet another video app that ignores audio... by VValdo · · Score: 2

      What makes you think this is supposed to be an AUDIO EDITING program?

      it's a non-linear video editor, which is completely different.

      Think AVID or FINAL CUT PRO vs. PROTOOLS

      Totally different purpose-- it's're like critizing a word processor because it doesn't have good Photoshop-like paint features.

      W

      --
      -------------------
      This is my SIG. There are many like it, but this one is mine.
    11. Re:Yet another video app that ignores audio... by Yohahn · · Score: 2

      Check out Ardour.

      They're trying.

    12. Re:Yet another video app that ignores audio... by Graymalkin · · Score: 2

      That is a ridiculous fucking argument. Unless you're making silent films audio is a HUGE part of any NLE system. There needs to be sound effects and dialog and music in a film for anyone to be remotely interested in it. The audio editing in iMovie is little more than adding and removing tracks from the project. Premiere's audio editing (the last time I used it) was pretty much the same quality in terms of features for audio.

      It would be stupid to include photo editing components int oa word processor, a video editing system however logically needs audio editing features in order to be fully functional. Why should you have to export your audio tracks into an external program in order to do scrubbing or effects editing? That is like Photoshop requiring you to export your alpha channels into an external program in order to edit them separately from your RGB channels. Audio is an integral part of the video experience yet is treated like a redheaded stepchild when it comes to NLE editors.

      --
      I'm a loner Dottie, a Rebel.
    13. Re:Yet another video app that ignores audio... by foobar104 · · Score: 3, Insightful
      However, in a professional environment, they wouldn't be using FCP or Primere... They'd be using 20k+ Avids.

      Not exactly. There's offlining and then there's finishing. If you're offlining you might use a $30,000 Avid Express, but these days it's just as likely that you'd be using Final Cut Pro.

      On the other hand if you're finishing, you're using a linear bay, or a DS, or a Fire or Smoke. Those are all $100,000 - $300,000 systems.

      There's really not much room in the market for the $30,000 editing system these days.

      ...Masters' and Doctoral thesis projects... and every last one of them treated audio as the last step of the project.

      Um... that's because audio is the last step of the project. Like I said, audio finishing is an art entirely separate from video finishing, and is dealt with using different tools, by a different artist. There's no reason to have professional audio finishing tools in a professional video finishing package. They just don't go together.

    14. Re:Yet another video app that ignores audio... by Theaetetus · · Score: 1
      Sorry, no... Ask anyone in the Society of Motion Picture and Television Engineers, The Audio Engineering Society, or the Society of Broadcast Engineers and they'll tell you that though it's only treated that way, sound is just as important as visuals, if not more so.

      Come to think of it, you just did.

      As for evidence, I was using the most mainstream one I can think of. Do you have any examples to refute it, such as a film with stunning visuals and sub-par sound?

      -T

    15. Re:Yet another video app that ignores audio... by Theaetetus · · Score: 1

      Thank you, Gray. Excellent example, too.

    16. Re:Yet another video app that ignores audio... by Theaetetus · · Score: 2, Insightful
      ...Masters' and Doctoral thesis projects... and every last one of them treated audio as the last step of the project. Um... that's because audio is the last step of the project. Like I said, audio finishing is an art entirely separate from video finishing, and is dealt with using different tools, by a different artist. There's no reason to have professional audio finishing tools in a professional video finishing package. They just don't go together.

      Um... No. Sorry, audio is NOT the last step of the project. That myth is what makes so many films sound like crap.

      Audio starts at the same time as the video, thinking about where you're recording, and how best to mic it to avoid extraneous noises. Thinking it comes last leads to thinking, "just use the mic built into the camera, we can fix it later in post," which you most emphatically can't. Garbage in, garbage out. Noisy distorted sound in, guess what comes out.

      And again, by your own admission, we aren't talking about $300k+ systems, or even $30k+ systems. We're talking about There is no reason to have professional audio finishing tools in a professional video finishing package. However, in a prosumer video package, there IS a need to have audio finishing tools. They DO go together.

      -T

    17. Re:Yet another video app that ignores audio... by AJWM · · Score: 2

      It may not say much about audio on the website, but since this is a follow-on to Broadcast2000, it's capabilities are pretty good. As many tracks as you want, various effects and transitions, spatial location, and the usual cut'n'paste, transformation, etc.

      --
      -- Alastair
    18. Re:Yet another video app that ignores audio... by Bobartig · · Score: 1

      "It's a fact of life that we're relying less and less on our hearing and sense of smell and respectively our communication channels switch to visual sense. A primordial hunter-gatherer would find our hearing pathetic. He'd find our sense of smell.. well, he wouldn't find THAT at all. You know why those smell-movies failed?"

      NOOOO!!! Take it back!! Take it Back!! -- still waiting for "Smell-o-Vision"

      It is true, tho, but I don't think it's exactly as you've described. In general, our environment has become much louder than it was hundreds, or thousands of years ago. Those rumpthumper cars, and rock concerts are close in dB's to a 747 taking off at 20 paces. Then there's cars, trains, those damned 747's, sporting events... Even just visiting the cinemas these days exposes one to 1.5 hours of 90-100 dB's of explosions and other LFE that kids dig today. If you were exposed to noises of this intensity at work, you'd be required to wear hearing protection, but these days its considered recreation. By the age of 18, we've all destroyed our sensitive hearing.

      Smelling is similar with pollution and smoking (although i don't know if I could argue that people smoke more now than in the past...). I had a friend with freakishly sensitive smell, although she didn't realize it till she quit smoking, and she could smell people distinctly from 5-10 paces (i.e. discern them from that distance), and tell if someone had been in a room within the past hour or so... but all this is terribly OT.

      --
      This is where I get my recommended daily allowance of "Foot in Mouth."
    19. Re:Yet another video app that ignores audio... by foobar104 · · Score: 2

      Audio starts at the same time as the video, thinking about where you're recording, and how best to mic it to avoid extraneous noises.

      Not exactly. Most film is shot either with reference ambient audio, or completely MOS, and the dialogue is ADR'd later, and audio effects added by foley artists. In video sometimes it's done in situ, but there's a lot of ADR and foley in video as well.

      Audio really is a separate art from video.

      There is no reason to have professional audio finishing tools in a professional video finishing package. However, in a prosumer video package, there IS a need to have audio finishing tools.

      And I would submit to you that the audio tools in Final Cut Pro and similar products are just about on par with the video tools in Final Cut Pro and similar products. ;-)

    20. Re:Yet another video app that ignores audio... by Theaetetus · · Score: 2, Interesting
      Most Hollywood film is shot with reference... etc.

      Most Indie film is shot with minimal ADR, due to lack of time, money, and knowledge. Thus, it's important to get the best audio on the first try. Foley, of course, is done later, but that's signifigantly easier than doing ADR.

      Audio is not a separate art from video, unless you're doing something like Koyannisqatsi.

      And no, I would disagree that the audio tools in FCP are on a par with the video tools in FCP. While the video tools aren't up there with Fire boxes, they are pretty good. The audio tools are a joke, though... and I like FCP. Primere is worse.

      Also, we're talking about people who are concerned about spending as little as possible on their film... hence the need for a free video editor. Let's talk about those, please, rather than multimillion dollar Hollywood productions.

      -T

    21. Re:Yet another video app that ignores audio... by VValdo · · Score: 4, Insightful

      Why should you have to export your audio tracks into an external program in order to do scrubbing or effects editing? That is like Photoshop requiring you to export your alpha channels into an external program in order to edit them separately from your RGB channels. Audio is an integral part of the video experience yet is treated like a redheaded stepchild when it comes to NLE editors.

      Wrong, wrong, wrong. My analogy is exactly correct. If you want to insert an image into your word processed document you do not create that image in Word. You use a program that is designed to create that document, specifically. If it's a graph, you might generate it with Excel. If it's a bitmapped image, you might touch it up in Photoshop. In fact, you might take your images from one graphics program to another, layering it and adding 3d-generated images, and compositing and in short getting it all nice and ready before you plop it in your word processor.

      Now, why does audio work demand its own program(s)? Why is it not like alpha channels in photoshop? Because you're not giving audio post enough credit. It's not as simple as "throw in some effects and some scrubbing" and we're done.

      WHY AN AUDIO PROGRAM IS A STANDALONE APP

      1. Combining audio and video into one master editing app wastes system resources An audio editing program frequently requires significant processing power to manipulate and add effects to multiple tracks. If your NLE is tapping your CPU w/displaying and uncompressing video, that's quite a bit taken from the audio.

      2. You are not editing the final recorded sounds When editing movies, you are generally editing with a "scratch track" taken from the field, which is frequently unusable. It's not the job of the editor to deal with sound issues. It's just not. In many productions, the sound track must be built from the ground up through ADR ("looping"), through peices of alternate takes, etc.

      3. Editing and Post-Audio are different professions, different fields. In real life, each is a speciality with its own tools. Expecting an editor to have to deal with audio crap in a NLE, or an audio tech to deal with picture is ridiculous. Even if it's a small one-man production-- when you're editing, you don't need to obsess over sound-- you don't want to have to deal with 50 layers of sound. It's only when you've got picture lock that you move on to the next phase-- the audio, which logically deserves its own program. You can go back and forth anyway, so why not do what makes sense?

      4. There is rarely one final audio mix When you mix a film, you will typically create several mixes-- 35mm and 16mm have different frequency ranges-- video sound can be encoded in a number of different ways using a variable number of audio sources. You may want to have many, many mixes of your film (keeping sound effects seperate from dialogue so that you can put alternate language tracks, music tracks may be mixed in different ways, etc.). To try to do all this from a NLE is insanity.

      5. Non-linear editors and audio editors are physically different things With an Avid, you got two monitors, maybe a third for video. You've got the keyboard, and you've got the computer. Maybe you have some extra drives, a camera, and a deck of some sort. The only funky gizmo you might have for Avid is one of those shuttle things. Protools looks different. No multiple monitors-- just one big one for viewing one of many many many audio tracks you might be using. No shuttle. No decks. Add in a rack of DSPs, maybe some MIDI devices. A keyboard or two. A DAT, a TASCAM. And of course, any good audio editor will have amixing board-- it's hard to nudge the volume for seven tracks on the fly with one mouse to get just that right dialogue mix with three equalized microphone positions, and some ambiance...

      6. Video apps use video plugins, audio apps use audio plugins -- if you wanna compare to photoshop plugins, look at this simple fact-- video apps usually allow for plugins to allow you to do funky effects, video filters, and transitions like wipes, dissolves, morphs -- video stuff. Audio apps usually have plugins like phlange, reverb, pitch shifting, MIDI stuff, effects filters, compressors, and other frequency manipulation stuff. They're different types of effects for different types of programs.

      7. Moving between applications is precisely what the OMFI (Open Media Framework Interchange Format) and similar formats are designed to do. You are SUPPOSED to export your audio information and take it into a program that is specific for audio.

      So, ok--- could you have some kind of "super-program" that lets you edit picture and do fine audio tuning in the same app? Yes. Would it be unweildy? YES. Would it suck to have to rely on a single vender for all you want in a single program? YES. Would it be a pain in the ass? YES.

      Why not just throw in some 3d modeling/rendering software, a compositing progrram, and the script-writing software in there too? And an email program so it can invite your friends to the premiere of your project?

      In short-- It is not the role of an non-linear editor to do a significant amount audio effects. As they are different professional fields, they are and should be different programs.

      W

      --
      -------------------
      This is my SIG. There are many like it, but this one is mine.
    22. Re:Yet another video app that ignores audio... by VValdo · · Score: 2

      Thank you, Gray. Excellent example, too.

      Read my response.

      W

      --
      -------------------
      This is my SIG. There are many like it, but this one is mine.
    23. Re:Yet another video app that ignores audio... by VValdo · · Score: 2

      Seriously, though, yes, in most professional situations, there's a separate video editing system from the audio editing system... But I think here, we're talking about putting filmmaking ability in the hands of the masses who can't afford Avids... in which case, they also don't tend to want to shell out an extra thousand for an audio editor.

      Yes, but just because they're working on the cheap doesn't mean they have to spend shit. There are tons of good free audio editors. I think some of them were already linked to in this thread, but Audacity springs to mind as a simple but free solution. Or, try The Free Protools, which is a fully featured non-expiring non-demo version of Protools you can use for simple projects, no extra hardware required.

      Otherwise, if you want better audio editing in Cinelerra, get out the source and your text editor and start coding. I seriously don't understand what all the complaining is about here.

      W

      --
      -------------------
      This is my SIG. There are many like it, but this one is mine.
    24. Re:Yet another video app that ignores audio... by stubear · · Score: 2

      You should check out Vegas Video 3.0 from Sonic FOundry. It started out as an audio editing application with support for one track of video for reference while editing audio but now it supports unlimited tracks of audio and video. In my opinion, all it's really missing is support for real-time hardware such as Canopus DVStorm and an A/B editing style workspace. I'd settle for just the A/B editing workspace as v3.0 supports RAM preview. While not the best solution, if you have enough RAM you can preview non real-time effects as well as real-time effects without any trouble.

    25. Re:Yet another video app that ignores audio... by Anonymous Coward · · Score: 0

      parent is right on - mod up.

      it's stupid to expect an NLE video app to be as powerful as a dedicated audio multitrack editor, or to want it to be...

    26. Re:Yet another video app that ignores audio... by Theaetetus · · Score: 1
      I've been playing a little bit with Audacity on both PC and OSX... Like it a lot as a start, but I haven't seen any scrubbing ability.

      As for PTFree... My job calls for maintaining several audio workstations, including some running PTFree...
      One of 'em recently crashed, losing several hours of work by an editor. I called up Digi, they asked what I was using, I said PTFree, and I was told "we don't support that" and hung up on.

      I called my local Digi sales-rep, and was told the same thing (though he didn't hang up on me, he tried to sell me the 888/24 instead).

      The official viewpoint of Digi is that PTFree is there to attract users as a demo, but it is unsupported and buggy. They have no intention of offering bug-fixes or support.

      As for audio editing, sadly, although I'm on slashdot, I'm not a professional programmer. As it says in my blog, I'm an audio/electrical engineer, and I dabble in programming. I wish I had the ability to write a really good audio editor, but instead, I'll have to content myself with pointing out the flaws in current programs in hopes that some enterprising programmer will take my suggestions to heart.

      -T

    27. Re:Yet another video app that ignores audio... by Anonymous Coward · · Score: 0

      Your parent's point wasn't that audio wasn't important in a movie, just that a dedicated audio editing tool is preferable to kludging one on to a NLE video tool. Which it is, as you would know had you any experience or knowledge in the matter. Read his response, and realize it is your argument that is fucking stupid. Asshole.

      You started it.

    28. Re:Yet another video app that ignores audio... by Theaetetus · · Score: 2, Informative
      Re: point 2 - quite valid and true... but, not in the scope we're talking about:

      From DV Magazine, the Audio Solutions column from July 2002:

      "Mistake #3: Assuming you can fix it in post In Hollywood, noisy dialog is often replaced in post. It's a time-consuming and expensive solution, even when they have the tools and experience to do it correctly. Don't count on this technique to save a desktop video; what you shoot is probably what you'll have to live with."

      Re: point 3 - again, quite true... But, we are talking about non-Hollywood budget stuff here. I agree, Waldo, in major budget things, the audio and video will be done by separate people, and in fact the location recording, editing, ADR, foley, mixing, and post will ALL be done by different people. But in desktop video, they will be done by one person... frequently, the cameraman/director/gaffer/producer/etc.

      Maybe I can stress this again - we're talking about non-Hollywood budget stuff. What Hollywood budget movie is going to use a free video editor?
      So, point 4, while valid, is also thrown out - Indie films aren't going to be mixed for several different formats.

      With point 5, again, you're right for big stuff, but for small stuff, you're most likely on one computer, with no HUI or 3rd party controllers, two monitors, if you're lucky, and for the scope we're talking, even with PT, no DSP... just an 001 or even an MBox, with all DSP handled through plug-ins.

      Waldo, you're absolutely right on all your points, and I agree wholeheartedly.... provided we're talking about big-budget professional applications... In which case, throw out Avid and ProFools, and bring in Fire and Fairlight D.R.E.A.M... And watch your budget soar into the millions. :)

      -T

    29. Re:Yet another video app that ignores audio... by Anonymous Coward · · Score: 0
      wtf is foley and ADR and FCP? I asked google and found this nice explaination.

      experts and their acronym jargon..feh

    30. Re:Yet another video app that ignores audio... by VValdo · · Score: 2

      As for PTFree... My job calls for maintaining several audio workstations, including some running PTFree...
      One of 'em recently crashed, losing several hours of work by an editor. I called up Digi, they asked what I was using, I said PTFree, and I was told "we don't support that" and hung up on.


      Of course not! It's free... you don't expect free tech support too?!!!

      I called my local Digi sales-rep, and was told the same thing (though he didn't hang up on me, he tried to sell me the 888/24 instead).

      I'm confused. You called a sales rep. You were using a free program. Didn't you say you were talking about non-professional use, people who are doing small projects themselves?

      By the way-- why was someone who was doing Protools editing not saving their session regularly?

      The official viewpoint of Digi is that PTFree is there to attract users as a demo, but it is unsupported and buggy. They have no intention of offering bug-fixes or support.

      It's unsupported, of course (except for the documentation). It's not really THAT buggy, as I've used it for several projects without too much trouble.

      As for audio editing, sadly, although I'm on slashdot, I'm not a professional programmer. As it says in my blog, I'm an audio/electrical engineer, and I dabble in programming. I wish I had the ability to write a really good audio editor, but instead, I'll have to content myself with pointing out the flaws in current programs in hopes that some enterprising programmer will take my suggestions to heart.

      Or you could learn ;)

      W

      --
      -------------------
      This is my SIG. There are many like it, but this one is mine.
    31. Re:Yet another video app that ignores audio... by silentbozo · · Score: 2

      I agree. I originally cut my projects together with Premiere (this was 6 years ago, the only other option at the time was avid), and unfortunately, put a lot of work into my scratch tracks using Premiere's tools.

      Premiere sucks. It's lousy for editing video, and the audio controls are almost non-existent.

      Once I learned ProTools, it was like discovering natural light after living life in a cave lit by candlelight. Big difference. I only wish ProTools ran on OS X - that'd be reason enough for me to get an OS X machine...

      Of course, now that I'm mixing a clean track, I need to re-record sound effects, so now I gotta learn about mics, and the whole nine yards. Oh well.

    32. Re:Yet another video app that ignores audio... by byran+lei · · Score: 0

      >Otherwise, if you want better audio editing in Cinelerra, get out the
      >source and your text editor and start coding. I seriously don't
      >understand what all the complaining is about here.
      >
      >
      You're basically dealing with a bunch of lusers from the Amiga community who can't stand the thought that people are creating Linux Audio and Video Software without obtaining their approval or consent.

    33. Re:Yet another video app that ignores audio... by Captain+Pedantic · · Score: 1

      As for evidence, I was using the most mainstream one I can think of. Do you have any examples to refute it, such as a film with stunning visuals and sub-par sound?

      You seem to be hammering home this argument, but you are just shooting yourself in the foot with it.

      First you say that sound only constitutes 1/10th of a film's budget, and then you challenge us to name a film with good visuals but bad sound.

      If sound was so important as to need 1/2 the budget, then wouldn't there be many films presently with good visuals but bad sound?

      Maybe bad sound can spoil a film, but the market shows that only 10% spent on sound is enough.
      --

      None are more hopelessly enslaved than those who falsely believe they are free. Johann Wolfgang von Goethe.
    34. Re:Yet another video app that ignores audio... by Theaetetus · · Score: 1
      Yes, but weren't you saying PTFree was a valid solution? A buggy, crash-prone, unsupported piece of software is not a valid solution.

      -T

    35. Re:Yet another video app that ignores audio... by Theaetetus · · Score: 1
      I think we're all hoping for Digi to get on the ball and get an OSX version out. Soon, we hope.

      For mics, check out some of the past audio solutions columns at DV magazine and there's a great book out by Yamaha, called the Sound Reinforcement Handbook... Don't be fooled by the title, it's one of the finest, easiest to read audio reference books, and covers just about every topic. It's been around for about 10 years in multiple editions, and I've even used it as a textbook in a college class. Soft cover, black, about an inch thick, and about the size of a 3-ring binder. I've seen it in Barnes/Noble.

      -T

    36. Re:Yet another video app that ignores audio... by Theaetetus · · Score: 1
      10% is about the minimum you can spend. By comparison, look at Star Wars - Lucas, with Skywalker Sound, spent quite a bit more money on the audio, and his soundtracks are great.

      And yes, there are quite a few films with lousy sound. Look at Reign of Fire, which has one quality throughout the movie - loud and bass-heavy. Sound FX!=dialogue.

      -T

    37. Re:Yet another video app that ignores audio... by michael_cain · · Score: 1

      Years ago I was involved in a study where people were shown two audio/video clips, one with excellent video and somewhat impaired audio and the other with excellent audio and noticably (at least to experts) impaired video. Subjects were told that the video quality would be different, and were asked to rate which one was superior. No mention of the audio difference was made. People consistently rated the bad video with good audio as having superior video quality. If the same audio quality was used for both clips, people rated the video quality properly.

      The weekend after we got the results, I went home and rewired things so my VCR and cable audio went through the good amplifier and big speakers...

    38. Re:Yet another video app that ignores audio... by Theaetetus · · Score: 1
      I've heard of that study (it's actually pretty famous in the audio industry), and I'm trying to find a link to it at the Audio Engineering Society's site (AES.org). Do you remember anything more about where the study was done or by who?

      Thanks,

      -T

    39. Re:Yet another video app that ignores audio... by VValdo · · Score: 2

      Yes, but weren't you saying PTFree was a valid solution? A buggy, crash-prone, unsupported piece of software is not a valid solution.

      I haven't had any problems with it at all... it is certainly a valid solution for my purposes. As others have pointed out, there are free multitrack audio editors out there on many platforms, so you may have to do some searching around if you don't like PTFree.

      W

      --
      -------------------
      This is my SIG. There are many like it, but this one is mine.
    40. Re:Yet another video app that ignores audio... by Graymalkin · · Score: 2

      You don't need a full Firelight D.R.E.A.M implementation inside of an NLE but you do need the ability to adequately deal with audio tracks. You don't need to do ADR in the editing room but you do need the ability to manage the tracks coming out of ADR which this program does not allow for in any reasonable way. Audio management in low end video systems is piss poor and typically consists of a fade capability and maybe track placement. You need a bit more than that to work well with audio coming in from an outside source like keyframe synching. You're bringing up great examples that cost thousands of dollars, the market this program is intended for is not a high budget 35mm film but instead a small POS shot on a Sony HandiCam. Why bring up an Avid when talking about low end production?

      --
      I'm a loner Dottie, a Rebel.
  25. Cinelerra? by Dr.+Awktagon · · Score: 2

    Isn't that a type of seasoning?

    ..and now, for the final touch, add a pinch of cinellera! Bon appetite!

    1. Re:Cinelerra? by DJK · · Score: 1

      > Isn't that a type of seasoning?
      >
      > ..and now, for the final touch, add a pinch of cinellera! Bon appetite!

      No, no, no. You have to add the cinelerra *while* cooking the dish, not after!

  26. "SourceForget" by Anonymous Coward · · Score: 0


    He calls SourceForge, "SourceForget". Is he talking about SourceForge's poor user interface?

  27. Re:Interesting, but.... interesting by mholt108 · · Score: 1

    That is not the end of the world as often when editing you have to rename the auto capture nomenclature anyway to make sense of it. The question for me is "is it stable?" and more importantly what are the implications if it crashes (i.e. can you loose the whole project like in the old Premiere 4.2 [which was the cause of many a hair pulling exercise])

  28. RECOMMENDED FRONT END SYSTEM: by FyRE666 · · Score: 4, Funny

    From their page:

    Dual 1.6Ghz Athlon.
    512MB RAM for standard definition.
    1GB RAM for high definition.
    200 GB storage for movie files.
    Gigabit ethernet

    So this is the recommended system? If this software outfit are anything like games companies and the recommended systems you see on the side of the box, it looks like you'll need twin Cray 6's with 16TB of RAM to do anything useful ;-)

    1. Re:RECOMMENDED FRONT END SYSTEM: by WWWWolf · · Score: 1

      When Heroine folks released Broadcast2K, they also put ridiculous system requirements to the website... I don't remember the details, I think it had "2 terabyte striped RAID" there. I suppose Cinelerra has improved then =)

    2. Re:RECOMMENDED FRONT END SYSTEM: by edremy · · Score: 2
      Well, let's compare it to the system I just got to do video editing:
      • 800MHz G4
      • 512 MB RAM
      • 120 GB disk
      • Gigabit Ethernet
      • Final Cut Pro

      Mine is a very low end system. It's nowhere near as fast as I want: a typical render on a 5 minute scene takes 20+ minutes. I hit swap since I'm also running Photoshop and iDVD at the same time. I'm about halfway through my disk space and I've done maybe an hour's worth of total video. Networking? Don't make me laugh: the only way I output is to DVD since I'll kill our LAN if I tried to copy files around.

      I laugh when I hear people commenting on new higher speed computers with "Who needs to run Quake at 400fps?". The real world isn't Quake: video editing will eat anything you throw at it and still want more. The specs listed really are the minimums.

      --
      "Seven Deadly Sins? I thought it was a to-do list!"
    3. Re:RECOMMENDED FRONT END SYSTEM: by Anonymous Coward · · Score: 0

      noo the guys that write the spegetti code that is called cinderella are self ritious twits that overstate everything...

      their siftware is NOT anywhere near as good as mainactor is right now. and it may need alot of power because it is crappy code+ crappy optimizations..

      dont touch it... bcast2000 was a bastard stepchild that failed miserably (that is why they "mysteriousally" removed it it suckedand kept failing losing all your work)

      heroinewarriers are pretty much what they say.... must be on drugs to believe that anyone wants their crap....

  29. Final Cut? by Heisenbug · · Score: 1

    First of all, I have to completely agree with you -- bad video is fine, but bad audio kills a production instantly. I'm making a DV film as my senior thesis next year, and I don't intend to spend a dollar or an hour on video until I can be confident of perfect audio.

    Most of my editing will probably be on Final Cut Pro, and I'm curious what your experience has been with that. I haven't used it since version 1.5, but I recall that it did have audio scrubbing. I spent a lot of time staring at waveforms (doing seamless voice dubs), and they came out all right.

    I don't know much about audio, though -- I would love to hear any suggestions or resources you could point me to, esp. regarding isolating human voices

    (my own shameless plug, by the way -- I would submit FCP as a competitor to *Avid*, not Premiere. A TV editor told me that he had bought a $40,000 Avid system -- not because it was any better, but just because you can't be taken seriously in the industry with only $1000 of software. I don't know how Cinelerra will stack up, but maybe a few years from now we'll see the old guard clutching their Avid systems in distress while new filmmakers do the same thing with free software ...)

    1. Re:Final Cut? by Theaetetus · · Score: 1
      "A TV editor told me that he had bought a $40,000 Avid system -- not because it was any better, but just because you can't be taken seriously in the industry with only $1000 of software."

      Heh. Too true, too true.
      But then, why are they spending $150 for speakers, rather than $5k for a matched pair of Genelec Studio Monitors (drool).

      Drop me a line, Heisenbug, at my email above... I'd be happy to give you tips. Also, look at DV's site, as well as the guy who does their audio columns, Jay Rose - he has all of his past audio columns online, and they're geared specifically to video people who don't know audio but want to learn.

      -T

    2. Re:Final Cut? by beens · · Score: 2, Interesting
      Umm, the old guard is already clutching their avids, methinks. I've been using FCP since it's 1.2 release, and it's 3.0 rivals anything that avid has out right now. The only advantage avid has over the FCP setup is tight integration with hardware, especially the protools stuff (since avid owns digidesign now). But, i think that with apple's recent purchase of EMagic we'll start seeing much better audio support out of Final Cut. The recent release of Cinema Tools for final cut jumps final cut up from a DV toy to a full-fledge HD ready motion-picture editing beast.

      AND there are a whole host of good hardware video and audio cards coming out that enable a bunch of good realtime effects and whatnot for finalcut. Bottom line, avid is old news, and I think we'll quickly see FCP as the broadcast standard inside of 3 years.

  30. BSD & Avids by Nessak · · Score: 4, Interesting

    I'm a video engineer who works out of a network Broadcast center in NYC on a syndicated news program. The company justed invested a huge sum of money into a newish Avid system call "Unity for News". No, this isn't for home or anyone who is not professional broadcast. But it is a fiber system with 7tb storage and a number of other cool features.

    One of the more interesting (and stable) peices of this system is a box called an Avid Airspace. It's a box with some very fast RAID drives, a few fiber/GigE cards, and three NTSC/PAL video I/O cards. Each one of these cards can take in a 601 digital feed (this is better then D1 digital found on minidv/firewire cameras.) Each one can output a 601 feed too. In fact, the show I work on broadcast live from this box. (Lifetime network also baught a simalar system, I've been told. Aslo a few local news stations are switching over to this system.)

    Now the interesting part - these boxes run FreeBSD and a custom WM on X. All the other peices of the new Unity system (all win2k) are flakly, but these BSD boxes not only run great, but they output live broadcast quality video to millions of people daily.

    So, will Cinelerra support these cards? I don't think so. (I don't think you can buy one of these cards without the system and I don't think the drivers are Free/Open.) But know that FreeBSD is used in more then just the CGI for big budget films.

    1. Re:BSD & Avids by Theaetetus · · Score: 2, Interesting
      Excellent point... Just for comparison, I work in broadcast radio, and our automation servers are all running proprietary flavors of Linux, and so are most of the automation systems for TV and radio in this market... Particularly with the proprietary flavors, they tend to be incredibly stable and reliable for situations where a crash could mean tens of thousands of dollars of fines as a result of dead air.

      -T

    2. Re:BSD & Avids by sunya · · Score: 2, Informative

      While Cinelerra may not support the specific cards supported by Airspace, there are SDI 601 options for Linux, specifically :

      www.lmahd.com/sd601.html

      and geting these to work with the editor should not be impossible...

      --
      MLT - simple and robust open source multimedia framework for Linux
    3. Re:BSD & Avids by TheSync · · Score: 2

      The real question is when will you be able to take "off the shelf" components and put together something that can pretty much match an Avid system.

      Does anyone remember stand-along word processors? I imagine that dedicated video editors might go that way as well.

      We are even getting very close to the point where broadcast quality video servers can built out of off-the-shelf components.

  31. Re:WTF? "Hard to compile" by watsondk · · Score: 1

    Yes its hard to compile but not impossible.

    The first problem that got me was the dependanies, one of which is quicktime which includes vorbis 1.0rc2 which will not build with gcc 2.95-3. It gives sig 11.

    I am working on the HOWTO compile under slack 8 at the moment.

  32. Free is relative... by tinrobot · · Score: 1

    At a couple of hundred bucks a pop, packages like Premiere are essentially free anyways - at least in relation to expensive things like talent, cameras, lights, audio, duplication, etc... I really don't see this package as very compelling to anyone who is the least bit serious about making films. Might be nice for the slashdot geek who borrows his Dad's camcorder and edits it for free. Other than that, I'll stick with Adobe.

    1. Re:Free is relative... by Tord · · Score: 2

      Maybe the "free as in price" aspect isn't so important here, but don't undererstimate the "free as in freedom" aspects of this product.

      I'm sure that eventually will advanced homeusers and hackers involved in indie projects start to hack the code and add cool features and effects. This will make the program grow and become more sophisticated and useful over time.

    2. Re:Free is relative... by Anonymous Coward · · Score: 0

      Does Premiere do 16bpp colour?????

    3. Re:Free is relative... by Anonymous Coward · · Score: 0

      thast's cute that you use a toy editor like adobe..

      when are you gonna go from a hobbiest messing around with dad's camcorder to a professional shooting on dvcam or betacam and editing with an avid?

      premiere is a childs toy for wannabe's

      so you use adobe then? makes you a wannabe then :-)

      get at lease avid express or avidDV you twit.

    4. Re:Free is relative... by tinrobot · · Score: 1

      Wannabe? Twit? Ummm... I own a small animation studio with about a dozen employees. We have 8 seats of Maya many other things. Our stuff has shown on a number of major networks as well as in Siggraph and many other venues.

      We edit on Premiere. Works great... nuff said.

  33. heh, not much of a challenege. -_^ by Com2Kid · · Score: 1

    and should give Adobe Premiere .... a run for their money,

    Ever used Premiere? It has one thing going for it, namely, err, it is Premiere. Sucky interface, slow as dog crud, and I have seen CLI video programs there where more user friendly then Premiere is. . . (ok so they where a bit more limited in task, but then again considering how long your patience is likely to last when /using/ premiere, don't count on actualy getting much /done/ in it. . . .)

  34. Wow, that was a pain to compile! by sanermind · · Score: 2

    Took me about 20 minutes of fiddling to get it to make. [Course, the fact that I perversely insist on sticking everything in it's own complete directory, such as /usr/local/APP/cinelerra1.0, and then using a simple script to populate /usr/local/ with it's leafs, did add an extra few minutes bit to it ;)]

    Asside from the usual finessing of includes, the toughest bit of the puzzle was the need to apply the compiler -O flag to the quicktime makefile. a52dec was a pain as well. Ah, for the good old days without configure and automake... when men were men and compiling a package would put hair on your chest. ;P

    --

    ---
    the pen is mightier than the sword, the sword is mightier than the court, the court is mightier than the pen.
  35. Bitch, bitch bitch. by Anonymous Coward · · Score: 2, Informative

    Christ. If nothing else, this is a free $1000 Final Cut Pro-ish system, ok? If you were using an Avid (which admittedly outfeatures and outUIs this but is also like 10+ years old and developed by an entire corporation) you'd be paying in the neighborhood of $1600 for the VERY LOWEST end that was just offered (Avid's DV Xpress).

    As far as the UI, I think it's been pointed out that this is a skinnable app.

    Now, let's get to the heart of your complaint-- Why on EARTH would you want to be editing something in RealVideo? Web-enabled video is a highly compressed version of what hopefully is a much higher resolution, less compressed image at a higher frame rate.

    See, here's how it works-- you start with something watchable like DV, film, HiDef, whatever. Then you edit it into a show-- now you have a version you can be proud of..

    Then, as a LAST step, you squeeze it down into something like RealVideo, Sorenson, etc.

    That's something you can do elsewhere, and it's not something you use a non-linear editor for.

    And to address some of the other idiot remarks, you don't use this program for audio sweetening either. This is the video equivalent of a word processor. It's for building a video program, with emphasis on video.

    From what I've seen of it, it's fucking amazing that someone's put in the hard work for something like this and then opened it up to the public. It's more amazing that people here are just complaining without having any idea what they're talking about.

    Companies like Avid literally charged in the range of 100K for something like this about 5 years ago. Final Cut Pro's $1K price range two years ago or so was a major threat to Avid's business model. Now we've got systems that are GPL'd.. the mind boggles.

    1. Re:Bitch, bitch bitch. by damiam · · Score: 1
      If nothing else, this is a free $1000 Final Cut Pro-ish system, ok?

      Either you've never used Final Cut Pro, you've never used Cinelerra, or you're a moron. As wonderful as it may be, it doesn't touch FCP.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
  36. I just wish it worked with xvid/divx .avi's. sigh. by sanermind · · Score: 2

    Admitedly, quicktime is a better file format. But avi has just caught on by popular momentum, it seems. All the media capture software I have saves to avi. Cinelerra seems to have some sort of modified quicktime which can contain divx, but I've no idea how to transcode the files I have right now into a format cine can understand. No feature would be more thrilling to me than proper avi handling. It's the -one- missing piece of this beautifull bit of software.

    Wow. Those realtime effects just blow me away!!! Finally something that my K7 MP system can be overwhelmed by ...errmm ...Damn, I've ridden the crest and am becoming obsolete already, and I just got this thing 4 months ago. Sigh. Still, if something is going to kick my system's bottom, I'm happy to have an awesome near-professional-level marvel of open source like this to do it.

    Wow.

    --

    ---
    the pen is mightier than the sword, the sword is mightier than the court, the court is mightier than the pen.
  37. Re:heh, not much of a challenege. -_^ by Anonymous Coward · · Score: 0

    It's not too hard to learn Premiere. Just RTFM.

    Get a card that renders for you and premiere will be just zippy. Then you'll have a movie clicky clicky.

  38. Lossless MPEG-2 editing? by koreth · · Score: 4, Interesting
    Didn't see this addressed in the documentation, so maybe someone here knows: Will Cinelerra edit MPEG-2 program streams without reencoding the audio and video? It'd be swell to be able to take the MPEG-2 encoded video from a ReplayTV or TiVo, clip out commercials, and burn to a DVD, but the trick is to do it without reencoding (which would cause quality loss.) Obviously the software would have to generate new keyframes in a few places depending on where the edit points were, but it ought to be able to copy most of the stream without modification.

    The only software I've found that does this is M2-Edit by MediaWare Solutions, but its UI is awful and it's Windows-only.

    1. Re:Lossless MPEG-2 editing? by Anonymous Coward · · Score: 0

      Have you tried Virtual Dub? (It's windows only though) Url: http://www.virtualdub.org/

    2. Re:Lossless MPEG-2 editing? by quakeroatz · · Score: 2, Informative

      They sell a Linux version of M2-Edit Pro, but it's command line only and very expensive.

    3. Re:Lossless MPEG-2 editing? by Anonymous Coward · · Score: 0

      Virtualdub will only output AVI

  39. Linux is Maturing by mcrbids · · Score: 2
    Dunno if you are noticing, but Linux is rapidly losing its rough edges. Been using Red Hat since 5.0, and it's come a long way in the past few years!

    New applications are popping out left and right! Open office, Mozilla, Blender, Crossover, etc. Linux is rapidly becoming a very viable contender.

    I'm working on a project to digitize a bunch of audio (lectures) for streaming netcast. This is a volunteer thing, and must be done on the cheap.

    My Windows 98 system (games, mostly, some browsing) has a SB Live! sound card which comes with Creative Studio.

    Great functionality, but DOG SLOW on a system with only 128 MB RAM.

    Guess what?!? There's this neat little GTK app I found on freshmeat - close functionality, performs fantastically even with low memory, runs great on my main (but comparable) Linux workstation.

    The gaps are filling in fast - this is yet another example.

    Wahoo!

    --
    I have no problem with your religion until you decide it's reason to deprive others of the truth.
    1. Re:Linux is Maturing by Anonymous Coward · · Score: 0

      Too bad the biggest progress we are making looks more and more like assimilation ... if i buy M$ products like Office to run in Crossover (which I also had to buy) how does that make me better than a typical Windows user? It doesn't make me better ... it makes me one of them ... and Bills wallet keeps getting fatter ...

  40. If only the authors... by Anonymous Coward · · Score: 0

    Focused a little more on code optimization rather than spending time rewriting user interface pieces we already have standards for, this program would be more usable and would look more professional too.

  41. Why is cinelerra.com available? by jotter507 · · Score: 1

    I'm not sure how huge this can be... no one has bothered to register cinelerra.com. Hmmm.....

  42. if someone has the cash ... by timothy · · Score: 1

    well, people have different approaches to spending money / time.

    I'm sure you're right for many people about just plunking down the extra money for Premiere or similar but not all. Just like some people do their own auto-repair, even if technically it's not economical on a dollar-per-hour basis -- calculating enjoyment / satisfaction is difficult, and you can only really do it by observation. ("Yup, test subject Dr. Smonger is again changing his own oil ...he seems to enjoy it.")

    For many people, the best hobbies are all about learning esoterica -- photographers, hot-rodders, kids into complicated game-pad manipulations to get extra lives, whatever. (I know not all photographers are interested in the intricate details, but boy, a lot of them are, same I'm sure goes for any analogous group.) Cinelerra looks like it could be satisfying to a pretty big chunk of computer tinkerers with camcorders.

    If I did have the cash for a movie-editing box, I don't think I'd pay the extra money on top to get both a Microsoft operating system and an expensive editor if it were my machine, but I'm not likely to get a box anything close to the recommended specs here for a while ;) Still, premiere + windows is money I'd rather put into RAM and hard drive space, or a good microphone ...

    timothy

    --
    jrnl: http://tinyurl.com/c2l8yr / foes: http://tinyurl.com/ckjno5
    1. Re:if someone has the cash ... by mholt108 · · Score: 1

      That really is the point with this software I guess. Sure I could pay someone else to do it, or I could actually learn something and do it myself. I have always been far more appreciative of an audio score or photo touchup done on free software than commercial. There is just some sort of "integrity" about it.

  43. yoh by Anonymous Coward · · Score: 0

    You are correot. "Gemers", es in "people who boy their oompoter jost to pley gemes on it" ere Windows osers, for the obvioos reeson thet their fevorite gemes were either Windows-only or Windows-first.

    However, there ere those of os who porohesed oor oompoters with other oonsideretions in mind, who woold elso like to pley gemes on them.

    Grented, thet tends to be the exoeption these deys, now thet yoo oen boild e more-or-less oseble geme PC for eboot 400 books. Most Meo geeks I know who like gemes heve e PC on the next desk over for geming, end most Linox gemers either do the seme, or else doel boot.

    Personelly, I foond this set-op ideel beok when I wes into EQ. I ooold poll op meps, goild websites, end geme info on my Meo's web browser while still keeping one eye on the geme itself over on the PC monitor. Other times I ooold work on verioos projeots on my Meo while my ohereoter oemped some remote spewn point. Then, of ooorse, there were ell those heoks for reeding the server treffio so yoo ooold know more then the everege beer eboot the geme dete...

    If I wes one of those Meo or Linox Zeelots, I soppose I woold hete the geming gep... bot sinoe I don't reelly heve mooh of e problem with owning e dedioeted "geme PC", it's reelly kind of e non-issoe to me.

  44. "modified quicktime which can contain divx" by marx · · Score: 1

    It's MPEG-4. Microsoft refused to play along with the standards body and did their MPEG-4 version with ASF as the container. DivX was a hack to be able to use AVI as the container. The standards body decided on Quicktime as the container though. So that's the official MPEG-4.

  45. Ahhh by Anonymous Coward · · Score: 0

    Just use Blender. Well I guess it might not do non-linear stuff, but I could be wrong.

  46. Re:I just wish it worked with xvid/divx .avi's. si by Anonymous Coward · · Score: 1, Informative

    .avi is simply a filenaming scheme (audio video interlace) .. many different video codecs hide behind that filename. DiVX as you mentioned (derived from MEPG4) but also MJPEG, Intel Indeo, WM (windows media) etc ..

    Quicktime is a player that plays a whole slew of different codecs as well .. most notably Sorenson, but more recently MPEG4 as well ..

    Sorenson has been an Apple affair only because Apple has an exclusive licence of some type .. just like Windows Meida cannot be played in Quicktime.

    DiVX caught on because it was the first MPEG4 type codec to have free encoders (legally or not a different story) .. Since this occured in Windows .avi as a filename makes sense.

    You can play all your DiVX movies in Quicktime on a Mac if you get the Mac drivers from www.divx.com ...

  47. Great link, wrong thread by Theaetetus · · Score: 1
    Good find, Yohahn... In another thread, they were talking about multichannel audio editing for Linux...
    This one was about the lack of audio capability _within_ video editing programs.

    -T

  48. Help for the new guy by Anonymous Coward · · Score: 0

    This is a nice tool, but what about the rest of the suite?

    What camera would you recommend? What audio editor? What CGI utilities?

  49. I have sooooo been waiting for this... by Ixe · · Score: 1

    ... but I don't know if it will be able to win my favor from Vegas Video. Which runs in vmware and sorta in wine/winex.
    Though I will definitely give this new guy more than a fair chance...

    --
    Sigs pose an operational security risk and help the baddies aggregate data. I guess commenting does too, oops.
  50. You forgot... by Anonymous Coward · · Score: 0

    You forgot to mention which GTK app you used.

  51. Magic words? by Ixe · · Score: 1

    I have an AIW Radeon card, but every time I've tried to get it working right (the capture and tvtuner) in linux, including with GATOS, it hasn't worked. Probably because I'm doing something wrong but don't know what it is.

    If you want to share any magic words I'd appreciate it greatly.

    --
    Sigs pose an operational security risk and help the baddies aggregate data. I guess commenting does too, oops.
    1. Re:Magic words? by Black_Logic · · Score: 1

      Wish I could offer some advice, but it worked immediately after compile for me. Although this was a while ago that i got it working. Maybe try an older version. But, even better than compiling, if you're in RH try rpmfind.com and test a few different versions.

      --
      Ansi's and stupid tricks!
  52. Will they ever learn.... by kilonad · · Score: 1

    I run windows (i've tried a bunch of linux distros, even BeOS. windows does what i need -- photoshop, 3dsmax. linux doesn't (no gimp and blender don't do what i need), so spare me your flames) and I'd love to try this thing out... but no binaries! If you want to get converts from the Windows camp, you need to make your app available to Windows users. Look at VirtualDub. It's GPL'd, works great, and is available as a win executable. The trick is getting windows users hooked on all the free goodies and becoming familiar with so it's easier to switch to linux.

    If open source wants greater market share, it's gotta be available for windows. I'm using Moz and gotten quite a few friends hooked on it -- because it's free and available for windows. Why isn't this?

    1. Re:Will they ever learn.... by Anonymous Coward · · Score: 0

      People use windows because photoshop 3dsmax etc don't run under linux.

      If you want to get converts from the windows camp, create apps that are great that DONT run under windows.

      Why should Unix/Linux variants have to conform to the win32 platform when nothing is being done in return.

  53. ifilm by akb · · Score: 2

    Well I'm biased but I don't like ifilm. I don't think they can be described as "independent", their investors include Sony, Eastman Kodak and Paul Allen. A lot of their content is stuff that's 3rd rate mainstream tv fodder. What's the point of being independent if you attempt to emulate bad mainstream stuff, that's not very interesting.

  54. Vegas Video blows them all out of the water... by rtphokie · · Score: 1

    Premier and Cinelerra have horrible interfaces and limited features compared to Vegas. All Premier has going for it is plug in availability. All Cinelerra has going for it is the fact that it runs on Linux. One of the coolest features is real time previewing of effects which is limited only by system performance. All this for 1/3 the price of Premier. Vegas's minimum requirements are much less too. It ran well on my PII 384meg running Win98, renders at about 1/3 times real time (4 minute clip renders in 12 minutes). It screams on my new Athlon 1900 1 gig running XP, renders at about 4 times real time (4 minute clip renders in 1 minute).

    1. Re:Vegas Video blows them all out of the water... by Ixe · · Score: 1

      Wow...
      I don't have money to put toward a CPU upgrade ATM so I'm stuck on 750MHz but I do have a pile of ram and HD (thus mandrake is much friendlier to me than XP, speedwise) and VV in XP typically renders in 1/4 rt for me depending on the compression (typically mp2 in and divx 5.02 out) and tracks and all that...

      I'm sure Cinelerra is far inferior, but look at the stacked decks. Sonicfoundry has a full line of awesome products and have been at it for years, and for that reason they make enough money and don't wanna mess with linux.

      Cinelerra on the other hand has just started, they are making a lot less money, but they're developing for my fav os!

      If sonicfoundry would just listen to us begging penguins and port their stuff (mainly ACID, SoundForge, and Vegas) to linux, heck the cost wouldn't matter, I'd buy it in an instant.

      --
      Sigs pose an operational security risk and help the baddies aggregate data. I guess commenting does too, oops.
  55. TMPGENC under Linux by lexus99 · · Score: 1

    I've been using TMPGENC under Winders (sic) to do this. I have been able to run it under WINE as well, but it cannot find the a/v codecs, so is rather useless. I have heard running under WINE is possible to do, but I've yet to figure it out. If any knows how to make TMPGENC run under Linux w/WINE, please, let us know.

    1. Re:TMPGENC under Linux by koreth · · Score: 1

      I suppose this is going a bit off topic, but how do you get TMPGEnc to do lossless editing? It's easy enough to get it to re-encode the whole video, but I haven't seen any options to let you pass the original compressed data through unmodified.

    2. Re:TMPGENC under Linux by Zzootnik · · Score: 1

      It's under the File menu- MPEG Tools...

      Basically, ya gotta use the Cut & Paste tools to cut the parts you want and paste them together into a new file...It's kinda a pain in the arse, but it's the best solution I've come up with so far...Well, actually, not true...in win, I was using ifilmedit (old version) to cut/join mpeg-1 parts I was capturing off the toob...seems to actually be faster...

      --
      Sig currently under construction. Mind the gap....
  56. wow it's even GPL! by Micah · · Score: 2

    I thought the BCast2000 author pulled it due to alleged liability problems with open source code. Yet when you click on the Cinelerra download link, it brings up the GPL license!

    Sweetness, but what gives!

    Thanks guys! Now if only I had a use for it... will have to think of one. :) oh wait I only have an athlon 700. :(

  57. Re:video capture-Pinnacle. by Anonymous Coward · · Score: 0

    Some of the Pinnacle cards will not work (no Linux drivers). The card that comes with the Pinnacle Studio Deluxe with breakout box for example.

  58. Re:I just wish it worked with xvid/divx .avi's. si by Ziviyr · · Score: 1

    Admitedly, quicktime is a better file format.

    Its a shame their proprietary video player is so lousy on Windows.

    (I'm serious, how can they make it so bad, all other video players have a solid display.)

    --

    Someone set us up the bomb, so shine we are!
  59. cough cough by Anonymous Coward · · Score: 0

    This is another facade of the open source community.

    "Microsoft is a monopoly because they only make products for their dominate operating system" -Psychopathic Linux Advocate #2423

    yeah.. maybe I don't want it to run on a open source operating system! *cough* hipocrits.

  60. audio only? by ciryon · · Score: 1

    Can this be used for audio only to substitute programs like CuBase ?

    Ciryon

    1. Re:audio only? by Anonymous Coward · · Score: 0

      You'd probably want to use ardour (ardour.sourceforge.net), rosegarden (www.all-day-breakfast.com/rosegarden/) or Muse (muse.seh.de) instead.

      matthias

  61. Broadcast 2000? by steveha · · Score: 2

    I'm puzzled. Heroine Virtual wrote Broadcast 2000, and then pulled it from the web site, saying something about being afraid of lawsuits. I thought they were out of the NLE business.

    Now I am happy to see Cinelarra, but I'm wondering if they will be yanking that one of these days like they did with Broadcast 2000.

    (Fortunately, with free software, the project can live on after being disavowed by its creator. Cinelarra, now that it has been released under GPL, is here to stay.)

    steveha

    --
    lf(1): it's like ls(1) but sorts filenames by extension, tersely
    1. Re:Broadcast 2000? by Anonymous Coward · · Score: 0

      Broadcast2000 is still available under the demudi.org project. apt-get install bcast.

  62. Good tools for simple video editing? by steveha · · Score: 2

    I would like to migrate all my old video tapes onto a digital format (preferably DVDs). I'm wondering what would be the best editing tool.

    Probably all I really need is something to crop out the bits I don't want to keep: the last 30 seconds of the show that came on before the one I wanted, the commercials, etc. A full NLE is overkill.

    What tools, that run under Linux, should I be looking into? Thanks for any advice.

    steveha

    --
    lf(1): it's like ls(1) but sorts filenames by extension, tersely
    1. Re:Good tools for simple video editing? by Gordonjcp · · Score: 2

      Run VirtualDub under wine. It "Just Works (tm)".

    2. Re:Good tools for simple video editing? by Anonymous Coward · · Score: 0

      there are good command line tools (transcode,vcr,mjpegtools) and there's avidemux if you like a UI. In case you work with DV, you can use kino.

  63. Toxic waste by Anonymous Coward · · Score: 0

    While I like the program, the toxic waste green color is terrible.

  64. MacOS X port? by Gorimek · · Score: 2

    Is there a MacOS X port ?

    Since it's supposed to be so easy to port from Linux to MacOS X, I assume that applies here too?

    I'm a fairly happy iMovie and iDVD user, but I wouldn't mind some extra options and capabilities for free!

  65. Re:WTF? "Hard to compile" by Svenne · · Score: 1

    Obviously, it's their way of saying: "Yes, you can compile it on your own, but we're not gonna help you. If you fail, tough. We told you it was hard." Which, in my book, is totally fair. They do distribute binaries, after all.

    --

    Slagborr
  66. Thanks for your comment. by Futurepower(R) · · Score: 2


    Thanks for your comment. It was useful to me.

    1. Re:Thanks for your comment. by Anonymous Coward · · Score: 0

      You're Seymour. You have big hair, and enjoy torturing aeons. You feel you should be worshipped. You like to take whatever you want, whenever you want, as there's no one who's going to stop you anyways. Many think of you as a....well, the term "rat bastard" comes to mind.

      Which Final Fantasy X Character would YOU be? Take the test.

  67. Time to start saving up... by ActiveSX · · Score: 1

    With Cinelerra, Ardour, and Blender, I may finally have reason to buy a new machine and stuff this Celeron 366 in a car or something. It's been going strong for 5 years and I'd hate to have to replace it, but there's sadly not enough power in it anymore. :(

    Ahh, the joys of been a poor (as in beer) teenage geek.

    1. Re:Time to start saving up... by Anonymous Coward · · Score: 0

      Heh. Better save a lot...they want you to use a dual 1.6GHz system for just the front end, and claim you'll really want a render-farm of GHz class systems to do anything. Clearly targeted to serious people with real work to do. There are lower-end solutions if you just want to splice clips of DV

  68. What "Hard to compile" REALLY means by Anonymous Coward · · Score: 0

    The problem is, as the guys at Heroine rely on patched system libs and ship them together with their product, I don't think many Linux distro makers are going to deal with packaging Cinelerra for their distributions, as it is going to be BIG pain. The only right way to install Cinelerra into an RPM-based distribution is to compile it by yourself, as installing it with --force --nodeps could f..k up the RPM database. I would not advise anyone to do this (IMHO, of course)

  69. Re:WTF? "Hard to compile" by silentbozo · · Score: 1, Offtopic

    Anyone get this running under a PPC linux (or even OS X)? Just curious...

  70. Re: Augmenting crappy sound for video by Amizell · · Score: 2, Interesting

    I don't know much about audio, though -- I would love to hear any suggestions or resources you could point me to, esp. regarding isolating human voices

    The best tip I've heard on this is to get yourself a minidisc recorder. It is small enough to fit in a person's pocket, records decent quality sound (certainly good enough for spoken word, not bad even for music) and can power a small lavalier mic. When you begin shooting a new scene make a loud percussive noise (clapper, anyone?) so that you can line up the audio from the minidisc and the camcorder visually in your editing software. Poor man's SMPTE. : )

    alex

    --
    --- Wherever you go, everyone is always connected...
  71. ....Am I going to use Linux? by BjornW · · Score: 1

    Well, seems to me there is another app that makes me happy. Linux seems to steadily working forwards to become a true OS for all, not just the tech people. The only things I am still missing a good 2d vector program a la Illustrator or Freehand, a port of Dpaint(Amiga that was a computer and true MM OS) maybe a authoring app a la Director and Flash and easier methods to install and update and I will never go back to Windows. I think I need to start learning to code for Linux and help out instead of just asking for more..... any good links to learn coding for Linux platform (had some experiences with Java ages ago on Win) let me know.....

  72. Problems with Cinelerra by thomasvs · · Score: 3, Insightful
    It is good that applications like these are making their way to Linux. However, some things are really bad about Cinelerra and it's developer and it's important that they're noted so that the community can try to resolve these.
    • ANY application developer that serves RPM's on their homepage and recommend you to "install them by using rpm --force --nodeps" really shouldn't make RPM's AT ALL. There is nothing worse than telling users of your software to mess up their packaging system. If the answer to this is "well that's because RPM sucks", then you don't know what you're talking about. It's perfectly possible to make good RPM's. In fact, if prodded, I'll make them from cinelerra to prove my point.
    • A really bad issue in Cinelerra is how it incorporates every outside library inside it's source tree instead of using external libraries. We all need to promote code reuse. Taking other people's code and putting it in your tree is bad for several reasons : you're bloating your software when you should be reusing libraries; fixes to those libraries do not go back upstream to the original library and thus the community isn't advancing. There aren't enough advantages to "stealing" code like this to warrant it. Please force the author to reuse software properly and play nice with the rest of the community.
    • Broadcast 2000 got pulled from the site due to "copyright problems" or "disillusion with the community on HeroineWarrior's side" (depending on who you ask). So what has changed about that now to ensure this won't happen to Cinelerra ?
    I'm certainly going to try the final release, and HeroineWarrior knows what he's doing and has the advantage of actually having produced usable apps. But, in my opinion, applications like this are a nice transition but ultimately a dead end for the community. No one benefits much from applications like these. We should stick to what makes open source as good as it is : code reuse, polishing, cooperation.
  73. ehm... by hummer357 · · Score: 1

    proprietary version of LINUX?

    i didn't know they changed the license...

    i'm gonna build my own proprietary version too!

  74. What a cinelerra system would cost (one attempt) by timothy · · Score: 2

    Out of curiosity (well, and lust), I wanted to see what a low-end -- but complete, new -- system capable of running Cinellera would cost. That is, with no parts cannibalized from current computers, as if I was building / installing this sheerly for video play in addition to existing systems. (Actually, as you can see, I cheated in here with one or two things, but only slightly.) I decided I don't need video capture (yet), but I do want firewire in so I can play with video from my camcorder. Also, a CD-RW drive for making disks for give-away. The only place I went above the recommended minimum (I think, since I glanced and sought, didn't really study) is in spec'ing 1800 rather than 1600 dual processors.

    Prices are from Pricewatch as of 20020813; most of them are the current lowball bid there, but some are just *near* the lowball bid. Slightly arbitrary, but hoping to avoid the worst liars.

    To cut the drumroll short, the total price of the system I assemble here is (very close to) USD1350. Probably, the US is the cheapest place to make such a system, and only you can adjust for local currencies elsewhere :) Even so, that's not a cheap computer considering what can be had for under a thousand dollars right now, but is *is* less than most laptops, and cheaper than the lowest end G4 tower (and I am not knocking Apple hardware or software here, please don't start :)).

    So here is my hypothetical firewire-only Cinelerra system -- is there anything hugely wrong with it? I've listed the components that I found, some with some additional info grabbed from the pricewatch product information. I'm not very familiar with dual athlon motherboards etc, perhaps I've picked a lemon, but this is all a thought experiment anyhow.

    (At the end is another bit on price, lowballing even more, trampling on the recommendations :))

    timothy

    Case: $95

    Skyhawk AL-ATX4378-9/450 aluminum midtower Silver 8bay ATX.3 fans sky hawk ,p4 450w(460w power now)

    [Wasn't sure if much less power would be adequate for a dual athlon
    system]

    Motherboard and CPU: $297

    Tyan S2460 RETAIL BOX 2Yr Warr. PCI-1 AGP - DMA100 -DDR memory ATX,Tiger
    MP AMD Dual AMD-762 Chipset

    with cpu - Single Athlon MP 1800+ with Coolermaster heat sink & fan
    -complete combo kit ,with 1 yr warranty .

    (Part - S2460@1800(1)+)

    Additional CPU: $125

    Actually, listed for $137 at the moment, but I'm taking a slight liberty with this component, on the basis that I would order everything else, assemble, test, play, etc, and order this a month or so later; I bet by the time everything was in place, that will have been a fair price drop to
    calculate.

    Video Card: $50

    Would not be anything fancy, I realize.

    1 GB DDR RAM: $222

    ONLINE ORDER ONLY -
    major names, 512MB PC2700 333MHz DDR SDRAM CL2 CAS2.5 2.5v, 6 layer
    board,dealer OK

    $111 -- x2 = $222
    240MB of Hard Drive: $264

    120.0GB EIDE 7200RPM INTERNAL Model# IC35L120AVVA07, Part# 07N9219 - OEM,
    DRIVE ONLY - 120GB

    These are IBM drives, for good or ill ;)

    $132 x 2 = $264

    Firewire Card: $50

    (just guessing; I don't see a list of supported cards on the HV site, so I'm guessing midrange of the first page of results :))

    Sound Card: $25

    (here too, I'm hoping that's good enough for a conservative estimate for a compatible card, even if it's not a great one.)

    CD-RW drive: $35

    (That's a computer-show price, but not that unreasonable for simply watching sales etc, IMO)

    Keyboard and Mouse: $25

    That $25 is for a logitech marble mouse. Keyboard scrounged.

    Monitor: $200

    (Scrimping here, but hey, *some* monitor is going to cost $200 or less, and even a small LCD can be had for $300 ... with video, I know it's a bad place to cut corners, but, well, this is all about cutting corners!)

    That makes (in order) $(95, 297, 125, 50, 222, 264, 50, 25, 35, 25, 200)

    Which, if I've just tossed the sums together correctly, comes to $1388. Rough number, since only some of those items include shipping cost etc, and obviously some of them guesstimates anyhow.

    Now, subtracting certain things to arrive at a nicer price:

    To make it a 512MB RAM system lowers it by $111 (new total, $1289)

    Going with only one 120GB HD (hey, I've edited small videos on my 10GB iBook) subtracts $132 (new total $1157)

    Going to a single Athlon 1800MP (dammit, any program that needs TWO of those is outright *nuts*! :)) cuts back $125 (new total tantalizingly close to a thousand: $1032)

    Now, further scrimping on the basis that sound cards are ubiquitous and cheap ($10 at a computer show, saving $15) (and Yes, that I'll have a cheap one as a known limitation to this system), that I have an existing monitor, keyboard and trackball as well as a KVM switch to let me use them (letting me chop $225), that PC 2100 RAM can be had for $93/512MB (saving $18), that I could "scrape by" with a single 80GB drive instead ($85 shipped, saving $47) lets me cull another 47 + 18 + 15 + 225 for a total of $305.

    Now, I'm down to a case / motherboard / single processor / video card / 80GB drive / firewire card / sound card, with scrounged keyboard and mouse, but the price is much more attractive - $727

    Now, can anyone comment on whether such a system, though below the recommended list, would actually be a workable way to use Cinelerra?

    --
    jrnl: http://tinyurl.com/c2l8yr / foes: http://tinyurl.com/ckjno5
  75. Batch Capture? by maddogsparky · · Score: 2
    I've been looking for some software that will let me batch capture home movies with my ATI All-in-Wonder card from my NTSC camcorder, compress them, and automatically put them on VCD via scripting.

    Can you do something similar with the setup you described? To be honest, I haven't tried Linux on my current desktop; I've been putting it off until I could find a setup that works well. When I do, I'll buy bigger harddrive and maybe even a new PC (I'm running a Compaq PIII 450) so I can archive a whole tape all in one shot. Ideally, I would hook up the camera, boot up my PC, pop in a blank CD, start the program, press play, go do something else for a while, come back in x hours and have a fresh VCD waiting for me.

    --
    science is a religion
    1. Re:Batch Capture? by quakeroatz · · Score: 1

      Hmm, well for your All In Wonder you'll need to use Gatos. I've had less than sucess with it, but that has more to do with my limited understanding of Linux than Gatos itself.

      While the automated setup you describe might be possible with extensive VFL knowldge and some tricky cron jobs, there are several steps (stopping the camera, editing, etc.) that would really require some hands on work for the average user (me included).

      I am confident in Linux as a video manipulation tool, and it's inheirent stability leads itself to massive video crunching/editing jobs which I would never risk to an XP workstation. Also, video compression seems to be much slower on Win32 on an identical system using an identical codec. Beleive it or not, I have never had ONE A/V sync issue attributed to Linux, on the other hand, when some wacky process starts runnning in windows, 4 hours into an encode, you're fuct.

    2. Re:Batch Capture? by maddogsparky · · Score: 2
      Thanks for the info.

      For me, the biggest part of the equation is automating the capture and compression parts. Burning a VCD should be a simple operation, but would have to be manual if the source is too large to fit on a single CD. I have the tools to do it right now (barring lockups due to Win98 drivers), but not the time to do every step manually.

      --
      science is a religion
  76. Re:What a cinelerra system would cost (one attempt by speedbump · · Score: 1
    Thanks for the thoughtful post.

    There tend to be two bottlenecks when processing video on Intel platforms: render time and disk I/O. And render time is far more significant and less easy to fix.

    Currently, Intel platforms with more than 512Megs of RAM enjoy only marginal performance benefits over 512Meg systems.

    Most of your editing time is taken up waiting for your system to render that cross-dissolve, which you need to check multiple times before you get the pacing just right...

    Dual processor systems and applications definately shorten your render time, and thus increase your productivity, if the NLE app supports SMP. Pay the extra $125 for the 2nd processor!!!

    Using a RAID0+1 setup for your video/audio drive(s) helps, and especially does so when you have real-time processing cards doing the work, but not as much in this instance. Although RAID can shorten your time to shuttle huge video files around, it is really CPU and backplane which determine how quickly your system can edit video.

  77. on the price of a system ... by timothy · · Score: 1

    I read your comment right after I posted my own much more long-winded comment in the same vein:

    http://slashdot.org/comments.pl?sid=37865&cid=40 61 585

    Glad to see that we arrived at similar numbers through similar reasoning. I'm tempted to heat up the credit card and do some ordering, but I shouldn't ;)

    timothy

    --
    jrnl: http://tinyurl.com/c2l8yr / foes: http://tinyurl.com/ckjno5
  78. Small pipe, can't dl from sourceforge by Taco+Cowboy · · Score: 2



    I am on smallpipe connection to the Net (56K), so whenever I need to download megabyte-programs, I have to use the "download managers" to assist me in downloading.

    In that way, if the connection is severed during the downloading, I don't lose everything. The "download manager" will save the portion that I've downloaded, and then will continue, from the point of the very last byte of the last download, on the next session.

    I have tried to download Cinelerra from Sourceforge, [ http://prdownloads.sourceforge.net/heroines/hvirtu al-1.0.0-1.i686.rpm ], using the "download manager", I get errors all the time.

    This is what I get when I use the "download manager" trying to download cinilerra from Sourceforge -

    http://prdownloads.sourceforge.net/heroines/hvirtu al-1.0.0-1.i686.rpm?use_mirror=umn

    and instead of the 7 megabyte file, I got a 10K file.

    Can anyone please tell me what to do ?

    Thanks in advance !

    --
    Muchas Gracias, Señor Edward Snowden !
  79. I understand your point, but... by Omega · · Score: 2
    I understand your point about code reuse and library sharing -- but I don't think you're seeing the whole picture. Many people are pissed off at the dependency hell they experience when they want to install one simple app from freshmeat. What good is a 500k source download if you need 20M of the latest libraries just to support it? Not to mention the time you spend hunting all over the web to find the latest versions.

    HeroineWarrior knows that it's using esoteric libraries, they even say so:

    Finally, since everything is built around the same esoteric, obscure libraries, everything tends to reflect improvements in the libraries simultaneously. It's not economical to update 5 obscure packages simultaneously every time one obscure package changes.
    And who's to say that library changes and improvements don't make it back upstream? Programmers don't live in a vacuum -- otherwise they wouldn't be using outside libraries to begin with.

    Aside from that the code is full GPL, so it's not stealing if the source (and any library changes are distributed when the binary is distributed). So if you want to redistribute a more difficult to install version (without restriction) -- you can! Not only that but you can personally fork the project and start developing it as you see fit. The GPL gives you those rights. The authors of Cinelerra are just trying to minimize the difficulty that people may experience with installing the software while trying to share something they think other people will find useful.

    And it's free! You don't HAVE to accept gift-horses, you know.

    1. Re:I understand your point, but... by thomasvs · · Score: 1
      Well, I know that "ease of download" is the reason given for incorporating libraries. I think that is just plain invalid any way you look at it. First of all, people who don't want to spend half their life downloading and installing stuff use a distribution. I know, I do so too. If you are suffering from "dependency hell" you should use a distribution. Red Hat was the classic problem distribution here, and tools like red-carpet, up2date, or apt for rpm solve these. It's up to distributions and packagers to make good packages of dependencies. The time spent there is a lot more useful for the community than time spent taking libs apart.

      I know very well what I'm talking about, since I package GStreamer, a project that is able to use more than thirty outside libraries. I have built packages for a lot of those libraries that play nicely with Red Hat. It is possible.

      Cinelerra doesn't live in a vacuum, and the libs they incorporate are very common in thesse kinds of apps. If every application were to include it's own version of all of these libraries, the economic advantage is quickly wasted. The least that could be done is to at least allow for outside libraries to override the included ones.

      Saying that the code is GPL is very true but shows precisely the problem with open source - just because you CAN copy and rework other people's code doesn't mean that's a good idea ! In this case, it isn't - reuse other people's code and improve the library you're using instead of forcing people to lock into your own version of it.

      If the cinelerra developers were really worried about their users' installation experience, they wouldn't be suggesting that people run rpm --nodeps --force to install software. That's just silly and shows you don't know enough about packaging and software reuse.

  80. Is it just me, or is 1.0 worse than beta2? by kcurrie · · Score: 1


    With the 1.0 release I cannot grab video cleanly without dropping hundreds of frames like I could with beta2. with 1.0 I can convert to opendivx though, which would crash on beta 2.
    Anybody else seen this?

    --
    -- I speak only for myself.
    1. Re:Is it just me, or is 1.0 worse than beta2? by kcurrie · · Score: 1

      Scratch what I said. I rebooted to activate a new kernel, and it works fine now :-)
      I hope to try the plugins tonight.

      --
      -- I speak only for myself.
  81. Re:WTF? "Hard to compile" by Anonymous Coward · · Score: 0

    IIRC, they have a disclaimer that says they are doing their development under gcc 3.x

  82. kill the lan? by No-op · · Score: 2

    maybe you should consider real network hardware. we have a large installation of Foundry Networks gear and we happily throw around terabytes of data daily.

    nothing churns more happily than servers with fast storage abilities, multi-gigabit interfaces, and no network latency.

    that and your mac has 64bit PCI slots- use them!

    --
    EOM
    1. Re:kill the lan? by edremy · · Score: 2

      maybe you should consider real network hardware. we have a large installation of Foundry Networks gear and we happily throw around terabytes of data daily.

      I work for a small (~750 student) woman's college in a small town in Virginia. I'd love all the fun hardware you list, but I ain't getting it.

      --
      "Seven Deadly Sins? I thought it was a to-do list!"
    2. Re:kill the lan? by No-op · · Score: 2

      it's actually surprisingly affordable these days, with the dotcom fallout and manufacturers heavily over-manufacturing (they were expecting the bubble to never pop?)

      In a realistic world, I would say that for your heavy bandwidth needs you could pick up a decent ~24 port gigabit switch for under 10k, if you shopped well. that could host all your servers for that matter, as it would have full wire speed capacity. for a lesser port density (say 8 gig ports) you can even get down under maybe 3 or 4k for a real hardware device (foundry, juniper, xtreme, etc.)

      there is always a cost/performance point, but when you're buying macintosh hardware you've already made the decision that cost/performance is irrelevant, to a certain extent.

      --
      EOM
  83. GPL = communism by Anonymous Coward · · Score: 0

    classless political system: the political theory or system in which all property and wealth is owned in a classless society by all the members of a community

    BSD is along the lines of socialism, but some aspects of the GPL can also relate to that.

  84. Product names by timothy · · Score: 1

    gwernol wrote: "The product names do not help here either."

    What's wrong with "Cinelerra"? I frequently end up defending Ogg / Ogg Vorbis (which I happen to like, and think are no less euphonic than sterile-sounding MP3), but "Cinelerra" is one I figured nearly everyone would like. Easy to say, has the nice Cine- sound (like "telecine"), a little bit sexy but not trampish ...

    Actually, it's one of the best software names, IMO. ("VirtualDub"? "Outlook"? "Kazaa"?) Do you have a better name in mind, and if so, What? (Serious question.)

    timothy

    --
    jrnl: http://tinyurl.com/c2l8yr / foes: http://tinyurl.com/ckjno5