• [^] # Re: l'utiliser...

    Posté par . En réponse au journal XviD 1.0.1. Évalué à 2.

    Si ça t'intéresse, voilà mes options de compression avec Xvid et transcode, pour une qualité optimale (à mettre dans le fichier ~/.transcode/xvid4.cfg):
    #
    # Feature settings
    #

    [features]
    quant_type = h263
    motion = 6
    chromame = 1
    vhq = 4
    max_bframes = 2
    bquant_ratio = 150
    bquant_offset = 100
    bframe_threshold = 0
    quarterpel = 1
    gmc = 1
    trellis = 1
    packed = 0
    closed_gop = 1
    interlaced = 0
    cartoon = 0
    hqacpred = 1
    frame_drop_ratio = 0
    stats = 0
    greyscale = 0
    turbo = 1


    #
    # Quantizer settings
    #

    [quantizer]
    min_iquant = 2
    max_iquant = 31
    min_pquant = 2
    max_pquant = 31
    min_bquant = 2
    max_bquant = 31
    #quant_intra_matrix =
    #quant_inter_matrix =


    #
    # CBR settings
    #

    [cbr]
    reaction_delay_factor = 16
    averaging_period = 100
    buffer = 100


    #
    # VBR settings
    #

    [vbr]
    keyframe_boost = 0
    overflow_control_strength = 5
    curve_compression_high = 0
    curve_compression_low = 0
    max_overflow_improvement = 5
    max_overflow_degradation = 5
    kfreduction = 20
    kfthreshold = 1
    container_frame_overhead = 24