Skip to content

Fix issue 2539 ffmpeg pixel_format option for libx264 in FFMPEG_VideoWriter class#2544

Open
kevinmagnopus wants to merge 3 commits intoZulko:masterfrom
kevinmagnopus:fix_issue_2539_ffmpeg_pixfmt
Open

Fix issue 2539 ffmpeg pixel_format option for libx264 in FFMPEG_VideoWriter class#2544
kevinmagnopus wants to merge 3 commits intoZulko:masterfrom
kevinmagnopus:fix_issue_2539_ffmpeg_pixfmt

Conversation

@kevinmagnopus
Copy link
Copy Markdown

  • [ x] I have provided code that clearly demonstrates the bug and that only works correctly when applying this fix (repro code is in the issue here)
  • [ x] I have added suitable tests demonstrating a fixed bug or new/changed feature to the test suite in tests/
  • [ x] I have properly documented new or changed features in the documentation or in the docstrings
  • [ x] I have properly explained unusual or unexpected code in the comments around it

@kevinmagnopus
Copy link
Copy Markdown
Author

@Zulko may I request that you please review this PR. This PR addresses a bug where it is not possible to generate a lossless h264 video. We have a use case for lossless h264, but we currently unable to achieve it due to the bug addressed in this PR. Thank you.

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.

The 'pixel_format' option in moviepy.video.VideoClip.VideoCip.write_videofile() is ignored when video_codec is set to 'libx264'

1 participant