-
# Describe the bug
ffplay: error while loading shared libraries
ffplay (actually all audio applications) reports `error while loading shared libraries: libx264.so.152: cannot enable executable …
-
### Script Command
```shell
wget https://github.com/adafruit/Raspberry-Pi-Installer-Scripts/raw/main/i2samp.py
sudo -E env PATH=$PATH python3 i2samp.py
```
### Operating System
64 bit Raspberry P…
-
I would like to use this project with mpv media player instead of ffplay. (I am on a device which does not support ffplay)
What modifications would you suggest?
-
Hi, I just want to ask if it is possible to run os.execute command inside the .lua file. My original idea is for extending the capability of Sider by running ffplay.exe, so that it can play custom vid…
-
I'm trying to get QTGMC deinterlacing working on linux which requires a bit of work.
I've installed the arch linux package avisynth-plugin-tivtc-git and if I run the following script:
```
LWLib…
TRPB updated
4 months ago
-
用ffplay可以做跨平台音乐播放 `ffplay -nodisp -autoexit docs/assets/showoff-1.mp4`。可以在插件active的时候把预先静态编译好的ffplay下下来。目前在NPM上面只看到一个这个https://www.npmjs.com/package/ffbinaries 不过这个会把ff全家桶全下下来。目前来看只需要ffplay就可以了,可以参考ht…
-
The following script:
```ruby
BlankClip(color=$FF, pixel_type="RGB32")
Info()
ShowFrameNumber(true)
```
Looks like this in VirtualDub2 (using AVS+ 3.6.0):
![image](https://user-images.githubu…
-
iOS平台,使用版本号0.7.5
崩溃堆栈:
```
#16 Thread
SIGABRT
0 libsystem_kernel.dylib __pthread_kill + 8
1 libsystem_pthread.dylib pthread_kill + 62
2 libsystem_c.dylib abort + 108
3 libsystem_c.dylib …
-
When muxing jpegxs encoded streams into mpegts:
`ffmpeg -i input.mp4 -c:v jpegxs -bpp 1 -an -f mpegts output.ts`
the following warning is shown:
`[mpegts @ 000002b53baf5340] Stream 0, codec jpegx…
-
**Describe the bug**
While using local stream as input to do SVT-HEVC transcoding with ffmpeg, and config output as streaming with DASH, then use VLC or FFPLAY to playback the generated segment file …