MediaArea / RAWcooked

Encodes RAW audio-visual data into the Matroska container (MKV), using the video codec FFV1 for the image and audio codec FLAC for the sound.
https://mediaarea.net/RAWcooked
BSD 2-Clause "Simplified" License
43 stars 11 forks source link

Wishlist: select a start DPX frame (and duration) #289

Open eddycolloton opened 4 years ago

eddycolloton commented 4 years ago

Allow user to begin the rawcooked process at a particular frame of a dpx sequence, and stop at a particular frame of a dpx sequence (instead of the whole sequence).

This could benefit processing large sequences in segments, or creating excerpts. Excerpts could be a significant benefit for intellectual control of a sequence that contained several subsections.

This ticket arose around discussion of a separate issue ticket (#287 https://github.com/MediaArea/RAWcooked/issues/287).

JeromeMartinez commented 4 years ago

Would be something like rawcooked YourDirectory -start_number 86000 -t 5. (options similar to FFmpeg, but duration is in second, I guess I need a duration option with a count of frames too, so -frames if I still want to copy a bit FFmpeg options).

retokromer commented 4 years ago

I guess, like in FFmpeg, the parameter -t should allow both a number of seconds and a timecode.