I'm remastering a set of older clips. A few avi clips have the vo1+ audio codec. I guess vorbis / ogg. My VLC player plays the movie part well, but no sound. I want to convert these clips anyway but both handbrake and shotcut failed to recognize the sound. Is there a way to convert this clip (or perhaps only the sound) into a clip with mp3? Don't want to use online conversion. I assumed that software could do the job so i didn't install any codec (pacs). How can i manage this. preferably using freeware (no online converting) Using windows 7.
+ Reply to Thread
Results 1 to 19 of 19
-
-
This is the relevant information from mediainfo: extension .avi
1 video stream: MPEG-4 Visual (DivX), First video stream 1410 kb/s 640x480 at MPEG-4 Visual (Divx)
1 audio stream: Vorbis First audio stream 128 kb/s 48,0 kHz. 2 channels, Vorbis (Mode 1+)
Writing application: Nandub v1.0 rc2
Writing library: Nandub build 1853 / release
More audio info:
Format: Vorbis
Format version: mode 1+
Format settings: floor 1
Codec ID: 676F
Bit rate Mode: constant
Bit rate: 128 kb/s
Channels 2
Sampling rate: 48,0 kHz
Compression mode: lossy
Stream size: 59,6 MiB
Interleave, duration : 34 ms (1,00 videoframe)
Interleave prelaod duration 669 ms
Writing application: vorbis.acm
Writing library: libVorbis 1.0 RC3 -
Try
ffmpeg -i your.avi -c:v copy -c:a aac -b:a 192k output.mkvLast edited by ProWo; 25th Jan 2021 at 14:21.
-
Thans for your reply.
Failed. could not find codex parameters for stream 1 (audio : none ...................). consider increasing the value for the analyzeduration and probesize options. Guessed channel layout for input stream #0.1 strereo.. Decoder (codex none) not found for input stream #0.1
Looks this causes somehow the problem:
Writing application: Nandub v1.0rc2
Writing library: Nandub build 1853 / release
probably i overlooked a thing .......Last edited by condorday; 25th Jan 2021 at 19:19.
-
A very old ACM codec was used (vorbis.acm), probably this one: https://www.videohelp.com/software/OGG-Vorbis-ACM-Codec.
FFmpeg has on old ticket related to this: https://trac.ffmpeg.org/ticket/1690.PB -
Thanks to all, especially ProWo for your effort again. Learned a lot in two days with this excellent forum. Unfortunately i couldn't solve the problem although. Avidemux, i had it already on my computer but also this program didn't work. Well, beginning to think about a corrupt audio file. Suggestions are still welcome.
-
Can you upload a sample?
Secondly, what is the origin of these files, and have you
ever been able to successfully play them?Last edited by davexnet; 27th Jan 2021 at 16:47.
-
@davexnet Thanks, i've never been able to play the audio. I'll let it go now.
Last edited by condorday; 28th Jan 2021 at 18:40.
-
I have the same issue and it seems to be this codec indeed. Is there a way to make it work? If I install it, the error doesn't go away. Interestingly, this codec shows up under ACM/VFW (x64) category in codec tweak tool wich seems wrong (I really doubt that this is x64 due to it's age). Is there a way to force some tool to use the specific acm codec for playback?
Maybe there is something wrong in how it's installed? https://github.com/kunitsyn/ogg-acm-codec/blob/master/vorbisacm.inf -
-
Ok, since this forum has been unhelpful so far, I post the solution I've found (@condorday you might be interested):
The issue is just as I've suspected. The vorbis.acm codes linked above ( https://www.videohelp.com/software/OGG-Vorbis-ACM-Codec ) was incorrectly being installed as x64 codec when in fact it was created before x64 was a thing.
To solve that, I did the following:
Go to %WINDIR%\SysWOW64 (folder for x86 compat stuff).
Find cmd.exe in that folder and launch it as an administrator. (Both are important!)
Now type the following: rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 0 <Path to extracted codec dir>\vorbisacm.inf
Done.
Similar Threads
-
Huffyuv Codec Problem?
By MrJacobAngle in forum Software PlayingReplies: 13Last Post: 20th Aug 2020, 17:01 -
why audio is too low for this audio codec file only
By jraju in forum Newbie / General discussionsReplies: 9Last Post: 17th Jul 2020, 09:09 -
Help needed with Codec problem!
By Anonymous54 in forum Software PlayingReplies: 39Last Post: 11th Jan 2018, 18:49 -
Problem with AVI Codec
By delgaucho in forum Video ConversionReplies: 11Last Post: 21st Aug 2017, 06:36 -
Recommend audio codec to record 5.1 audio, please
By KulaGGin in forum Newbie / General discussionsReplies: 5Last Post: 12th Jan 2017, 21:23