This commit is contained in:
2025-10-04 14:22:11 +02:00
parent 7ea498edc8
commit 7e14afcb84
12 changed files with 25 additions and 4 deletions

4
pve.py
View File

@ -14,8 +14,8 @@
# You should have received a copy of the GNU General Public License along with People's Video Editor.
# If not, see <https://www.gnu.org/licenses/>.
from mp4.demuxer import Demuxer
from mp4.decoder import Decoder
from pyav.demuxer import Demuxer
from pyav.decoder import Decoder
demuxer = Demuxer('test.mp4')