Saturday, July 20, 2013

mkv -> dvd

6 comments:

  1. Primera version que funciona:

    $ mencoder -mc 0 -noskip -oac lavc -ovc lavc \
    -of mpeg -mpegopts format=dvd:tsaf \
    -vf scale=720:576,harddup -srate 48000 \
    -af lavcresample=48000 -lavcopts \
    vcodec=mpeg2video:vrc_buf_size=1835:\
    vrc_maxrate=9800:vbitrate=5000:\
    keyint=15:vstrict=0:acodec=mp2:\
    abitrate=192:aspect=16/9,threads=8 \
    -sub-bg-alpha 100 -subpos 95 \
    -subfont-text-scale 2.5 -subcp cp1250 \
    -sub FILE.srt \
    -o FILE.mpg \
    FILE.mkv

    ReplyDelete
    Replies
    1. Tomado de: "Single-pass lavc"
      - https://wiki.archlinux.org/index.php/MEncoder

      Delete
  2. http://www.gentoo-wiki.info/MEncoder/DivX_to_DVD

    ReplyDelete
  3. https://wiki.archlinux.org/index.php/FFmpeg

    ReplyDelete
  4. http://ubuntuguide.org/wiki/Video_Conversion

    ReplyDelete
  5. https://wiki.archlinux.org/index.php/MEncoder

    ReplyDelete

Note: Only a member of this blog may post a comment.