pticanari
samedi 10 mai 2008 à 23:23
Voila, je possede un film bluray qui a ete encoder au format mkv, mais sa taille est legerement trop élevée, serait il possible de le compresser ou de le reconvertir pour avoir une taille plus raisonnable.
J'ai deja tente une reconversion au format divx , mais a l'encodage de la passe 1 j'ai un probleme.
Avysinth open failure
resize source image too smll for this resize method
................ line 44
Help me please
YannBresil
dimanche 11 mai 2008 à 02:24
bienvenu
dans les options du codec divx, il faut changer le profil en hd.
pticanari
dimanche 11 mai 2008 à 10:59
J'ai deja essayé en passant en 720hd et meme 1080hd au lieu de home theater mais sa ne change rie, j'ai toujours la meme erreur avysinth a la ligne 44
beuz29
dimanche 11 mai 2008 à 11:39
ouvre le script avs et copie le ici
pticanari
dimanche 11 mai 2008 à 12:13
Comment fait on pour trouver le script stp ?
micjul
dimanche 11 mai 2008 à 12:31
Tu ouvres RIAM, en haut à droite, tu as un onglet éditer .... tu l'ouvres et tu copie le script ..
pticanari
dimanche 11 mai 2008 à 13:22
Merci
Voila le script de réencodage
# **** Ripp-it & AVIsynth 2.5x script **** pass 2+
LoadPlugin("C:\PROGRA~1\RIPP-I~1\dlls\undot.dll")
LoadPlugin("C:\PROGRA~1\RIPP-I~1\dlls\decomb.dll")
LoadPlugin("C:\PROGRA~1\RIPP-I~1\dlls\DirectShowSource.dll")
Source="f:\film.720p.french.bluray.x264-idhd.ank73_.mkv"
Largeur=1280
Hauteur=544
ratio =2.352941
vratio =2.352941
Crop_g=0
Crop_d=0
Crop_h=0
Crop_b=0
Indice=0.026209
Video=DirectShowSource( Source, fps=23.976000)
function MonoToStereo( clip C )
{
Assert( C.AudioChannels == 1, "This clip must have 1 audio channel" )
A1=GetChannel( C, 1 )
A=MergeChannels( A1, A1 )
Return( C.HasVideo ? AudioDub( C, A ) : A )
}
# ====================================================================
function DownMix( clip A )
{
A1=GetChannel( A, 1 )
A2=GetChannel( A, 2 )
A3=GetChannel( A, 3 )
A4=GetChannel( A, 4 )
A5=GetChannel( A, 5 )
A6=GetChannel( A, 2 )
A1=MixAudio( MixAudio( A1, A5, 0.2698, 0.2698 ), MixAudio( A3, A4, 0.1907, 0.2698 ) )
A2=MixAudio( MixAudio( A2, A6, 0.2698, 0.2698 ), MixAudio( A3, A4, 0.1907, 0.2698 ) )
A=MergeChannels( A1, A2 )
Return ( A )
}
# ====================================================================
Video=Video.AudioChannels == 6 ? DownMix( Video ) : Video
Video=Video.AudioChannels == 1 ? MonoToStereo( Video ) : Video
Video=ConvertToYV12(Video)
Video=BilinearResize(Video, Largeur, Hauteur)
Return(Video)
YannBresil
dimanche 11 mai 2008 à 15:23
Ce sujet ne respecte pas le règlement du forum.
Merci de prendre connaissance de ce règlement avant de créer un nouveau sujet :
Réglement du forum
Sujet fermé.
Cordialement, l'équipe du forum