ropensci / av

Working with Video in R
https://docs.ropensci.org/av
Other
92 stars 10 forks source link

Try this workaround for ffmpeg-7 #53

Closed jeroen closed 1 month ago

jeroen commented 1 month ago

For PCM input the default decoder->ch_layout.order is not AV_CHANNEL_ORDER_UNSPEC. Therefore the line that makes sure the ch_layout matches the nb_channels did not run anymore.