FFmpeg 4.0 released
41–50 of 66 posts
Re: FFmpeg 4.0 released
#42Hopefully this means the imminent packaging of mpv 0.28 with Vulkan support.
Looks like there has been a lot[1] of discussion about it, but nothing decided yet? 1: https://github.com/mpv-player/mpv/issues/5571
The problem that I think the parent post is referring to is that mpv 0.28.0, which introduced Vulkan support, also introduced a hard dependency on FFmpeg APIs that haven't been released until now (4.0). Linux distros prefer to use stable versions of packages, so most of them have been packaging FFmpeg 3.x and mpv 0.27.0. They can only upgrade to mpv 0.28.0 (with Vulkan support) now that FFmpeg 4.0 has been released.
Re: FFmpeg 4.0 released
#43> support LibreSSL (via libtls)
Wow, libtls! Nice.
Re: FFmpeg 4.0 released
#44Couldn't find a PPA or a docker image for it, would I need to install it from source? I would really like to test AV1 with it.
Yes. PPA and Docker are great but compiling isn't too difficult and worth remembering how to do it.
Re: FFmpeg 4.0 released
#45It's a great pity ffserver has been removed.
Re: FFmpeg 4.0 released
#46It's a great pity ffserver has been removed.
why is that? could not find explanations, though I rarely use ffserver
Re: FFmpeg 4.0 released
#47Someone posted a brilliant script in one of these ffmpeg posts but I can't find it for the life of me. I used it to create "trailers" of my media collection.
Re: FFmpeg 4.0 released
#48Has anyone ever written an ffmpeg script that could break a video apart into interesting cuts? Someone posted a brilliant script in one of these ffmpeg posts but I can't find it for the life of me. I used it to create "trailers" of my media collection.
I wrote a script that cuts out clips of every sentence spoken, and builds them into example sentences to learn Chinese.
https://www.youtube.com/playlist?list=PLhIooD7mFhphhT5nDdhK0...
Re: FFmpeg 4.0 released
#49Has anyone ever written an ffmpeg script that could break a video apart into interesting cuts? Someone posted a brilliant script in one of these ffmpeg posts but I can't find it for the life of me. I used it to create "trailers" of my media collection.
Do you have subtitles for those videos? I wrote a script that cuts out clips of every sentence spoken, and builds them into example sentences to learn Chinese. https://www.youtube.com/playlist?list=PLhIooD7mFhphhT5nDdhK0...
Re: FFmpeg 4.0 released
#50Earlier quoted context omitted.
Do you have subtitles for those videos? I wrote a script that cuts out clips of every sentence spoken, and builds them into example sentences to learn Chinese. https://www.youtube.com/playlist?list=PLhIooD7mFhphhT5nDdhK0...
Brilliant. Would you mind sharing it?
These are my rough notes I made at the time (you could skip the Pingtype steps if you're not trying to make bilingual language learning material).
https://github.com/pingtype/pingtype.github.io/blob/master/d...