[PR #12765] [MERGED] Clean up deprecated -vsync option #13360

Closed
opened 2026-02-07 07:11:37 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12765
Author: @nyanmisaka
Created: 10/2/2024
Status: Merged
Merged: 10/3/2024
Merged by: @crobibero

Base: masterHead: vsync-cleanup


📝 Commits (1)

  • 6017565 Clean up deprecated -vsync option

📊 Changes

4 files changed (+34 additions, -6 deletions)

View changed files

📝 Jellyfin.Api/Controllers/DynamicHlsController.cs (+1 -1)
📝 MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs (+30 -2)
📝 MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs (+1 -1)
📝 src/Jellyfin.LiveTv/IO/EncodedRecorder.cs (+2 -2)

📄 Description

Changes

  • Clean up deprecated -vsync option

Issues


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/12765 **Author:** [@nyanmisaka](https://github.com/nyanmisaka) **Created:** 10/2/2024 **Status:** ✅ Merged **Merged:** 10/3/2024 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `vsync-cleanup` --- ### 📝 Commits (1) - [`6017565`](https://github.com/jellyfin/jellyfin/commit/6017565fd9483364f2bb1464b579a61b2d9f6da4) Clean up deprecated -vsync option ### 📊 Changes **4 files changed** (+34 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/DynamicHlsController.cs` (+1 -1) 📝 `MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs` (+30 -2) 📝 `MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs` (+1 -1) 📝 `src/Jellyfin.LiveTv/IO/EncodedRecorder.cs` (+2 -2) </details> ### 📄 Description **Changes** - Clean up deprecated `-vsync` option **Issues** - `-vsync` is deprecated in FFmpeg 5.1 and will be removed in the future. ref: https://ffmpeg.org/ffmpeg-all.html#toc-Advanced-options --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:11:37 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13360