• # Piste:

    Posté par (site web personnel) . En réponse au message Encoder DVD > mpeg2 et mpga. Évalué à 3.

    import VOB to MPEG2:
    tccat -i /dev/dvd -T t -L | tcextract -t vob -x mpeg2 > ofile.m2v
    import VOB to AC3:
    tccat -i /dev/dvd -T t -L | tcextract -t vob -x ac3 -a 0 > ofile.ac3

    apres to converti le flux ac3 en mpega,
    puis tcmplex -i ofile.m2v -p audio.mpega -m 2 -o out.mpeg