-
When generating multiple Low Latency HLS (LL-HLS) manifest files of different qualities from an ongoing RTMP stream within a Kubernetes (K8s) pod, several issues arise.
Locally, the LL-HLS files pl…
-
Hello @josephrocca,
I have integrate **mod.js** in my Web application.
If i was select video of **10 minutes** & 24fps then (60*10*24) 14400 frames need to generate. But i **got only 3000 frame…
-
Hi:
I encountered the following issues while using FFmpeg:
Android NDK: This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES
Android NDK: or LOCAL_SHARED_…
-
Following the build from source instructions, on Ubuntu.
` ./configure --disable-X11` `results` in:
`! Unrecognized option disable-X11, ignoring !`
Same happens trying to pass any of the option…
-
For local mp4 files, tile dash fragmentation has been successful, related commands are as follows (internal svt-hevc encoder is used)
1. ffmpeg -y -i E:\video\nature_5s.mp4 -vf scale=7680:3840,setsa…
-
Hello, I am trying to configure some Atmos files so they can play properly on my iPhone. Figured out what was causing the issue was the Complexity Index in the Atmos mediainfo was labeled "Not Present…
-
I am trying to package mp4 videos with MP4Box to play with dash.js.
I produce 4 qualities, with commands similar to this:
```
ffmpeg -i source.mkv -b:v 1000k -filter:v "scale=-2:480" \
-r 6…
-
**As a developer** I want to have reliable local test streams with minimal footprint (i.e. files stored in the repo), covering future implementation needs:
- Alternative audio tracks.
- Alternativ…
-
I tried to use mp4box to remux MP4 files recorded by cameras SONY.
Most SONY cameras records PCM_S16BE 48000Hz, 2 channels with the audio tag `twos`.
SONY FX3 records PCM_S24BE 48000Hz, 2 channels w…
-
i use command like that
MP4Box -dash 10000 -rap -frag-rap -dash-profile dashavc264:onDemand -bs-switching no -segment-ext .m4s 11.mkv#video ED320x240.mp4#video 11.mkv#audio -out xxx.mpd
and mp…