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

Support for more input via FFMPEG #275

Open
up4 opened this issue Nov 22, 2015 · 4 comments
Open

Support for more input via FFMPEG #275

up4 opened this issue Nov 22, 2015 · 4 comments

Comments

@up4
Copy link
Contributor

up4 commented Nov 22, 2015

This is not a bug. Just a feature request that I will try to implement myself. In the next couple of weeks, I will write a command line utility that will generate both picture and sound MXF from any input type the statically linked FFMPEG library supports while integrating your color transforms and checks, without the need for TIFF of J2K intermediaries. So it is a new command line util that will use as much as possible from your code and coding style. I will do it in my own fork and you can merge it in your repository and maybe integrate it more tightly in the rest of your project (the GUI, for instance).

@tmeiczin
Copy link
Owner

I actually implemented this some time ago, but never released it due to concerns with statically linking FFmpeg. Then there was the whole FFMpeg/libav thing. Another issue was that images seemed to be converted to 8-bit during the FFmpeg process resulting in some quality artifacts at times.

@up4
Copy link
Contributor Author

up4 commented Nov 22, 2015

Hello! Thanks for your reply. I think all those things are fixed now. Do you want me to look at your work first ? I can start from scratch I have some experience with working with statically-linked FFMPEG. The only thing is that I have access to darwin and linux machines only. No windows. But FFMPEG on windows does work (see Zeranoe's site).

@tmeiczin
Copy link
Owner

Send me an email and we can talk about it.

@up4
Copy link
Contributor Author

up4 commented Nov 25, 2015

Your email is not on your profile. Here's mine: [email protected]

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

No branches or pull requests

3 participants
@up4 @tmeiczin and others