You are not logged in.

#1 05-02-2012 08:54:49

isaric
Membre
Registered: 09-29-2011
Posts: 23

Insérer une vidéo

(version 121)
J'ai un fichier caméscope passé dans avidemux pour sortir avec les caractéristiques suivantes :

- Vidéo : MPEG -4 AVC ;
- Audio : AAC (faac) ;
- Format MP4.

Je vais dans -->propriétés de la diapositive-->ajoute un nouveau bloc image ou vidéo
mais on me dit :

fichier.mp4
Format non supporté
Cette application ne supporte que les piste audio en mono ou stéréo

Que ce passe t-il , il me semblait avoir déjà suivi ce même type de procédure auparavant.


"Être bahá'i signifie simplement aimer la terre toute entière, aimer l'humanité et essayer de la servir, travailler pour la paix universelle et la famille humaine" Abdul'l-Bahá
"Vouloir s'ouvrir aux autres n'est pas une preuve de faiblesse, c'est une preuve d'intelligence"
Mathieu Ricard.
ma config

Offline

#2 05-02-2012 20:37:06

domledom
Administrateur
Registered: 09-17-2011
Posts: 1,080

Re: Insérer une vidéo

Bonsoir

La piste son est probablement en 5.1.
Actuellement ffDiaporama ne supporte que les pistes son en mono ou stéréo.
Il doit y avoir une option dans avidemux pour régler cela au moment de l'encodage.


Processeur i5 - 8 Go RAM - Manjaro Linux KDE (64 bits) / Windows 7 (64 bits)

Offline

#3 05-03-2012 08:10:03

isaric
Membre
Registered: 09-29-2011
Posts: 23

Re: Insérer une vidéo

merci domledom

domledom wrote:

La piste son est probablement en 5.1...

le fichier.mp4 indique pour audio :

codec: MPEG-4 AAC audio
canaux: Surround 5.1
Echantillonage : 48000 Hz
Débit : N/A

Pour les réglages sur Avidemux, je n'ai rien trouvé.


"Être bahá'i signifie simplement aimer la terre toute entière, aimer l'humanité et essayer de la servir, travailler pour la paix universelle et la famille humaine" Abdul'l-Bahá
"Vouloir s'ouvrir aux autres n'est pas une preuve de faiblesse, c'est une preuve d'intelligence"
Mathieu Ricard.
ma config

Offline

#4 05-04-2012 06:34:11

domledom
Administrateur
Registered: 09-17-2011
Posts: 1,080

Re: Insérer une vidéo

Bonjour

Dans ce cas, essayes une commande (dans terminal) tel que :
ffmpeg -i <fichier_source> -vcodec copy -acodec libvo_aacenc -b 160k -ac 2 <fichier_destination>


Processeur i5 - 8 Go RAM - Manjaro Linux KDE (64 bits) / Windows 7 (64 bits)

Offline

#5 05-05-2012 09:13:38

isaric
Membre
Registered: 09-29-2011
Posts: 23

Re: Insérer une vidéo

J'obtiens :

ffmpeg -i fichierT.mp4 -vcodec copy -acodec libvo_aacenc -b 160k -ac fichierT_son.mp4
ffmpeg version 0.8.1-4:0.8.1-0ubuntu1, Copyright (c) 2000-2011 the Libav developers
  built on Mar 22 2012 05:09:06 with gcc 4.6.3
This program is not developed anymore and is only provided for compatibility. Use avconv instead (see Changelog for the list of incompatible changes).
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'fichierT.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    creation_time   : 1970-01-01 00:00:00
    title           : titre.mp4
    encoder         : Lavf52.78.3
  Duration: 00:00:27.36, start: 0.000000, bitrate: 573 kb/s
    Stream #0.0(und): Video: h264 (High), yuv420p, 720x576 [PAR 1:1 DAR 5:4], 374 kb/s, 25 fps, 25 tbr, 25025 tbn, 50 tbc
    Metadata:
      creation_time   : 1970-01-01 00:00:00
    Stream #0.1(und): Audio: aac, 48000 Hz, 5.1, s16, 192 kb/s
    Metadata:
      creation_time   : 1970-01-01 00:00:00
Expected number for ac but found: fichierT_son.mp4

"Être bahá'i signifie simplement aimer la terre toute entière, aimer l'humanité et essayer de la servir, travailler pour la paix universelle et la famille humaine" Abdul'l-Bahá
"Vouloir s'ouvrir aux autres n'est pas une preuve de faiblesse, c'est une preuve d'intelligence"
Mathieu Ricard.
ma config

Offline

#6 05-05-2012 16:54:48

domledom
Administrateur
Registered: 09-17-2011
Posts: 1,080

Re: Insérer une vidéo

Bonjour,

Tu as "mangé" le 2 !

Essayes plutôt :

ffmpeg -i fichierT.mp4 -vcodec copy -acodec libvo_aacenc -b 160k -ac 2 fichierT_son.mp4


Processeur i5 - 8 Go RAM - Manjaro Linux KDE (64 bits) / Windows 7 (64 bits)

Offline

#7 05-05-2012 18:09:21

isaric
Membre
Registered: 09-29-2011
Posts: 23

Re: Insérer une vidéo

oups !  Merci domledom

ffmpeg -i fichierT.mp4 -vcodec copy -acodec libvo_aacenc -b 160k -ac 2 fichierT_son.mp4
ffmpeg version 0.8.1-4:0.8.1-0ubuntu1, Copyright (c) 2000-2011 the Libav developers
  built on Mar 22 2012 05:09:06 with gcc 4.6.3
This program is not developed anymore and is only provided for compatibility. Use avconv instead (see Changelog for the list of incompatible changes).
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'fichierT.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    creation_time   : 1970-01-01 00:00:00
    title           : titre.mp4
    encoder         : Lavf52.78.3
  Duration: 00:00:27.36, start: 0.000000, bitrate: 573 kb/s
    Stream #0.0(und): Video: h264 (High), yuv420p, 720x576 [PAR 1:1 DAR 5:4], 374 kb/s, 25 fps, 25 tbr, 25025 tbn, 50 tbc
    Metadata:
      creation_time   : 1970-01-01 00:00:00
    Stream #0.1(und): Audio: aac, 48000 Hz, 5.1, s16, 192 kb/s
    Metadata:
      creation_time   : 1970-01-01 00:00:00
Output #0, mp4, to 'fichierT_son.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    creation_time   : 1970-01-01 00:00:00
    title           : titre.mp4
    encoder         : Lavf53.21.0
    Stream #0.0(und): Video: libx264, yuv420p, 720x576 [PAR 1:1 DAR 5:4], q=2-31, 374 kb/s, 25 tbn, 25 tbc
    Metadata:
      creation_time   : 1970-01-01 00:00:00
    Stream #0.1(und): Audio: libfaac, 48000 Hz, 2 channels, s16, 160 kb/s
    Metadata:
      creation_time   : 1970-01-01 00:00:00
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #0.1 -> #0.1
Press ctrl-c to stop encoding
Resampling output channel count must be 1 or 2 for mono input; 1, 2 or 6 for stereo input; or N for N channel input.
Can not resample 6 channels @ 48000 Hz to 2 channels @ 48000 Hz

Format non supporté par ffD, ni par VLC


"Être bahá'i signifie simplement aimer la terre toute entière, aimer l'humanité et essayer de la servir, travailler pour la paix universelle et la famille humaine" Abdul'l-Bahá
"Vouloir s'ouvrir aux autres n'est pas une preuve de faiblesse, c'est une preuve d'intelligence"
Mathieu Ricard.
ma config

Offline

Board footer