Skip to content

Conversation

@kkroening
Copy link
Owner

@kkroening kkroening commented Jun 14, 2017

This allows additional per-input/output settings to be specified, as in the following example:

out = (ffmpeg
    .input('pipe:0', format='rawvideo', pixel_format='rgb24', video_size=(width, height), framerate=10)
    .trim(start_frame=start_frame)
    .output('pipe:1', format='rawvideo')
)

@kkroening kkroening changed the base branch from support-python3 to master June 16, 2017 01:10
@kkroening kkroening merged commit 36c4a97 into master Jun 16, 2017
@kkroening kkroening deleted the io-flags branch June 16, 2017 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants