No sound with .mov, PCM S24 BE (in24)

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
eminenz
New Cone
New Cone
Posts: 2
Joined: 22 Jul 2013 20:29

No sound with .mov, PCM S24 BE (in24)

Postby eminenz » 22 Jul 2013 20:36

I'm grateful to be able to play Quicktime .mov files with VLC, but don't get any sound with a file
for which VLC indicates the audio codec as PCM S24 BE (in24).
(Video codec is DV video (dvcp).)
Another Quicktime .mov file with MPEG AAC Audio (mp4a) plays fine.
I've updated my WIn7 64-bit codecs using version 9.9.9
of K-Lite Codec Pack 64-bit.
Any ideas how to resolve the problem and get sound?
Thanks so very much!

Rémi Denis-Courmont
Developer
Developer
Posts: 15265
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: No sound with .mov, PCM S24 BE (in24)

Postby Rémi Denis-Courmont » 22 Jul 2013 21:03

Try with VLC 2.1 prereleases. If it still fails file a bug and attach a sample file.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

rvdboom
Blank Cone
Blank Cone
Posts: 25
Joined: 10 Jul 2013 08:10

Postby rvdboom » 27 Jul 2013 11:35

It may not be related at all, but I currently struggle with the recent versions of alsa and vlc to get proper sound support. I had an issue with downmixing of 5.1 to stereo that I thought was because of newer VLC channel map support, until I realized that I also had problems with the ALSA provided aplay.
I have 24 bits 5.1 Wav sound tracks. If I play them with just the following command, it works :

Code: Select all

aplay -v Master51FemmeSqueletteDCP_24fps.wav Lecture WAVE 'Master51FemmeSqueletteDCP_24fps.wav' : Signed 24 bit Little Endian in 3bytes, Fréquence 48000 Hz, 6 Canaux Plug PCM: Route conversion PCM (sformat=S32_LE) Transformation table: 0 <- 0 1 <- 1 Its setup is: stream : PLAYBACK access : RW_INTERLEAVED format : S24_3LE subformat : STD channels : 6 rate : 48000 exact rate : 48000 (48000/1) msbits : 24 buffer_size : 8192 period_size : 1024 period_time : 21333 tstamp_mode : NONE period_step : 1 avail_min : 1024 period_event : 0 start_threshold : 8192 stop_threshold : 8192 silence_threshold: 0 silence_size : 0 boundary : 4611686018427387904 Slave: Soft volume PCM Control: PCM Playback Volume min_dB: -51 max_dB: 0 resolution: 256 Its setup is: stream : PLAYBACK access : MMAP_INTERLEAVED format : S32_LE subformat : STD channels : 2 rate : 48000 exact rate : 48000 (48000/1) msbits : 32 buffer_size : 8192 period_size : 1024 period_time : 21333 tstamp_mode : NONE period_step : 1 avail_min : 1024 period_event : 0 start_threshold : 8192 stop_threshold : 8192 silence_threshold: 0 silence_size : 0 boundary : 4611686018427387904 Slave: Direct Stream Mixing PCM Its setup is: stream : PLAYBACK access : MMAP_INTERLEAVED format : S32_LE subformat : STD channels : 2 rate : 48000 exact rate : 48000 (48000/1) msbits : 32 buffer_size : 8192 period_size : 1024 period_time : 21333 tstamp_mode : NONE period_step : 1 avail_min : 1024 period_event : 0 start_threshold : 8192 stop_threshold : 8192 silence_threshold: 0 silence_size : 0 boundary : 4611686018427387904 Hardware PCM card 0 'HDA ATI SB' device 0 subdevice 0 Its setup is: stream : PLAYBACK access : MMAP_INTERLEAVED format : S32_LE subformat : STD channels : 2 rate : 48000 exact rate : 48000 (48000/1) msbits : 32 buffer_size : 8192 period_size : 1024 period_time : 21333 tstamp_mode : ENABLE period_step : 1 avail_min : 1024 period_event : 0 start_threshold : 1 stop_threshold : 4611686018427387904 silence_threshold: 0 silence_size : 4611686018427387904 boundary : 4611686018427387904 appl_ptr : 0 hw_ptr : 0
If I play them forcing one of the Alsa PCM, I get an error because of unsupported sound format :

Code: Select all

