module inscription newsletter haut de page forum mobile

Rejeter la notice

Gratuit : Atelier Apéro - mardi 13 mai 17h à Paris 14ème
Ne ratez pas notre prochain gros événement ! 
RAW - Monitoring - DIT. Masterclass, Ateliers pratiques sur caméras Canon C400 & C80, Rencontres & échanges

Infos & inscriptions

Ateliers et Formations

template tsunami SVCD ?

Discussion dans 'Archives forum' créé par fl-run, 18 Janvier 2002.

Tags:
  1. fl-run

    Points Repaire:
    550
    Recos reçues:
    0
    Messages:
    33
    Appréciations:
    +0 / 0 / -0
    Bonjour,
    Pour vos fichiers avi acquis depuis votre camescope (DV encoder), pour les transformer en mpeg2 SVCD, quel template de tsunami utilisez vous qui donne le meilleur résultat possible ?

    Merci
     
  2. Daniel Ducoin

    Points Repaire:
    100
    Recos reçues:
    0
    Messages:
    3
    Appréciations:
    +0 / 0 / -0
    Paramètres Stunami

    Bonjour,

    Moi j'utilise les paramètres de Starman (se sont à mon avis les meilleurs pour le Dv)qui sont les suivants:
    Pour les copier tu ouvres note pad (ou autre) ensuite un fichier *.mcf et tu fait un copié collé du texte suivant.
    Ensuite tu renomes le fichier et le tour est joué.

    Bon courage @ Daniel

    object TMPEGConfigFile
    MPEG.Text = 'SuperVideoCD PAL'
    MPEG.Description = ''
    MPEG.OutputStreamType = MPEG_OutputStreamType_System_VideoAudio
    MPEG.OutputStreamType_ReadOnly = True
    MPEG.Video.StreamType = MPEGVideoEncoder_StreamType_MPEG2
    MPEG.Video.StreamType_ReadOnly = True
    MPEG.Video.Width = 480
    MPEG.Video.Width_ReadOnly = True
    MPEG.Video.Height = 576
    MPEG.Video.Height_ReadOnly = True
    MPEG.Video.YUVFormat = 1
    MPEG.Video.YUVFormat_ReadOnly = True
    MPEG.Video.DC_prec = 0
    MPEG.Video.DC_prec_ReadOnly = True
    MPEG.Video.Interlace = True
    MPEG.Video.Interlace_ReadOnly = False
    MPEG.Video.TopFieldFirst = False
    MPEG.Video.PullDown32 = False
    MPEG.Video.PullDown32_ReadOnly = True
    MPEG.Video.FrameRate = 3
    MPEG.Video.FrameRate_ReadOnly = True
    MPEG.Video.AspectRatio = 2
    MPEG.Video.AspectRatio_ReadOnly = True
    MPEG.Video.RateControlMode = MPEGVideoEncoder_RateControlMode_VBR_2PASS
    MPEG.Video.RateControlMode_ReadOnly = False
    MPEG.Video.MaxBitRate = 2520000
    MPEG.Video.MaxBitRate_ReadOnly = False
    MPEG.Video.CBR_BitRate = 2520000
    MPEG.Video.MVBR_MaxBitRate = 2520000
    MPEG.Video.MVBR_Quality_P = 0
    MPEG.Video.MVBR_Quality_B = 20
    MPEG.Video.VBR_AvgBitRate = 2000000
    MPEG.Video.VBR_MaxBitRate = 2520000
    MPEG.Video.VBR_MinBitRate = 300000
    MPEG.Video.AVBR_Quality = 50
    MPEG.Video.AVBR_MaxBitRate = 2520000
    MPEG.Video.AVBR_MinBitRate = 0
    MPEG.Video.AVBR_EnablePadding = False
    MPEG.Video.CQ_Quality = 65
    MPEG.Video.CQ_Quality_P = 0
    MPEG.Video.CQ_Quality_B = 20
    MPEG.Video.CQ_MaxBitRate = 2520000
    MPEG.Video.VBVBufferSize = 114688
    MPEG.Video.VBVBufferSize_ReadOnly = True
    MPEG.Video.GOP_SeqHeaderInterval = 1
    MPEG.Video.GOP_SeqHeaderInterval_ReadOnly = True
    MPEG.Video.GOP_I_FrameCount = 1
    MPEG.Video.GOP_I_FrameCount_ReadOnly = False
    MPEG.Video.GOP_P_FrameCount = 5
    MPEG.Video.GOP_P_FrameCount_ReadOnly = False
    MPEG.Video.GOP_B_FrameCount = 2
    MPEG.Video.GOP_B_FrameCount_ReadOnly = False
    MPEG.Video.GOP_BitStreamForEdit = False
    MPEG.Video.GOP_BitStreamForEdit_ReadOnly = False
    MPEG.Video.QuantizeMatrix_Intra_ReadOnly = False
    MPEG.Video.QuantizeMatrix_NonIntra_ReadOnly = False
    MPEG.Video.CheckProfile_and_Level = True
    MPEG.Video.CheckProfile_and_Level_ReadOnly = True
    MPEG.Video.Profile = 4
    MPEG.Video.Profile_ReadOnly = True
    MPEG.Video.Level = 8
    MPEG.Video.Level_ReadOnly = True
    MPEG.Video.VideoFormat = 1
    MPEG.Video.VideoFormat_ReadOnly = True
    MPEG.Video.MotionSearchSpeed = MPEGVideoEncoder_MotionSearchSpeed_HighCQ
    MPEG.Video.MotionSearch_AlwaysHalfPel = False
    MPEG.Video.UseFloatDCT = False
    MPEG.Video.QuantizeMode = False
    MPEG.Video.QuantizeModeVal_Intra = 35
    MPEG.Video.QuantizeModeVal_NonIntra = 35
    MPEG.Video.YUVBasicYCbCr = False
    MPEG.Video.QuantizeMatrix_Intra = {
    081013161A1B1D22101016181B1D222513161A1B1D22222616161A1B1D222528
    161A1B1D202328301A1B1D202328303A1A1B1D22262E38451B1D23262E384553}
    MPEG.Video.QuantizeMatrix_NonIntra = {
    1011121314151617111213141516171812131415161718191314151617181A1B
    14151617191A1B1C151617181A1B1C1E1617181A1B1C1E1F1718191B1C1E1F21}
    MPEG.Audio.StreamType = MPEGAudioEncoder_StreamType_MPEG1_Layer2
    MPEG.Audio.StreamType_ReadOnly = True
    MPEG.Audio.SamplingFrequency = 44100
    MPEG.Audio.SamplingFrequency_ReadOnly = True
    MPEG.Audio.ChannelMode = 0
    MPEG.Audio.ChannelMode_ReadOnly = False
    MPEG.Audio.CantUseMono = True
    MPEG.Audio.BitRate = 224000
    MPEG.Audio.BitRate_ReadOnly = True
    MPEG.Audio.CalcCRC = True
    MPEG.Audio.CalcCRC_ReadOnly = False
    MPEG.Audio_OriginalFlag = False
    MPEG.Audio_OriginalFlag_ReadOnly = False
    MPEG.Audio.CopyrightFlag = False
    MPEG.Audio.CopyrightFlag_ReadOnly = False
    MPEG.Audio.PrivateFlag = False
    MPEG.Audio.PrivateFlag_ReadOnly = False
    MPEG.Audio.EmphasisType = 0
    MPEG.Audio.EmphasisType_ReadOnly = False
    MPEG.System.StreamType = MPEGSystemEncoder_StreamType_MPEG2_SuperVideoCD_VBR
    MPEG.System.StreamType_ReadOnly = True
    MPEG.System.CommentText = 'STARMAN TEMPLATE'#13#10'BEST FOR DV'#13#10'NOT USE WITH DIGITAL Hi8'#13#10
    MPEG.System.EnableCommentText = True
    end
    :bravo:
     
  3. Daniel Ducoin

    Points Repaire:
    100
    Recos reçues:
    0
    Messages:
    3
    Appréciations:
    +0 / 0 / -0
    Fichier de paramètres Tsunami

    Bonsoir,

    J'avais pas vu que l'on pouvait joindre un fichier donc ( si ça marche ) je te joint le fichier des paramètres crèer par Starman et utilisé par beaucoup.

    @+ Daniel :bravo:
     

    Fichiers attachés:

Chargement...

Partager cette page