<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Wayne, is there any way to get handbrake to output xvid avi files?
    The only options I have are mp4 and mkv<br>
    <br>
    <br>
    <br>
    On 13/06/11 14:07, Wayne Ward wrote:
    <blockquote
      cite="mid:D1ED28DB-0209-4510-BCC4-1BA6578B4D28@lancastercomputers.co.uk"
      type="cite">Yes i have a couple of ATV blacks - jailbroken
      <div>Installed plex on my mac and on the atv &nbsp;or install upnp
        share on linux and xbmc on the atv and your away&nbsp;</div>
      <div>awesome bit of kit for 100 quid delivered ;)</div>
      <div><br>
      </div>
      <div>Wayne</div>
      <div><br>
        <div>
          <div>On 13 Jun 2011, at 13:52, D Smith wrote:</div>
          <br class="Apple-interchange-newline">
          <blockquote type="cite">One extra bit to deal with
            post-ripping viewing. I can heartily recommend a Jailbroken
            AppleTV (2nd Gen) running XBMC as a great little inexpensive
            network streaming box. It still regrettably has to run iOS
            first, but XBMC is lovely.
            <div>
              <br>
            </div>
            <div>Of course, if you want something more Linux-y, you can
              pickup 1st Gen AppleTVs on ebay for around the 60 quid
              mark and stick Ubuntu or whatever you like on it. Downside
              to me in that perspective is that the 1st Gen is a bit
              bigger and uses more power for very little in the way of
              additional features.</div>
            <div><br>
            </div>
            <div><a moz-do-not-send="true"
                href="http://wiki.xbmc.org/index.php?title=XBMC_for_iOS_specific_FAQ">http://wiki.xbmc.org/index.php?title=XBMC_for_iOS_specific_FAQ</a></div>
            <div><br>
            </div>
            <div>Either way, good luck!<br>
              <br>
              <div class="gmail_quote">
                2011/6/13 Wayne Ward <span dir="ltr">&lt;<a
                    moz-do-not-send="true"
                    href="mailto:wayne@lancastercomputers.co.uk">wayne@lancastercomputers.co.uk</a>&gt;</span><br>
                <blockquote class="gmail_quote" style="margin: 0pt 0pt
                  0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204);
                  padding-left: 1ex;">
                  <div style="word-wrap: break-word;">if your wanting
                    eay ripping id defo go for handbrake i use it on
                    ubuntu and on my mac
                    <div><br>
                    </div>
                    <div><a moz-do-not-send="true"
                        href="http://handbrake.fr/downloads.php"
                        target="_blank">http://handbrake.fr/downloads.php</a></div>
                    <div><br>
                    </div>
                    <div>Regards</div>
                    <div>Wayne
                      <div>
                        <div class="h5"><br>
                          <div>
                            <div>On 13 Jun 2011, at 13:12, Dave Leack
                              wrote:</div>
                            <br>
                            <blockquote type="cite">There are settings
                              you could google out for ffmpeg to rip a
                              dvd direct to avi, for instance:
                              <div>
                                <p style="font-family: 'Times New
                                  Roman'; font-size: medium;">
                                  * You can transcode decrypted VOBs:</p>
                                <span style="font-family: 'Times New
                                  Roman';">
                                  <pre>ffmpeg -i snatch_1.vob -f avi -vcodec mpeg4 -b 800k -g 300 -bf 2 -acodec libmp3lame -ab 128k snatch.avi
</pre>
                                </span>
                                <p style="font-family: 'Times New
                                  Roman'; font-size: medium;">This is a
                                  typical DVD ripping example; the input
                                  is a VOB file, the output an AVI file
                                  with MPEG-4 video and MP3 audio. Note
                                  that in this command we use B-frames
                                  so the MPEG-4 stream is DivX5
                                  compatible, and GOP size is 300 which
                                  means one intra frame every 10 seconds
                                  for 29.97fps input video. Furthermore,
                                  the audio stream is MP3-encoded so you
                                  need to enable LAME support by
                                  passing&nbsp;<code>--enable-libmp3lame</code>&nbsp;to
                                  configure. The mapping is particularly
                                  useful for DVD transcoding to get the
                                  desired audio language.</p>
                                <p style="font-family: 'Times New
                                  Roman'; font-size: medium;">So once
                                  you have the VOBs off the disc,
                                  transcoding is fairly straightforward
                                  using ffmpeg it seems (provided your
                                  version already has lame support,
                                  fairly sure I didn't have to compile
                                  it from source when I did it last, but
                                  I can't remember if I used mp3 audio
                                  or not...).</p>
                                <br>
                                <div class="gmail_quote">On Mon, Jun 13,
                                  2011 at 1:07 PM, John Scott <span
                                    dir="ltr">&lt;<a
                                      moz-do-not-send="true"
                                      href="mailto:john@raystorm.co.uk"
                                      target="_blank">john@raystorm.co.uk</a>&gt;</span>
                                  wrote:<br>
                                  <blockquote class="gmail_quote"
                                    style="margin: 0pt 0pt 0pt 0.8ex;
                                    border-left: 1px solid rgb(204, 204,
                                    204); padding-left: 1ex;">
                                    Thanks for all the responses so far.<br>
                                    <br>
                                    I tried dvd::rip and found it very
                                    complicated. It failed to rip the
                                    dvd, which I think has more to do
                                    with incorrect settings than the dvd
                                    itself. I also tried k3b and found
                                    it easy to use but it also failed to
                                    rip the dvd.<br>
                                    <br>
                                    To answer the question about the
                                    output. All I want is an avi file of
                                    the main feature. The kids have a
                                    load of dvd's and no respect for
                                    them. I want to get them all onto a
                                    pc for them to watch then hide the
                                    dvd's away from them :)<br>
                                    <br>
                                    I will let you know if/when I
                                    succeed.<br>
                                    <br>
                                    Cheers<br>
                                    <font color="#888888">
                                      John</font>
                                    <div><br>
                                      <br>
                                      <br>
                                      On 13/06/11 10:28, Simon Hobson
                                      wrote:<br>
                                      <blockquote class="gmail_quote"
                                        style="margin: 0pt 0pt 0pt
                                        0.8ex; border-left: 1px solid
                                        rgb(204, 204, 204);
                                        padding-left: 1ex;">
                                        Dave Smith wrote:<br>
                                        <br>
                                        <blockquote class="gmail_quote"
                                          style="margin: 0pt 0pt 0pt
                                          0.8ex; border-left: 1px solid
                                          rgb(204, 204, 204);
                                          padding-left: 1ex;">
                                          Whilst I haven't got any
                                          actual experience with this to
                                          confirm if it should work or
                                          not, my best bet would be look
                                          at Handrake - &lt;<a
                                            moz-do-not-send="true"
                                            href="http://handbrake.fr/"
                                            target="_blank">http://handbrake.fr/</a>&gt;<a
                                            moz-do-not-send="true"
                                            href="http://handbrake.fr/"
                                            target="_blank">http://handbrake.fr/</a>
                                          - which is a lovely little
                                          cross-platform transcoder that
                                          I've used to transcode all my
                                          DVDs into Matroska file
                                          containers for playback via
                                          XBMC frontends.<br>
                                        </blockquote>
                                        <br>
                                        IIRC Handbrake has come up
                                        fairly regularly on the Myth TV
                                        users list. On the other hand,
                                        AnyDVD is frequently recommended
                                        for it's ability to handle stuff
                                        that others don't.<br>
                                        <br>
                                        <blockquote class="gmail_quote"
                                          style="margin: 0pt 0pt 0pt
                                          0.8ex; border-left: 1px solid
                                          rgb(204, 204, 204);
                                          padding-left: 1ex;">
                                          It's my understanding that,
                                          under Linux (with libdvdcss2)
                                          the decoding should already be
                                          done for you (as it's needed
                                          to play the DVDs) so you just
                                          just be able to open the disc
                                          in Handbrake and go on from
                                          there.<br>
                                        </blockquote>
                                        <br>
                                        Indeed. In theory all you need
                                        to do is copy the disk (either
                                        dd it to an image file, or copy
                                        the video_ts folder). Watching
                                        the comments on teh Myth list,
                                        it's clear that most commercial
                                        DVDs have something 'broken' so
                                        as to stop this. Hence the
                                        variety of tools to work around
                                        this and "fix" the breakages.<br>
                                        <br>
                                        The other thing to consider is
                                        ... do you want a video file of
                                        the main feature, or a complete
                                        copy of the DVD with menus,
                                        extras, etc.<br>
                                        <br>
                                      </blockquote>
                                      <br>
                                      <br>
                                    </div>
                                    <div>
                                      <div>
_______________________________________________<br>
                                        Lancaster mailing list<br>
                                        <a moz-do-not-send="true"
                                          href="mailto:Lancaster@mailman.lug.org.uk"
                                          target="_blank">Lancaster@mailman.lug.org.uk</a><br>
                                        <a moz-do-not-send="true"
                                          href="https://mailman.lug.org.uk/mailman/listinfo/lancaster"
                                          target="_blank">https://mailman.lug.org.uk/mailman/listinfo/lancaster</a><br>
                                      </div>
                                    </div>
                                  </blockquote>
                                </div>
                                <br>
                              </div>
_______________________________________________<br>
                              Lancaster mailing list<br>
                              <a moz-do-not-send="true"
                                href="mailto:Lancaster@mailman.lug.org.uk"
                                target="_blank">Lancaster@mailman.lug.org.uk</a><br>
                              <a moz-do-not-send="true"
                                href="https://mailman.lug.org.uk/mailman/listinfo/lancaster"
                                target="_blank">https://mailman.lug.org.uk/mailman/listinfo/lancaster</a></blockquote>
                          </div>
                          <br>
                        </div>
                      </div>
                      <div>
                        <span style="border-collapse: separate; color:
                          rgb(0, 0, 0); font-family: Helvetica;
                          font-style: normal; font-variant: normal;
                          font-weight: normal; letter-spacing: normal;
                          line-height: normal; text-indent: 0px;
                          text-transform: none; white-space: normal;
                          word-spacing: 0px; font-size: medium;"><span
                            style="border-collapse: separate; color:
                            rgb(0, 0, 0); font-family: Helvetica;
                            font-size: medium; font-style: normal;
                            font-variant: normal; font-weight: normal;
                            letter-spacing: normal; line-height: normal;
                            text-indent: 0px; text-transform: none;
                            white-space: normal; word-spacing: 0px;">
                            <div style="word-wrap: break-word;">
                              <span style="border-collapse: separate;
                                color: rgb(0, 0, 0); font-family:
                                Helvetica; font-size: medium;
                                font-style: normal; font-variant:
                                normal; font-weight: normal;
                                letter-spacing: normal; line-height:
                                normal; text-indent: 0px;
                                text-transform: none; white-space:
                                normal; word-spacing: 0px;">
                                <div style="word-wrap: break-word;">
                                  <div>Regards,<br>
                                    Wayne ward<br>
                                    <br>
                                    07957448652<br>
                                    Lancaster Computers<br>
                                    <br>
                                    <a moz-do-not-send="true"
                                      href="http://www.lancastercomputers.co.uk/"
                                      target="_blank">www.lancastercomputers.co.uk</a><br>
                                    <a moz-do-not-send="true"
                                      href="mailto:wayne@lancastercomputers.co.uk"
                                      target="_blank">wayne@lancastercomputers.co.uk</a><br>
                                    <br>
                                    Computers - Laptops - Servers - Web
                                    Services</div>
                                </div>
                              </span><br>
                            </div>
                          </span><br>
                        </span><br>
                      </div>
                      <br>
                    </div>
                  </div>
                  <br>
                  _______________________________________________<br>
                  Lancaster mailing list<br>
                  <a moz-do-not-send="true"
                    href="mailto:Lancaster@mailman.lug.org.uk">Lancaster@mailman.lug.org.uk</a><br>
                  <a moz-do-not-send="true"
                    href="https://mailman.lug.org.uk/mailman/listinfo/lancaster"
                    target="_blank">https://mailman.lug.org.uk/mailman/listinfo/lancaster</a><br>
                </blockquote>
              </div>
              <br>
            </div>
          </blockquote>
        </div>
        <br>
        <div>
          <span class="Apple-style-span" style="border-collapse:
            separate; color: rgb(0, 0, 0); font-family: Helvetica;
            font-style: normal; font-variant: normal; font-weight:
            normal; letter-spacing: normal; line-height: normal;
            orphans: 2; text-indent: 0px; text-transform: none;
            white-space: normal; widows: 2; word-spacing: 0px;
            font-size: medium;"><span class="Apple-style-span"
              style="border-collapse: separate; color: rgb(0, 0, 0);
              font-family: Helvetica; font-size: medium; font-style:
              normal; font-variant: normal; font-weight: normal;
              letter-spacing: normal; line-height: normal; orphans: 2;
              text-indent: 0px; text-transform: none; white-space:
              normal; widows: 2; word-spacing: 0px;">
              <div style="word-wrap: break-word;">Regards,<br>
                Wayne ward<br>
                <br>
                07957448652<br>
                Lancaster Computers<br>
                <br>
                <a moz-do-not-send="true"
                  href="http://www.lancastercomputers.co.uk/">http://www.lancastercomputers.co.uk/</a><br>
                <a moz-do-not-send="true"
                  href="mailto:wayne@lancastercomputers.co.uk">wayne@lancastercomputers.co.uk</a><br>
                <br>
                Computers - Laptops - Servers - Web&nbsp;Services</div>
              <div style="word-wrap: break-word;"><br>
              </div>
              <div style="word-wrap: break-word;">
                <p style="margin: 0px 0px 10px; font: 10px Monaco;">This
                  e-mail is intended for the use of the addressee(s)
                  only and may contain privileged, confidential, or
                  proprietary information that is exempt from disclosure
                  under law. If you have received this message in error,
                  please inform us promptly by reply e-mail, then delete
                  the e-mail and destroy any printed copy. Thank you.</p>
              </div>
            </span></span>
        </div>
        <br>
      </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Lancaster mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lancaster@mailman.lug.org.uk">Lancaster@mailman.lug.org.uk</a>
<a class="moz-txt-link-freetext" href="https://mailman.lug.org.uk/mailman/listinfo/lancaster">https://mailman.lug.org.uk/mailman/listinfo/lancaster</a></pre>
    </blockquote>
  </body>
</html>