J'essaie de lire un fichier mov avec les informations de flux suivantes :
Video:
Codec: Apple ProRes
Resolution: 1280x736
Fps: 50
Audio:
Codec: PCM S24 LE
Sampling rate: 48000 Hz
Bits per sample: 24
Bitrate: 12288 kB/s
Le problème est que VLC lit la vidéo, mais pas l'audio. Comment puis-je l'activer ?
Si sudo aplay -l
C'est ce qu'on voulait dire :
**** List of PLAYBACK Hardware Devices ****
Home directory not accessible: Permission denied
card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 1: ALC269VB Digital [ALC269VB Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
En essayant la commande indiquée dans la réponse :
avconv -i $myfile.mov -c:a flac -c:v copy $myfile.mkv
Je reçois
avconv version 9.18-6:9.18-0ubuntu0.14.04.1+fdkaac, Copyright (c) 2000-2014 the Libav developers
built on Apr 10 2015 23:18:58 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/media/roland/Hitachi/Capture0000.mov':
Metadata:
creation_time : 2000-01-20 15:56:31
Duration: 00:48:31.32, start: 0.000000, bitrate: 102914 kb/s
Stream #0.0(eng): Data: tmcd / 0x64636D74
Metadata:
creation_time : 2000-01-20 15:56:31
Stream #0.1(eng): Video: prores, yuv422p10le, 1280x720, 84447 kb/s, PAR 1:1 DAR 16:9, 50 fps, 50 tbr, 5k tbn
Metadata:
creation_time : 2000-01-20 15:56:31
Stream #0.2(eng): Audio: pcm_s24le, 48000 Hz, 16 channels, s32, 18432 kb/s
Metadata:
creation_time : 2000-01-20 15:56:31
[abuffer @ 0x14f2b60] Invalid channel layout 0x0.
Error opening filters!