News:

--

Main Menu

Long MKV file loads, but does not play audio

Started by aussie43, April 14, 2019, 04:16:24 AM

Previous topic - Next topic

aussie43

Avidemux 2.7.1, Windows 10

When I load 32GB MKV file produced by MakeMKV from a blu ray rip, video is OK, but audio is just fast pulsating hiss noise.
When I load a short file from the same disc, audio is fine.

Any idea what is casing this?  I need to shift the audio stream to synchronise it with the video.

If for some reason Avidemux can't do it, could you please suggest some free software that will.

thanks

eumagga0x2a

Please retest with the latest build of 2.7.3 (currently 190408) from https://avidemux.org/nightly/vsWin64/ and report back whether the issue persists. If it does, please provide for starters the text output of MediaInfo for this MKV file.

2.7.1 is an obsolete unsupported version.

aussie43

I have installed the latest 2.7.3, and the same happens.
This is the MediaInfo text -

General
Unique ID                                : 166939858049923750817461909717566445696 (0x7D9772789EA36A9253181310ABBD5880)
Complete name                            : I:\OPERAS\Les Pecheurs de Perles - MetOpera (2016)\Les Pecheurs de Perles - MetOpera (2016).mkv
Format                                   : Matroska
Format version                           : Version 4
File size                                : 25.5 GiB
Duration                                 : 2 h 0 min
Overall bit rate mode                    : Variable
Overall bit rate                         : 30.3 Mb/s
Movie name                               : LES PECHEURS DE PERLES
Encoded date                             : UTC 2019-04-14 10:49:52
Writing application                      : mkvmerge v33.0.0 ('A Little Bit of Madness') 64-bit
Writing library                          : libebml v1.3.7 + libmatroska v1.5.0

Video
ID                                       : 1
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : High@L4.1
Format settings                          : CABAC / 4 Ref Frames
Format settings, CABAC                   : Yes
Format settings, RefFrames               : 4 frames
Codec ID                                 : V_MPEG4/ISO/AVC
Duration                                 : 2 h 0 min
Bit rate mode                            : Variable
Bit rate                                 : 28.0 Mb/s
Maximum bit rate                         : 34.0 Mb/s
Width                                    : 1 920 pixels
Height                                   : 1 080 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Constant
Frame rate                               : 29.970 (30000/1001) FPS
Standard                                 : NTSC
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : MBAFF
Scan type, store method                  : Interleaved fields
Scan order                               : Top Field First
Bits/(Pixel*Frame)                       : 0.451
Stream size                              : 23.6 GiB (92%)
Language                                 : English
Default                                  : No
Forced                                   : No
Color range                              : Limited
Color primaries                          : BT.709
Transfer characteristics                 : BT.709
Matrix coefficients                      : BT.709

Audio
ID                                       : 2
Format                                   : PCM
Format settings                          : Little / Signed
Codec ID                                 : A_PCM/INT/LIT
Duration                                 : 2 h 0 min
Bit rate mode                            : Constant
Bit rate                                 : 2 304 kb/s
Channel(s)                               : 2 channels
Sampling rate                            : 48.0 kHz
Frame rate                               : 30.000 FPS (1600 SPF)
Bit depth                                : 24 bits
Delay relative to video                  : 200 ms
Stream size                              : 1.94 GiB (8%)
Title                                    : Stereo
Language                                 : French
Default                                  : Yes
Forced                                   : No


eumagga0x2a

#3
Quote from: aussie43 on April 14, 2019, 11:45:56 AM
Audio
ID                                       : 2
Format                                   : PCM
Format settings                          : Little / Signed
Codec ID                                 : A_PCM/INT/LIT

Bit depth                                : 24 bits


I see. 24 bit audio is unfortunately unsupported. You could use ffmpeg to convert the audio to 16bit while leaving video in copy mode.

ffmpeg -i source.mkv -c:v copy -c:a pcm_s16le converted.mkv

"converted.mkv" should be playable with audio and editable in Avidemux. (I would strongly recommend using a different storage medium for the output file than for the source)

aussie43

Thanks for the explanation.

I only wanted to shift the audio stream by 200 msec, and I found out that I could do it with MKVToolNIX which I have and use for other things.