mencoder : redimmensioner une AVI - Multimédia - Linux et OS Alternatifs
Marsh Posté le 29-03-2006 à 08:01:18
none77 a écrit : |
Je te conseille de faire un tour par la doc: http://www.mplayerhq.hu/DOCS/HTML/ [...] codec.html http://www.mplayerhq.hu/DOCS/HTML/ [...] mpeg4.html et de mettre à jour ta version de MPlayer/Mencoder vers au moins la version -pre7, voire le cvs. Tu peux trouver de bon builds ici: http://oss.netfarm.it/mplayer-win32.php
Marsh Posté le 21-03-2006 à 16:30:50
Bonjour,
j'ai une video (un fichier avi) au format DV (Panasonic DV Codec)
si je fais une simple copy, pas de problème, voici la ligne :
mencoder monfile.avi -ovc copy -oac copy -o masortie.avi avec cela le fichier masortie.avi "sort" correctement et utilise le même codec.
Je voudrais maintenant, copier le fichier et le redimmensioner...j'aimerais bien la moitié de sa taille, soit 360*288.
quand je fais cela : mencoder monfile.avi -ovc lavc -vf scale=640:480 -o sortie.avi
si mon file un petit fichier video de 10 frames "uncompressed RGB 24" j'obtiens un fichier de sortie codec DivX et de bonne dimmensions.
par contre si j'utilise mon fichier "monfile.avi" et qui est un fichier de 4Go au format DV, ça marche po et j'obtiens l'erreur suivante :
"File not found: 'frameno.avi' Failed to open frameno.avi
success: format: 0 data: 0x0 - 0xff82956c
AVI file format detected. AVI: ODML: Building odml index (2 superindexchunks)
Detected NON-INTERLEAVED AVI file format. VIDEO: [dvsd] 720x576 24bpp 25.000 fps 28800.0 kbps (3515.6 kbyte/s)
[V] filefmt:3 fourcc:0x64737664 size:720x576 fps:25.00 ftime:=0.0400
No audio encoder (-oac) selected. Select one (see -oac help) or use -nosound.
Exiting...
"
et en ajoutant "-oac copy" j'obtiens cela :
" -bash-3.00$ mencoder monfile.avi -ovc lavc -vf scale=640:480 -oac copy -o sortie.avi
MEncoder 1.0pre6-3.3.5 (C) 2000-2004 MPlayer Team
CPU: Intel Pentium 4/Xeon/Celeron Northwood (Family: 8, Stepping: 4)
Detected cache-line size is 64 bytes
CPUflags: Type: 8 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection - WARNING - this is not optimal!
To get best performance, recompile MPlayer with --disable-runtime-cpudetection.
File not found: 'frameno.avi'
Failed to open frameno.avi
success: format: 0 data: 0x0 - 0xff82956c
AVI file format detected.
AVI: ODML: Building odml index (2 superindexchunks)
Detected NON-INTERLEAVED AVI file format.
VIDEO: [dvsd] 720x576 24bpp 25.000 fps 28800.0 kbps (3515.6 kbyte/s)
[V] filefmt:3 fourcc:0x64737664 size:720x576 fps:25.00 ftime:=0.0400
Opening video filter: [expand osd=1]
Expand: -1 x -1, -1 ; -1 (-1=autodetect) osd: 1
Opening video filter: [scale w=640 h=480]
==========================================================================
Opening video decoder: [dshow] DirectShow video codecs
install_fs: Function not implemented
Couldn't install fs segment, expect segfault
Did you reconfigure the kernel with "options USER_LDT"?
Segmentation fault (core dumped)
"
je suis tout perdu... quelqu'un peu m'aider?