Quote from: eumagga0x2a on May 23, 2025, 04:37:31 PMIf I recall correctly, the handling of files (not just MP4) with insanely high timebase denominator like those produced by VLC is still unchanged, i. e. Avidemux replaces it with 90 kHz and fails to export in copy mode due to decode timestamp collisions. Re-encoding such streams with "Resample FPS" filter inserted into the filter chain should work at the cost of quality loss.
Anyway, r241212 or the latest VC++ nightly (the latter for those who don't need AV1 decoding support without an AV1 hw decoder) is a better choice than 2.8.1 release by far.
Quote from: sark on May 23, 2025, 09:11:26 AMWhich version of AVD are you using?
The latest version (x64) is 2.8.2 r241212 (I'm assuming you're on Windows).
If you are using an older version, as per the confusing main Avidemux page download link, I would first advise to update from below.
https://www.avidemux.org/nightly/win64/
version: "3"
services:
avidemux:
image: jlesage/avidemux
ports:
- 5700:5800
volumes:
- /volume1/docker:/config:rw
- /volume1/docker/avidemux/test:/storage:rw
environment:
- DARK_MODE=1
- /dev/snd:/dev/snd
Bind mount failed: '/dev/snd' does not exist