Cannot Opus and Vorbis be used as audio?

Started by vinnter, February 03, 2021, 10:31:24 AM

Previous topic - Next topic

vinnter

Hi, I try to add the audio for a movie. But if the audio is opus or Vorbis it doesn't work. I used various versions: from ppa, aplimage version from the home page, and nightly from the avidemux4 folder. I have Linux Mint 18.1 64-bit. I started the program from the terminal:

[isPortableMode] 09:07:29-873  Portable mode
 [ADM_initBaseDir] 09:07:29-873  Portable mode
 [ADM_initBaseDir] 09:07:29-874  Relative to install plugin mode : </tmp/.mount_OOXPht/usr/lib/ADM_plugins6/>
*************************
  Avidemux v2.7.7 (210129_a286764b555) .
*************************
.
..
 [tryLoadingAudioPlugin] 09:07:31-473  [ADM_ad_plugin] Plugin loaded version 0.0.1, name libADM_ad_opus.so, desc: libOpus decoder plugin for avidemux (c) Mean

 [tryLoadingAudioPlugin] 09:07:31-495  [ADM_ad_plugin] Plugin loaded version 0.0.1, name libADM_ad_vorbis.so, desc: libVorbis decoder plugin for avidemux (c) Mean


[AudioEncoder] Loaded Opus version 01.00.00 wavTag :0x26ae
[AudioEncoder] Registered filter /tmp/.mount_OOXPht/usr/lib/ADM_plugins6/audioEncoders/libADM_ae_opus.so as  Opus encoder plugin Mean 2017

[AudioEncoder] Loaded Vorbis version 01.00.00 wavTag :0x676f
[AudioEncoder] Registered filter /tmp/.mount_OOXPht/usr/lib/ADM_plugins6/audioEncoders/libADM_ae_vorbis.so as  Vorbis encoder plugin Mean 2008


vinnter

Then, after opened the video file I tried to add the audio .ogg file:

[HandleAction] 09:07:47-429  ************ AUDIO_SELECT_TRACK **************
 ...
 [run] 09:07:47-432  Running QT4 audioTrack GUI
 [qtRegisterDialog] 09:07:47-432  reparenting widget DialogAudioTracks
index=0 count=1
 [inputChanged] 09:07:55-126  Adding external audio track for index=0
 [idWAV] 09:07:58-689  Checking if it is riff/wav...
 [idWAV] 09:07:58-689  Not riff.
OggS (5367674F) [idWAV] 09:07:58-689  No, not riff/wav...
MP3: Skipped 98 bytes
[MP3]samplerate does not match
...
MP3: Skipped 39517 bytes
 [idMP2] 09:07:58-689  Frame size doesn't match, will retry at offset 40031
[MP3]samplerate does not match
...
..
.

MP3: Skipped 4267 bytes
 [idMP2] 09:07:58-695  Giving up after 20 failures to get stable sync.
 [ADM_EAC3GetInfo] 09:07:58-697  Sync failed... continuing
 [ADM_EAC3GetInfo] 09:07:58-698  Sync failed... continuing
 [ADM_EAC3GetInfo] 09:07:58-698  Bitstream ID = 2: not EAC3
 [detectAC3Internal] 09:07:58-698  Not EAC3
 [ADM_EAC3GetInfo] 09:07:58-698  Sync failed... continuing
 [ADM_EAC3GetInfo] 09:07:58-698  Sync failed... continuing
 [detectAC3Internal] 09:07:58-699  First sync at offset 262988, freq = 44100 br = 384000 chan = 2
 [detectAC3Internal] 09:07:58-699  pass 0
 [ADM_EAC3GetInfo] 09:07:58-699  Sync failed... continuing
 [detectAC3Internal] 09:07:58-699  Offset between frames present = 157178 (pass 0)
 [detectAC3Internal] 09:07:58-699  Cannot confirm AC3
 [ADM_DCAGetInfo] 09:07:58-703  No sync, expected: 7F FE 80 01, got: 4f 67 67 53
 [idDCA] 09:07:58-703  Not DTS.
 [create_edAudioExternal] 09:07:58-703  Cannot identify external audio track

eumagga0x2a

Ogg and thus ogg-encapsulated stuff including vorbis and opus is not supported as external audio track, patch to speed up things welcome.