Can I encode only part of a video?

Need to encode only a segment of your source video? We offer up a convenient solution to set a duration for your output file.  

Note that you can use any positive number to reflect the start time (in seconds) and duration (in seconds).

via UI:

Start from (sec): Enter value in seconds
Duration (sec): Enter value in seconds

via API:

<?xml version="1.0"?>
<query>
    <format>;
        <!-- Format fields -->
        <start>1.5</start>
        <duration>7.5</duration>
        ...
    </format>
</query>
1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 4.50 out of 5)
Loading...

edchelp