Jason Dove
|
27b923b462
|
qsv and vaapi scaling fixes (#966)
* add qsv device option to ffmpeg profile
* fix vaapi scaling
* cleanup
|
4 years ago |
Jason Dove
|
357dfee050
|
nvidia and software mode scaling improvements (#965)
* convert to square pixels before software scaling
* convert to square pixels in nvidia scale filter
* more scaling fixes; position watermark within padded content
* fix image subtitle scaling
* fix qsv scaling
* update dependencies
|
4 years ago |
Jason Dove
|
9a4f772f53
|
fix image subtitle scaling (#949)
* properly scale image-based subtitles for nvidia and software
* fix vaapi image subtitle scaling
* fix qsv image subtitle scaling
* update changelog
|
4 years ago |
Jason Dove
|
d669e8114b
|
more scaling fixes (#948)
* remove force_original_aspect_ratio from scale_cuda
* remove force_original_aspect_ratio from scale_cuda
* fix qsv scaling
* fix qsv scaling on linux
* fix vaapi scaling edge cases
* update changelog
|
4 years ago |
Jason Dove
|
19a7f90d52
|
ffmpeg lib hardware accel fixes (#663)
* more scaling fixes
* qsv fixes
* cleanup
* nvidia fixes
* vaapi fixes
* test nvidia by default
|
4 years ago |
Jason Dove
|
5a442a06a0
|
start to use new ffmpeg library (#632)
* start to add ffmpeg library
* start to hook ffmpeg lib into main app
* improvements
* more progress
* make pipeline builder configurable
* more options
* move more logic down into ffmpeg lib
* ffmpeg lib desired state refactoring
* add software scaling and padding
* add loudness normalization and software deinterlace
* add metadata output options
* add setsar filter
* use built-in scaling logic
* fixes
* initial nvidia support
* nvidia improvements
* support hls mode
* print old arguments at debug level
* fix package reference
* start to add qsv support
* formatting
* fix tests
* add timeout to transcode tests
* show successful ffmpeg arguments
* add vaapi support
* add more software decoders
* add experimental transcoder option
* call existing ffmpeg process service for unimplemented features
* fix nvidia mpeg2video bug
* update changelog
* ignore some neglected unit tests
|
5 years ago |