| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9
Comments:
<0> but it seems to take forever to do <1> ok, then forget it <2> yeah, encoding takes awhile <0> What is a faster way to split the avi and save it? <1> chances are your avi is already compressed <1> and you won't gain much at all <2> try working on a 3d movie where one frame takes 12 hours to render <0> Ahh, so I should just save it uncompressed? <2> probably not <1> where is this avi from <0> lol <0> Why do you ask? <1> lol <1> no worries, I'm not out to bust you <0> Lol, it's a porno <1> ok, it's already been compressed
<1> so don't bother with divx <0> So when I split it up, and the option for uncompressed is present <1> (it's probably been compressed with mpeg-4 too, even more reason not to bother with divx) <1> right <0> K <0> Why it is saying it will take 30 minutes to save it is beyond me <1> fool how should I kinow <0> lol <1> I'm not sitting rightg next to you staring at yrou screene <0> That is true <0> You aren't next to me <1> I realise you probably wish I was, but that doesn't change anything I'm afraid <0> lol <0> Do you know what would effect how long it takes to save it? <0> Why some programs do it in 5 minutes, and others in 30? <0> I am using Blaze Media Pro if you must know <1> I do not <0> are you a CS major? <1> y <1> + maths <0> I just went to a CSE lecture and wow <0> Pretty technical <1> are you in high school or waht <0> Me/ <0> No I'm in college <0> I'm an AE major <1> what maojr are you the <1> what's an AE <0> Aerospace Engineer <1> k <0> How far are you away from your math BA? <1> oh I graduated undergrad 2 years ago <1> with maths + CS <1> master's now, done in may <0> That's awesome, what are you going to do with it? <1> never go back to school <0> lol <0> Yea, school is a bitch <1> regarding the maths absolutely nothing <1> regarding the CS, dunno <3> I'm surprised that ncurses isn't thread-safe. <0> anyone know a program that is good with splitting avi's? <4> avi splitter :P <0> :) <0> I am using Blaze Media Pro and it is taking forever <0> which shouldn't be the case <0> like over an hour <4> AVI Splitter is an easy-to-use tool to extract segments from AVI files. <4> The program can <4> quickly extract segments from larger AVI files without recompression. <4> look <4> See our web site at http://www.brizsoft.com for the latest pricing and purchase methods. <0> I was looking for something free :P <3> vawjr: How goes it? <5> why is #c is locked <6> the key is main <5> thank you <7> is there something wrong with this code? it's not doing anything <7> SendDlgItemMessage(hDlg,IDC_COMBO_screen_resolution_selection,LB_ADDSTRING,0,(LPARAM)"640x480"); <6> the ID you gave to your control <6> and the message
<6> LB_* is for listboxes <2> "640x480" ? heh <7> oh <2> that doesn't look like it would work <2> oh, it's a listbox <6> it's a combobox, according to the ID <7> i swore i had something like this working before with the combo box <7> i accidentally deleted the code and i'm trying to remember how it was <6> yay for source control <6> or any type of backup system <0> You CS people are crazy <7> i turned off system restore coz it was annoying <6> CarbonBla: perhaps, but lets hear your argument <7> is there something else besides LB_ i can use? <6> CB maybe? <0> Lol, I went to a CSE lecture the other day, and the extremes of how technical it was <0> amazed me <6> that's the job. <7> dammit it worked thanks. i can't believed i wasted 2 hours trying to solve that <0> So why is it that there is a lack for CS majors? <0> well I mean, not as many jobs <6> immigration. <0> lol <3> I'm really getting into this whole "day-job" thing. <0> good lord, does anyone know a good avi splitter? <0> I am having a hell of a time finding one <2> new job, jbatista ? <3> I'm about 8 months into one. <3> On one hand, it's a bummer having my schedule carved in stone, but on the other, this funds my model helicopter habit. <0> Lol <0> How much do you make <3> Enough for now. <0> ? <0> I meant a number figure <3> I'm not really a dedicated software developer yet, so it wouldn't be apples to apples anyway. <0> :) I am not a software developer, I was just interested in how much you got paid <2> millions <2> per century <0> doesn't sound like much <8> CarbonBla, if by 'avi splitter' you meant video editor then VirtualDub is pretty good <0> Thank you for the suggestion ;p <0> I've used about 4 programs and they aren't really giving me what I need <6> if by "what I need" you mean "not to have a watermark on my edited videos" then good luck <0> Nah, that isn't what I mean <0> Versatility with the capability of splitting avi's quickly <8> if you can be more specific I could tell you if virtualdub can help you <8> it can definitely do stream copies given random offsets <0> I just need to beable to open an avi file, split off the scene I want, recompress it if needed and that's it :P <8> well ***uming you have the right codecs, virtualdub can handle that easily <0> Yay :) <9> the VFW libs have API calls that allow you to capture frame by frame and get the image as a bitmap. <3> Ashe`: You still terrorizing Paris. <3> ? <10> Carbon, I understand your curiosity, but try to be more circumspect with questions about people's income. Telling someone your salary almost never benefits you <3> I'm multi-hundredaire. <3> ^a <10> [20:47] <2> millions <10> [20:47] <2> per century <3> He guessed it. <3> It's all about the Hamiltons. <10> Heh <3> Man, it's dead in here. It's like I'm the only one IRCing from work on a Saturday. <11> is THAT the douche bag on the $10 O_o I was wondering about that today.. I looked at one of those new 10s and said to myself... who the hell is this bag of douche? <11> iI'm sure it says on the bill somewhere :| didn't care that much though <11> forgive me all who think mister hamilton is a fine man u_u <11> I just really like saying douche bag <11> while (1) { std::cout << "DOUCHE BAG "; <11> } <11> meh <3> I know a Springsteen song you'd like, then. <12> Hello I have a c++ string whose last character I want to compare to some define character. I am trying something like this: *(getNodeLabel(tempMatchStat.ci).end()-1) == "$". The problem I am having is the compiler says that ISO C++ forbids comparison between pointer and integer. I thought I was dereferencing the iterator there. any clues? <3> elventear: I haven't done much with string iterators, but aren't you comparing a character to a string there? <13> i'm only a man
Return to
#c++ or Go to some related
logs:
#mirc #chatzone #teens ISMA-Daniela #linux #chatzone cheechy girls underwold2 pictures _Permission_denied pipe qmail #MissKitten
|
|