Hello tous,
J'utilise Mencoder pour ripper mes DVD (je fais des backups). Voici les commandes que j'utilise:
Passe 1: (passe audio) 
$ mencoder dvd://$1 -dvd-device /dev/cdrom -ovc frameno -o frameno.avi -oac lavc -lavcopts acodec=ac3:abitrate=$5
Passe 2: (première passe vidéo) 
$ mencoder dvd://$1 -dvd-device /dev/cdrom -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=$4:vhq:vpass=1 -vf scale=$2:$3 -oac copy -o /dev/null
Passe 3: (deuxième passe vidéo) 
$ mencoder dvd://$1 -dvd-device /dev/cdrom -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=$4:vhq:vpass=1 -vf scale=$2:$3 -oac copy -o $6
Mon seul problème c'est que le son de mes AVI est vraiment faible.  Savez-vous si il est possible d'amplifier le son lors de la passe 1 ?
Merci d'avance à tous!
Forum général.général Mencoder: son trop faible
8
oct.
2004
# Petite erreur de copie :-)
Posté par nakan (site web personnel) . Évalué à 2.
Bref de toute façon, ca ne change rien au problème.
# rires
Posté par gc (site web personnel) . Évalué à 2.
oh-oh.
[^] # Re: rires
Posté par nakan (site web personnel) . Évalué à 4.
Et je ne parle pas du vidéo club à côté de chez moi. Si il prend feu, je leur évite de devoir tout racheter !
# Jamais essayé mais...
Posté par fred point . Évalué à 2.
-aop <list=plugin1,plugin2...:option1=value1:opt2=val2...>
Specify audio plugin(s) and their options (see documentation too).
Available options are:
list=[plugins]
comma separated list of plugins (resample, surround, format, volume, extrastereo, volnorm)
delay=
example plugin, do not use.
format=
output format (format plugin only)
fout=
output frequency (resample plugin only)
volume=<0-255>
volume (volume plugin only)
mul=
stereo coefficient (default: 2.5) (extrastereo plugin only)
softclip
compressor / 'soft-clipping' capabilities (volume plugin only)
Fait un test et dit nous
[^] # Re: Jamais essayé mais...
Posté par nakan (site web personnel) . Évalué à 2.
Ce que je recherche, c'est amplifier à l'encodage, mais merci quand même, je vais investiguer la dedans.
[^] # Re: Jamais essayé mais...
Posté par fred point . Évalué à 1.
va voir du coté de transcode sinon
[^] # je pense que c'est ça
Posté par fred point . Évalué à 2.
-af <plugin1[=options],plugin2,...> Activate a comma separated list of audio filters and their options. Available filters are: resample[=srate[:sloppy][:type]] Changes the sample rate of the audio stream to an integer srate (Hz). It only supports the 16 bit little endian format. channels[=nch] Change the number of channels to nch output channels. If the number of output channels is bigger than the number of input channels empty channels are inserted (except mixing from mono to stereo, then the mono channel is repeated in both of the output channels). If the number of output channels is smaller than the number of input channels the exceeding channels are truncated. format[=bps,f] Select the format f and bytes per sample bps used for output from the filter layer. The option bps is an integer and denotes Bytes per sample. The format f is a string containing a concatenated mix of: alaw, mulaw or imaadpcm float or int unsigned or signed le or be (little or big endian) volume[=v:sc] Select the output volume level. This filter is not reentrant and can therefore only be enabled once for every audio stream. v: desired gain in dB for all channels in the stream. The gain can be set from -200dB to +40dB (where -200dB mutes the sound completely and +40dB equals a gain of 1000). sc: enable soft clipping. pan[=n:l01:l02:..l10:l11:l12:...ln0:ln1:ln2:...] Mixes channels arbitrarily, see DOCS/HTML/en/devices.html#audio-dev for details. n: number of output channels (1-6). lij: how much of input channel j is mixed into output channel i. sub[=fc:ch] Add sub-woofer channel. fc: Cutoff frequency for low-pass filter (20Hz to 300Hz) default is 60Hz. ch: channel number for the sub-channel. surround[=d] Decoder for matrix encoded surround sound, works on many 2 channel files. d: delay time in ms for the rear speakers (0ms to 1000ms) default is 15ms. delay[=ch1:ch2:...] Delays the sound output. Specify the delay separately for each channel in milliseconds (floating point number between 0 and 1000). export[=mmapped_file[:nsamples]] Exports the incoming signal to other processes using memory mapping (mmap()). mmapped_file: File to map data to (default: ~/.mplayer/mplayer-af_export). nsamples: number of samples per channel (default: 512)[^] # Re: je pense que c'est ça
Posté par nakan (site web personnel) . Évalué à 2.
Le son sature un peu si on augmente beaucoup, mais entre +5 et +10 db c'est très correct.
Merci encore !!!!
Suivre le flux des commentaires
Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.