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

[tlBake] -ffp option causes error #106

Open
freder opened this issue Sep 2, 2023 · 2 comments
Open

[tlBake] -ffp option causes error #106

freder opened this issue Sep 2, 2023 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@freder
Copy link

freder commented Sep 2, 2023

tlbake etc/SampleData/MultipleClips.otio MultipleClips.mp4 works fine, whereas tlbake etc/SampleData/MultipleClips.otio MultipleClips.mp4 -ffp H264 results in an error:

Timeline range: 0-269
Timeline speed: 30
In/out range: 0-269
Render size: 320x180
Output info: 320x180 RGB_U8
ERROR: MultipleClips.mp4: Invalid argument
@darbyjohnston
Copy link
Owner

Hi, thanks for reporting the issue, I'll look into it.

@darbyjohnston darbyjohnston self-assigned this Sep 2, 2023
@darbyjohnston darbyjohnston added the bug Something isn't working label Sep 2, 2023
@darbyjohnston darbyjohnston added this to the 1.0 milestone Sep 2, 2023
@ggarra13
Copy link
Contributor

ggarra13 commented Sep 3, 2023

The issue is that LGPL ffmpeg does not support saving H264. It needs to be compiled in GPL form with --enable-libx264.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants