[FFmpeg-user] vulkan video

2022-11-04 Thread Daniel Oberhoff via ffmpeg-user
Hello,

I saw recently on phoronix that there was a vulkan video branch. Unfortunately 
that seems to have grown stale. Is there any chance vulkan video will make it 
into ffmpeg any time soon? I could also help if help is needed. We could really 
use that.

Best

Daniel


signature.asc
Description: Message signed with OpenPGP
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".


Re: [FFmpeg-user] 16:9 to 2.35:1 and true HD 7.1 to DTS

2022-11-04 Thread Bouke / Videotoolshed

> On 3 Nov 2022, at 22:55, Carl Eugen Hoyos  wrote:
> 
> Am Do., 3. Nov. 2022 um 20:18 Uhr schrieb Bartosz Trzebuchowski
> :
> 
>> 1. How can I convert 16:9 movies to 2.35:1? My projector can’t
>> scale down and 16:9 movies run outside my 2.35:1 canvas at
>> the top and the bottom. I need to black out top and bottom so
>> only 2.35:1 is visible.
> 
> Use the crop filter:
> https://ffmpeg.org/ffmpeg-filters.html#crop
> 
> Carl Eugen
> ___

Definitely not crop, that will remove part of the image.
Instead, pillarbox it, using the pad filter, if needed in combo with scale.

https://ffmpeg.org/ffmpeg-filters.html#pad

Bouke
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".