-
any chance of adding an option to the CLI to allow for the output codec to be set?
h265, h265 10 bit, h264
would be the current main ones, av1 in the not too distant future.
-
Ffmpeg build: `ffmpeg-2024-10-31-git-87068b9600-full_build`
`libplacebo` doesn't work at all. Empty 0KB video file is created, but nothing is encoded. Just nothing happens. No error is yielded.
…
-
I believe support for [image_transport](http://wiki.ros.org/image_transport?distro=iron) could be a great addition to rosimagesink (or a new plugin). image_transport allows using different formats / e…
fa-se updated
2 weeks ago
-
Congrats on your new project. Looks promising.
Now to the point. Please don't copy the quality profiles from Radarr. They're so rigid and counter productive.
Problems:
- Each rip type (HDTV, WE…
-
Before I debug further, I would like to check if H265 hardware acceleration is a supported configuration on HoloLens-2 using FFmpeg?
My Unity running on HL2 using FFmpeg 4.2 and FfmpegInteropX etc,…
-
I use Vidcoder to re-encode my media files from h264 to h265. I have it all set up just like I want it, it works great. However, I frequently have existing h265 files mixed in with h264 or other cod…
-
code:
```js
const result = ffmpeg({
MEMFS: [{name: "h265.mp4", data: h265buf}],
arguments: [
"-y","-vcodec","hevc","-i","h265.mp4","-acodec","copy","-vcodec","…
-
### Checklist
- [X] I'm requesting a site-specific feature
- [X] I've verified that I'm running yt-dlp version **2022.06.22.1** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or lat…
-
## Phenomenon Description
Calling Huawei IVS video platform (uniformly using rtsp transmission in h264 format), zlmediakit's stream pulling and playback are normal.
However, when IVS pushes streams to…
-
### Describe the problem to be solved
After spending the good part of today editing a plugin I forked to enable H264 NVENC encoding, I realized that H265 only seems to be supported in VODs, not Lives…