Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native avi support #256

Merged
merged 5 commits into from
Aug 27, 2015
Merged

Native avi support #256

merged 5 commits into from
Aug 27, 2015

Conversation

smimram
Copy link
Member

@smimram smimram commented Aug 27, 2015

This is nice and enables external for video too, see #233. For instance, we can encode avi with

output.file(%external(process="ffmpeg -i pipe:0 -f avi pipe:1",video=true),"/tmp/test.avi",s)

This is nice and enables external for video too, see #233. For instance,
we can encode avi with

output.file(%external(process="ffmpeg -i pipe:0 -f avi pipe:1",video=true),"/tmp/test.mp4",s)

let to_string w =
Printf.sprintf
"%%wav(samplerate=%d,channels=%d)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo here: it should be %avi.

@dbaelde
Copy link
Member

dbaelde commented Aug 27, 2015

I did not test the feature at all but only had a quick look at the code. I found one typo and complained about whitespace. Other than that the changes seem completely backward compatible so as far as I'm concerned it's OK to merge. Thanks!

smimram added a commit that referenced this pull request Aug 27, 2015
Native avi support. Allows for video in external encoder, closes #223.
@smimram smimram merged commit 9f7317f into master Aug 27, 2015
@smimram smimram deleted the avi branch August 27, 2015 19:00
@smimram smimram mentioned this pull request Jan 7, 2016
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