-
### IINA Version
1.3.5
### Release Channel
Release
### macOS Version
Ventura 13.7
### Steps to Reproduce
player file only and happened
### Expected Behavior
show image normally
### Actual Be…
-
I've been able to implement the use of Videotoolbox hardware encoding. But it uses either constant bitrate or constant quality as a metric for encoding. Just using the existing code outputs options th…
-
**MacOS 15.1**
**mpv version**
mpv 0.39.0 Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects
built on Sep 29 2024 18:48:10
libplacebo version: v7.349.0
FFmpeg version: 6.1.2
FFmpeg library v…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your issue described in the documentation?
- [X] I have read the documentation
### Is your issue present i…
-
* MacOS 11.3.1
* Xcode 12.5
* Enabled AVFilter
So, following the instructions provided, I do...
```
./init-ios.sh
cd config
rm module.sh
ln -s module-default.sh module.sh
cd ios
sh compile…
-
Hello,
I am using react-native-ffmpeg-kit to encode a video with the following FFmpeg command:
```
ffmpeg -i input.mp4 -c:v hevc_videotoolbox -c:a aac -tag:v hvc1 -vf scale=1920:1080 -b:v 3000k…
-
### Steps To Reproduce
Zed-editor fails to build for MaxOS Intel using `NIXPKGS_ALLOW_BROKEN=1 nix-shell -p zed-editor -I nixpkgs=channel:nixos-unstable`
### Build log
```
...
cargo:rer…
-
Hi
I tried to play MTS file in iOS using video toolbox enabled and I gets a crash. But video toolbox disabled doesn't crash
here is the log'
ijkmp_prepare_async()
===== versions =====
ijkpla…
Tonku updated
6 years ago
-
我这边rtsp流用av_read_frame读取到pkt了但avcodec_send_packet发过过去failed :Invalid data found when processing input(-1094995529),有的rtsp流可以正常发过去解码有的rtsp流报failed :Invalid data found when processing input(-1094995529)…
-
When reading ProRes files, make sure to use `-hwaccel videotoolbox` for hardware assisted decoding. Also use `prores_videotoolbox` instead of `prores_ks` for hardware encoding.