PyAV icon indicating copy to clipboard operation
PyAV copied to clipboard

Add default stream codec for format

Open kice opened this issue 4 years ago • 1 comments

Get default output codec from the output format.

kice avatar May 15 '20 01:05 kice

Hi! Would you mind fixing the linter error please?

jlaine avatar May 18 '20 12:05 jlaine

This PR lacks justification given its lines of code added. This line especially makes me doubt its quality. libx264 is an encoder, not a codec.

self.assertEqual(output.format.video_codec.name, 'libx264')

Due to this, and age / merge conflict issues, I'm going to close this PR.

WyattBlue avatar Feb 02 '24 07:02 WyattBlue