Search:

Type: Posts; User: IanKoro

Search: Search took 0.01 seconds.

  1. Replies
    19
    Views
    3,580

    hehe, okay then, I got it to grab the numbers...

    hehe, okay then, I got it to grab the numbers after time, but only 3 digits... I suppose I'll find myself a perl tutorial.
  2. Replies
    19
    Views
    3,580

    Cool, I didn't know about the -vet option in...

    Cool, I didn't know about the -vet option in cat...

    Btw, I don't know perl at all really, anyone know how could I adapt that little script so that it picked out the numbers after "time=", even if...
  3. Replies
    19
    Views
    3,580

    Hrmm, okay, that will likely do what I need... (I...

    Hrmm, okay, that will likely do what I need... (I actually need the 'time' part, not the 'fps', but obviously that can be adapted easily.)

    I have a job interview shortly.... so I'd better go and...
  4. Replies
    19
    Views
    3,580

    Okay, so I found some more out. When ffmpeg...

    Okay, so I found some more out.

    When ffmpeg displays what's going on, it doesn't just scroll past with information. As it goes through the encoding process, it shows the data on the screen, in a...
  5. Replies
    19
    Views
    3,580

    Aha, thanks, that did work... which eliminates...

    Aha, thanks, that did work... which eliminates the need for all the forking... though I'm glad I went through that and learned a bit.

    BUT it still doesn't solve my problem. The original code I...
  6. Replies
    19
    Views
    3,580

    Arrrrgh! Nope, it's definitely the same file....

    Arrrrgh! Nope, it's definitely the same file. I've checked, double checked, rechecked, deleted everything, tried again, and still the same results
    Then I tried copying and pasting from here and...
  7. Replies
    19
    Views
    3,580

    A weird question.

    Okay, so I'm basically trying to get a single number from a single line text file... only I haven't gotten to that point because something weird is going on.

    The entire contents of the text file...
  8. Ahh... well, I figured out how to fork it, thank...

    Ahh... well, I figured out how to fork it, thank you very much... I found an example that cleared things up tremendously.

    I know C is a convoluted way of doing this, but I'm mostly trying to teach...
  9. Executing another program, redirecting its output to a file, and returning control.

    Okay, so basically I'm trying to write a program that I can use to convert video files and transfer them to my mp3 player.

    The basic part worked fine initially, using system(), I would call...
Results 1 to 9 of 9