The intoPIX FFmpeg Add-on enables to integrate directly the intoPIX FastTicoXS SDKs (and so the fastest JPEG XS codec) into FFmpeg v6.0 and v7.0.
With the Add-on (delivered as a Git patch), developers can leverage the power of the new low-latency visually lossless JPEG XS codec directly into FFmpeg. FFmpeg is a very popular open-source multimedia framework that is used worldwide to develop many audio and video processing pipelines and applications. The plugin works with Windows, Rocky8, Centos7, Ubuntu20.0 / 22.04 OS.
FFmpeg는 명령라인 인터페이스를 제공하며 다양한 오디오 코덱, 비디오 코덱, 스트림 먹싱 기능 및 RTP 프로토콜을 지원합니다. intoPIX SDK는 FFmpeg 사용자에게 JPEG XS를 제공하여 비디오 스트림 또는 파일을 인코딩 / 디코딩 / 트랜스코딩 / 변환 / 저장 / 내보내기 해야 하는 유연하고 새로운 고성능 비디오 애플리케이션을 빠르게 만들 수 있도록 합니다. 구현자는 어떤 유형의 JPEG XS 가속기를 호출할지 결정할 수 있습니다. FastTicoXS SDK는 실제로 x86-64 CPU 또는 Nvidia GPU에서 사용할 수 있습니다.
intoPIX FastTicoXS를 사용하여 FFmpeg/libav 시작하기
다음은 JPEG XS 워크플로우를 활용할 수 있는 몇 가지 예입니다 :
- JPEG XS를 압축되지 않은 v210/yuv/RGB 파일로 변환 ;
- JPEG XS 비디오 파일을 H264 또는 H265 비디오 파일로 변환 ;
- FFplay로 JPEG XS MXF 또는 JPEG XS MP4 파일 재생 ;
- 그리고 더 많습니다 !