0

Cutting a section out of an audio/video file using RVIO

I am trying to cut a section of audio out of a mov by using the following command for rvio:

rvio [ input.mov -in 1 -out 190 ] -o output.wav

It outputs the wav file but gives me the entire length of input.mov, not the clip I requested. Am I doing this right?

5 comments

  • 0
    Avatar
    Jim Hourihan

    Hi Dan, I think you want:

    rvio input.mov -t 1-190 -o output.wav

    does that work for you?

       -Jim

  • 0
    Avatar
    Daniel Lloyd-Wood

    That's got it!

    Thanks very much.

  • 0
    Avatar
    Patrick Benoit

    for me, the start cut is good but at the end there is one more frame, in fact it's a copy of the last frame, I don't know why!

  • 0
    Avatar
    Patrick Benoit

    for reference, my input is a quicktime file and the same but cut as the output

  • 0
    Avatar
    Jon Morley

    Patrick,

    Are you still having trouble with this? Please let me know.

    Thanks,

    Jon

Please sign in to leave a comment.