bash-4.2$ aplay -v -D surround51 Master51FemmeSqueletteDCP_24fps.wav Lecture WAVE 'Master51FemmeSqueletteDCP_24fps.wav' : Signed 24 bit Little Endian in 3bytes, Fréquence 48000 Hz, 6 Canaux aplay: set_params:1233: Ce format d'échantillonage n'est pas disponible Available formats: - S16_LE - S32_LE bash-4.2$ aplay -v -D front Master51FemmeSqueletteDCP_24fps.wav Lecture WAVE 'Master51FemmeSqueletteDCP_24fps.wav' : Signed 24 bit Little Endian in 3bytes, Fréquence 48000 Hz, 6 Canaux aplay: set_params:1233: Ce format d'échantillonage n'est pas disponible Available formats: - S16_LE - S32_LE bash-4.2$
I'm not very knowledgeable about how sound works on Linux and am thus easily baffled. Maybe that's normal but it doesn't seem to me to be the case. The Alsa users mailing list provided no feedback on the subject.
The point is : have your tried to watch your file using another Alsa device than the current one?
Last edited by rvdboom on 27 Jul 2013 11:44, edited 1 time in total.

Rémi Denis-Courmont
Developer
Developer
Posts: 15265
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: No sound with .mov, PCM S24 BE (in24)

Postby Rémi Denis-Courmont » 27 Jul 2013 11:38

Please don't hijack threads.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

rvdboom
Blank Cone
Blank Cone
Posts: 25
Joined: 10 Jul 2013 08:10

Re: No sound with .mov, PCM S24 BE (in24)

Postby rvdboom » 27 Jul 2013 12:09

I didn't intend to, I just thought that maybe the initial poster had issues with 24bits PCM because of the same problems with Alsa that I have. But then again, that's probably because I don't understand his problem no more than I understand mine.

Lubricator
New Cone
New Cone
Posts: 6
Joined: 17 Dec 2013 06:25

Re: No sound with .mov, PCM S24 BE (in24)

Postby Lubricator » 17 Dec 2013 06:33

I have the same problem with a MOV-file.

Stream 0
Type: Audio
Codec: PCM S32 BE (in32) <-- Not exactly as in the topic.
Language: English
Channels: Stereo
Sample rate: 48000 Hz
Bits per sample: 32

Stream 1
Type: Video
Codec: H264 - MPEG-4 AVC (part 10) (avc1)
Language: English
Resolution: 1920x1080
Frame rate: 23.976000
Decoded format: Planar 4:2:0 YUV

Using VLC media player 2.1.2 now. Previous version had the same problem too.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: No sound with .mov, PCM S24 BE (in24)

Postby Jean-Baptiste Kempf » 17 Dec 2013 08:35

Please share the file.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Lubricator
New Cone
New Cone
Posts: 6
Joined: 17 Dec 2013 06:25

Re: No sound with .mov, PCM S24 BE (in24)

Postby Lubricator » 17 Dec 2013 20:38

How? I wouldn't mind sharing it, but the file is copyrighted and pornographic. I tried editing out a short sample, but the video editor I used did reencoding.

BTW, there is audio when I play the movie in the video editor.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: No sound with .mov, PCM S24 BE (in24)

Postby Jean-Baptiste Kempf » 18 Dec 2013 00:42

What is the issue with that?
http://streams.videolan.org/upload/
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Lubricator
New Cone
New Cone
Posts: 6
Joined: 17 Dec 2013 06:25

Re: No sound with .mov, PCM S24 BE (in24)

Postby Lubricator » 18 Dec 2013 21:56

What do I enter into the "Trac Ticket" field at http://streams.videolan.org/upload/ or should I leave it blank?

Lubricator
New Cone
New Cone
Posts: 6
Joined: 17 Dec 2013 06:25

Re: No sound with .mov, PCM S24 BE (in24)

Postby Lubricator » 20 Dec 2013 00:53

Never mind. I finished uploading now and left Trac Ticket blank.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: No sound with .mov, PCM S24 BE (in24)

Postby Jean-Baptiste Kempf » 23 Dec 2013 20:23

OK.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: No sound with .mov, PCM S24 BE (in24)

Postby Jean-Baptiste Kempf » 23 Dec 2013 20:36

I just fixed it for VLC 2.2.0
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Lubricator
New Cone
New Cone
Posts: 6
Joined: 17 Dec 2013 06:25

Re: No sound with .mov, PCM S24 BE (in24)

Postby Lubricator » 26 Dec 2013 01:12

That's good news. Good job!


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 9 guests