<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 1/11/2012 12:16, Jeremy Jones wrote:
    <blockquote
cite="mid:CADCRbW2vqT323vfEeDJ1SC0B2ZAh=ajSDkjbPHOrS6Bbdf3yaw@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <div>
            <div><br>
              <br>
            </div>
          </div>
          I really like the results obtained by running mythtranscode,
          used in<br>
          fifodir mode into ffmpeg. You still get to cut adverts out,
          plus<br>
          you get full control of recompression. You can maintain
          interlace, or<br>
          deinterlace and double the frame rate. My script is linked to
          from<br>
          the mythtranscode wiki page: <a moz-do-not-send="true"
            href="http://www.mythtv.org/wiki/Mythtranscode"
            target="_blank">http://www.mythtv.org/wiki/Mythtranscode</a>.<br>
          May not do exactly what you want, but should be easy to alter.<br>
          <br>
        </blockquote>
        <div><br>
        </div>
        <div>Can you change from HD to SD and still keep the Mpeg-ts
          container? &nbsp;Or does it have to go into a nuv?</div>
      </div>
    </blockquote>
    <br>
    No and no.&nbsp; FIFO mode in mythtranscode opens a pair of named pipes
    on the filesystem, and feeds the raw audio and video streams into
    them.&nbsp; These pipes use the standard 64KB POSIX buffering, so as you
    pull data from them, mythtranscode pushes more data into them, in
    FIFO ordering.&nbsp; The video is clipped, deinterlaced, cropped, and
    filtered however you have configured, but it is not encoded nor is
    it multiplexed into any form of container.&nbsp; It is left up to you to
    do those things.<br>
  </body>
</html>