Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

video formats

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


tim+mythtv.org at coote

Jul 28, 2010, 5:15 AM

Post #1 of 13 (924 views)
Permalink
video formats

Hullo

I've got a separated mythtv frontend/backend based on a couple of acer
revo boxes + fedora 12 standard packages (mythtv 0.23). These devices
don't have dvd drives, so I'm ripping on macs and pulling the files
into the startup directory for mythvideo. For some dvds I can just
copy across the VIDEO_TS directory and all's well (once I installed
the libdvdcss package, which was non-trivial to work out as a
necessary component). For others this doesn't seem to work, so I'm
ripping the dvds to mpeg ts encapsulated video stream using vlc,
ignoring the dvd menu and just playing the video. However, when I rip
like this, I get a 6GB file (clumsy to move around the house) and the
forward / backward arrows just crash the internal video player.

Should I be using a different encoding and/or encapsulation? Or is
this a known bug (I've seen something that may relate to left/right
arrow in video playback.

It would help me if I understood how to pull out small segments of a
dvd, to run tests on, if that's possible, so that I don't spend a
couple of hours ripping/transferring before I realise that I've got
the wrong format. Is it possible to pull of bits of a dvd - I cannot
seem to just transcode the VOB files, for instance, as these do not
play back reliably.

cheers

Tim
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


tylernt at gmail

Jul 29, 2010, 9:38 AM

Post #2 of 13 (895 views)
Permalink
Re: video formats [In reply to]

When ripping just the video as a file, Myth probably needs a
seektable. See http://www.mythtv.org/wiki/MythVideo#Rebuild_seek_table
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mythtv at theseekerr

Jul 29, 2010, 4:28 PM

Post #3 of 13 (885 views)
Permalink
Re: video formats [In reply to]

On Wed, Jul 28, 2010 at 10:15 PM, Tim Coote <tim+mythtv.org [at] coote> wrote:
> Hullo
>
> I've got a separated mythtv frontend/backend based on a couple of acer revo
> boxes + fedora 12 standard packages (mythtv 0.23). These devices don't have
> dvd drives, so I'm ripping on macs and pulling the files into the startup
> directory for mythvideo.  For some dvds I can just copy across the VIDEO_TS
> directory and all's well (once I installed the libdvdcss package, which was
> non-trivial to work out as a necessary component). For others this doesn't
> seem to work, so I'm ripping the dvds to mpeg ts encapsulated video stream
> using vlc, ignoring the dvd menu and just playing the video. However, when I
> rip like this, I get a 6GB file (clumsy to move around the house) and the
> forward / backward arrows just crash the internal video player.
>
> Should I be using a different encoding and/or encapsulation?  Or is this a
> known bug (I've seen something that may relate to left/right arrow in video
> playback.
>
> It would help me if I understood how to pull out small segments of a dvd, to
> run tests on, if that's possible, so that I don't spend a couple of hours
> ripping/transferring before I realise that I've got the wrong format. Is it
> possible to pull of bits of a dvd - I cannot seem to just transcode the VOB
> files, for instance, as these do not play back reliably.

I think most of us are now using MakeMKV - just google it, it's a free
tool which can take a title from a DVD, ISO or VIDEO_TS folder and
remux it into an MKV which works perfectly in the internal player.

- Chris
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


nick.rout at gmail

Jul 29, 2010, 4:37 PM

Post #4 of 13 (885 views)
Permalink
Re: video formats [In reply to]

On Fri, Jul 30, 2010 at 11:28 AM, Christopher Kerr
<mythtv [at] theseekerr> wrote:
> On Wed, Jul 28, 2010 at 10:15 PM, Tim Coote <tim+mythtv.org [at] coote> wrote:
>> Hullo
>>
>> I've got a separated mythtv frontend/backend based on a couple of acer revo
>> boxes + fedora 12 standard packages (mythtv 0.23). These devices don't have
>> dvd drives, so I'm ripping on macs and pulling the files into the startup
>> directory for mythvideo.  For some dvds I can just copy across the VIDEO_TS
>> directory and all's well (once I installed the libdvdcss package, which was
>> non-trivial to work out as a necessary component). For others this doesn't
>> seem to work, so I'm ripping the dvds to mpeg ts encapsulated video stream
>> using vlc, ignoring the dvd menu and just playing the video. However, when I
>> rip like this, I get a 6GB file (clumsy to move around the house) and the
>> forward / backward arrows just crash the internal video player.
>>
>> Should I be using a different encoding and/or encapsulation?  Or is this a
>> known bug (I've seen something that may relate to left/right arrow in video
>> playback.
>>
>> It would help me if I understood how to pull out small segments of a dvd, to
>> run tests on, if that's possible, so that I don't spend a couple of hours
>> ripping/transferring before I realise that I've got the wrong format. Is it
>> possible to pull of bits of a dvd - I cannot seem to just transcode the VOB
>> files, for instance, as these do not play back reliably.
>
> I think most of us are now using MakeMKV - just google it, it's a free
> tool which can take a title from a DVD, ISO or VIDEO_TS folder and
> remux it into an MKV which works perfectly in the internal player.

Nice product but closed source and when they get out of beta I suspect
you will have to pay for it. It may or may not be worth it.

It must check home too as periodically I get a message "this version
is out of date, you must update" or words to that effect.

As far as just ripping a dvd, try:

mplayer dvd://n -dumpstream -dumpfile mydvd.vob

where n is the title you want to rip.

Then you can use avidemux or handbrake to transcode if desired. I
prefer h264 in a mkv, it comes out much much smaller.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


beww at beww

Jul 29, 2010, 5:04 PM

Post #5 of 13 (879 views)
Permalink
Re: video formats [In reply to]

On Thursday, July 29, 2010 05:37:37 pm Nick Rout wrote:
> On Fri, Jul 30, 2010 at 11:28 AM, Christopher Kerr
>
> <mythtv [at] theseekerr> wrote:
> > On Wed, Jul 28, 2010 at 10:15 PM, Tim Coote <tim+mythtv.org [at] coote> wrote:
> >> Hullo
> >>
> >> I've got a separated mythtv frontend/backend based on a couple of acer
> >> revo boxes + fedora 12 standard packages (mythtv 0.23). These devices
> >> don't have dvd drives, so I'm ripping on macs and pulling the files
> >> into the startup directory for mythvideo. For some dvds I can just
> >> copy across the VIDEO_TS directory and all's well (once I installed the
> >> libdvdcss package, which was non-trivial to work out as a necessary
> >> component). For others this doesn't seem to work, so I'm ripping the
> >> dvds to mpeg ts encapsulated video stream using vlc, ignoring the dvd
> >> menu and just playing the video. However, when I rip like this, I get a
> >> 6GB file (clumsy to move around the house) and the forward / backward
> >> arrows just crash the internal video player.
> >>
> >> Should I be using a different encoding and/or encapsulation? Or is this
> >> a known bug (I've seen something that may relate to left/right arrow in
> >> video playback.
> >>
> >> It would help me if I understood how to pull out small segments of a
> >> dvd, to run tests on, if that's possible, so that I don't spend a
> >> couple of hours ripping/transferring before I realise that I've got the
> >> wrong format. Is it possible to pull of bits of a dvd - I cannot seem
> >> to just transcode the VOB files, for instance, as these do not play
> >> back reliably.
> >
> > I think most of us are now using MakeMKV - just google it, it's a free
> > tool which can take a title from a DVD, ISO or VIDEO_TS folder and
> > remux it into an MKV which works perfectly in the internal player.
>
> Nice product but closed source and when they get out of beta I suspect
> you will have to pay for it. It may or may not be worth it.
>
> It must check home too as periodically I get a message "this version
> is out of date, you must update" or words to that effect.
>
> As far as just ripping a dvd, try:
>
> mplayer dvd://n -dumpstream -dumpfile mydvd.vob
>
> where n is the title you want to rip.
>
> Then you can use avidemux or handbrake to transcode if desired. I
> prefer h264 in a mkv, it comes out much much smaller.



I confess I haven't been following this thread, but I just use handbrake to rip the main title from a DVD to an h264-
encoded MKV file, it even gets the chapters right.

Did I miss some problem with doing that?

I looked at MakeMkv, but having to answer "yes" to something that looked like it was written by the Microsoft Legal Dept.
just went against the grain for a Linux application. I won't use it, especially as I have a working alternative.

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


nick.rout at gmail

Jul 29, 2010, 7:53 PM

Post #6 of 13 (874 views)
Permalink
Re: video formats [In reply to]

On Fri, Jul 30, 2010 at 12:04 PM, Brian Wood <beww [at] beww> wrote:
> On Thursday, July 29, 2010 05:37:37 pm Nick Rout wrote:
>> On Fri, Jul 30, 2010 at 11:28 AM, Christopher Kerr
>>
>> <mythtv [at] theseekerr> wrote:
>> > On Wed, Jul 28, 2010 at 10:15 PM, Tim Coote <tim+mythtv.org [at] coote> wrote:
>> >> Hullo
>> >>
>> >> I've got a separated mythtv frontend/backend based on a couple of acer
>> >> revo boxes + fedora 12 standard packages (mythtv 0.23). These devices
>> >> don't have dvd drives, so I'm ripping on macs and pulling the files
>> >> into the startup directory for mythvideo.  For some dvds I can just
>> >> copy across the VIDEO_TS directory and all's well (once I installed the
>> >> libdvdcss package, which was non-trivial to work out as a necessary
>> >> component). For others this doesn't seem to work, so I'm ripping the
>> >> dvds to mpeg ts encapsulated video stream using vlc, ignoring the dvd
>> >> menu and just playing the video. However, when I rip like this, I get a
>> >> 6GB file (clumsy to move around the house) and the forward / backward
>> >> arrows just crash the internal video player.
>> >>
>> >> Should I be using a different encoding and/or encapsulation?  Or is this
>> >> a known bug (I've seen something that may relate to left/right arrow in
>> >> video playback.
>> >>
>> >> It would help me if I understood how to pull out small segments of a
>> >> dvd, to run tests on, if that's possible, so that I don't spend a
>> >> couple of hours ripping/transferring before I realise that I've got the
>> >> wrong format. Is it possible to pull of bits of a dvd - I cannot seem
>> >> to just transcode the VOB files, for instance, as these do not play
>> >> back reliably.
>> >
>> > I think most of us are now using MakeMKV - just google it, it's a free
>> > tool which can take a title from a DVD, ISO or VIDEO_TS folder and
>> > remux it into an MKV which works perfectly in the internal player.
>>
>> Nice product but closed source and when they get out of beta I suspect
>> you will have to pay for it. It may or may not be worth it.
>>
>> It must check home too as periodically I get a message "this version
>> is out of date, you must update" or words to that effect.
>>
>> As far as just ripping a dvd, try:
>>
>> mplayer dvd://n -dumpstream -dumpfile mydvd.vob
>>
>> where n is the title you want to rip.
>>
>> Then you can use avidemux or handbrake to transcode if desired. I
>> prefer h264 in a mkv, it comes out much much smaller.
>
>
>
> I confess I haven't been following this thread, but I just use handbrake to rip the main title from a DVD to an h264-
> encoded MKV file, it even gets the chapters right.
>
> Did I miss some problem with doing that?

No I just didn't know it would do it straight from the dvd, having the
chapters is excellent.

>
> I looked at MakeMkv, but having to answer "yes" to something that looked like it was written by the Microsoft Legal Dept.
> just went against the grain for a Linux application. I won't use it, especially as I have a working alternative.

Yes, but useful for post dvd material (bluray etc).
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


nick.rout at gmail

Jul 29, 2010, 7:55 PM

Post #7 of 13 (874 views)
Permalink
Re: video formats [In reply to]

On Fri, Jul 30, 2010 at 2:53 PM, Nick Rout <nick.rout [at] gmail> wrote:
> On Fri, Jul 30, 2010 at 12:04 PM, Brian Wood <beww [at] beww> wrote:
>> On Thursday, July 29, 2010 05:37:37 pm Nick Rout wrote:
>>> On Fri, Jul 30, 2010 at 11:28 AM, Christopher Kerr
>>>
>>> <mythtv [at] theseekerr> wrote:
>>> > On Wed, Jul 28, 2010 at 10:15 PM, Tim Coote <tim+mythtv.org [at] coote> wrote:
>>> >> Hullo
>>> >>
>>> >> I've got a separated mythtv frontend/backend based on a couple of acer
>>> >> revo boxes + fedora 12 standard packages (mythtv 0.23). These devices
>>> >> don't have dvd drives, so I'm ripping on macs and pulling the files
>>> >> into the startup directory for mythvideo.  For some dvds I can just
>>> >> copy across the VIDEO_TS directory and all's well (once I installed the
>>> >> libdvdcss package, which was non-trivial to work out as a necessary
>>> >> component). For others this doesn't seem to work, so I'm ripping the
>>> >> dvds to mpeg ts encapsulated video stream using vlc, ignoring the dvd
>>> >> menu and just playing the video. However, when I rip like this, I get a
>>> >> 6GB file (clumsy to move around the house) and the forward / backward
>>> >> arrows just crash the internal video player.
>>> >>
>>> >> Should I be using a different encoding and/or encapsulation?  Or is this
>>> >> a known bug (I've seen something that may relate to left/right arrow in
>>> >> video playback.
>>> >>
>>> >> It would help me if I understood how to pull out small segments of a
>>> >> dvd, to run tests on, if that's possible, so that I don't spend a
>>> >> couple of hours ripping/transferring before I realise that I've got the
>>> >> wrong format. Is it possible to pull of bits of a dvd - I cannot seem
>>> >> to just transcode the VOB files, for instance, as these do not play
>>> >> back reliably.
>>> >
>>> > I think most of us are now using MakeMKV - just google it, it's a free
>>> > tool which can take a title from a DVD, ISO or VIDEO_TS folder and
>>> > remux it into an MKV which works perfectly in the internal player.
>>>
>>> Nice product but closed source and when they get out of beta I suspect
>>> you will have to pay for it. It may or may not be worth it.
>>>
>>> It must check home too as periodically I get a message "this version
>>> is out of date, you must update" or words to that effect.
>>>
>>> As far as just ripping a dvd, try:
>>>
>>> mplayer dvd://n -dumpstream -dumpfile mydvd.vob
>>>
>>> where n is the title you want to rip.
>>>
>>> Then you can use avidemux or handbrake to transcode if desired. I
>>> prefer h264 in a mkv, it comes out much much smaller.
>>
>>
>>
>> I confess I haven't been following this thread, but I just use handbrake to rip the main title from a DVD to an h264-
>> encoded MKV file, it even gets the chapters right.
>>
>> Did I miss some problem with doing that?
>
> No I just didn't know it would do it straight from the dvd, having the
> chapters is excellent.
>
>>
>> I looked at MakeMkv, but having to answer "yes" to something that looked like it was written by the Microsoft Legal Dept.
>> just went against the grain for a Linux application. I won't use it, especially as I have a working alternative.
>
> Yes, but useful for post dvd material (bluray etc).
>

PS makedvd does not do any transcoding. It decrypts, rips and
repackages to mkv. Even when it rips a dvd it encapsulates the mpeg2
video into an mkv container. Useful for bit perfect ripping to use
with storage groups, which won't do iso.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


tim+mythtv.org at coote

Jul 30, 2010, 2:56 AM

Post #8 of 13 (854 views)
Permalink
Re: video formats [In reply to]

>
>
> On Fri, Jul 30, 2010 at 2:53 PM, Nick Rout <nick.rout [at] gmail>
> wrote:
>> On Fri, Jul 30, 2010 at 12:04 PM, Brian Wood <beww [at] beww> wrote:
>>> On Thursday, July 29, 2010 05:37:37 pm Nick Rout wrote:
>>>> On Fri, Jul 30, 2010 at 11:28 AM, Christopher Kerr
>>>>
>>>> <mythtv [at] theseekerr> wrote:
>>>>> On Wed, Jul 28, 2010 at 10:15 PM, Tim Coote <tim+mythtv.org [at] coote
>>>>> > wrote:
>>>>>> Hullo
>>>>>>
>>>>>> I've got a separated mythtv frontend/backend based on a couple
>>>>>> of acer
>>>>>> revo boxes + fedora 12 standard packages (mythtv 0.23). These
>>>>>> devices
>>>>>> don't have dvd drives, so I'm ripping on macs and pulling the
>>>>>> files
>>>>>> into the startup directory for mythvideo. For some dvds I can
>>>>>> just
>>>>>> copy across the VIDEO_TS directory and all's well (once I
>>>>>> installed the
>>>>>> libdvdcss package, which was non-trivial to work out as a
>>>>>> necessary
>>>>>> component). For others this doesn't seem to work, so I'm
>>>>>> ripping the
>>>>>> dvds to mpeg ts encapsulated video stream using vlc, ignoring
>>>>>> the dvd
>>>>>> menu and just playing the video. However, when I rip like this,
>>>>>> I get a
>>>>>> 6GB file (clumsy to move around the house) and the forward /
>>>>>> backward
>>>>>> arrows just crash the internal video player.
>>>>>>
>>>>>> Should I be using a different encoding and/or encapsulation?
>>>>>> Or is this
>>>>>> a known bug (I've seen something that may relate to left/right
>>>>>> arrow in
>>>>>> video playback.
>>>>>>
>>>>>> It would help me if I understood how to pull out small segments
>>>>>> of a
>>>>>> dvd, to run tests on, if that's possible, so that I don't spend a
>>>>>> couple of hours ripping/transferring before I realise that I've
>>>>>> got the
>>>>>> wrong format. Is it possible to pull of bits of a dvd - I
>>>>>> cannot seem
>>>>>> to just transcode the VOB files, for instance, as these do not
>>>>>> play
>>>>>> back reliably.
>>>>>
>>>>> I think most of us are now using MakeMKV - just google it, it's
>>>>> a free
>>>>> tool which can take a title from a DVD, ISO or VIDEO_TS folder and
>>>>> remux it into an MKV which works perfectly in the internal player.
>>>>
>>>> Nice product but closed source and when they get out of beta I
>>>> suspect
>>>> you will have to pay for it. It may or may not be worth it.
>>>>
>>>> It must check home too as periodically I get a message "this
>>>> version
>>>> is out of date, you must update" or words to that effect.
>>>>
>>>> As far as just ripping a dvd, try:
>>>>
>>>> mplayer dvd://n -dumpstream -dumpfile mydvd.vob
>>>>
>>>> where n is the title you want to rip.
>>>>
>>>> Then you can use avidemux or handbrake to transcode if desired. I
>>>> prefer h264 in a mkv, it comes out much much smaller.
>>>
>>>
>>>
>>> I confess I haven't been following this thread, but I just use
>>> handbrake to rip the main title from a DVD to an h264-
>>> encoded MKV file, it even gets the chapters right.
>>>
>>> Did I miss some problem with doing that?
>>
>> No I just didn't know it would do it straight from the dvd, having
>> the
>> chapters is excellent.
>>
>>>
>>> I looked at MakeMkv, but having to answer "yes" to something that
>>> looked like it was written by the Microsoft Legal Dept.
>>> just went against the grain for a Linux application. I won't use
>>> it, especially as I have a working alternative.
>>
>> Yes, but useful for post dvd material (bluray etc).
>>
>
> PS makedvd does not do any transcoding. It decrypts, rips and
> repackages to mkv. Even when it rips a dvd it encapsulates the mpeg2
> video into an mkv container. Useful for bit perfect ripping to use
> with storage groups, which won't do iso.
>

Tyler T's point about the seektable seemed to work.

Something that I probably didn't stress enough is that I've only got a
dvd player in my mac and I'd prefer not to have to install mplayer etc
on that platform if I can avoid it as it doesn't have good package
management. What's a bit frustrating is the cycle time for trialling a
new tool: a rip takes up to an hour, followed by a comparable amount
of time to xfer a huge file, which then doesn't work. I tried
handbrake + vlc since the original post. I can get an h264 stream in
mkv or m4v encapsulation, but neither plays with the internal player
and transcoding seems quite slow (about 25% faster than real-time).




_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


nick.rout at gmail

Jul 30, 2010, 4:23 PM

Post #9 of 13 (839 views)
Permalink
Re: video formats [In reply to]

On Fri, Jul 30, 2010 at 9:56 PM, Tim Coote <tim+mythtv.org [at] coote> wrote:
>>
>>
>> On Fri, Jul 30, 2010 at 2:53 PM, Nick Rout <nick.rout [at] gmail> wrote:
>>>
>>> On Fri, Jul 30, 2010 at 12:04 PM, Brian Wood <beww [at] beww> wrote:
>>>>
>>>> On Thursday, July 29, 2010 05:37:37 pm Nick Rout wrote:
>>>>>
>>>>> On Fri, Jul 30, 2010 at 11:28 AM, Christopher Kerr
>>>>>
>>>>> <mythtv [at] theseekerr> wrote:
>>>>>>
>>>>>> On Wed, Jul 28, 2010 at 10:15 PM, Tim Coote <tim+mythtv.org [at] coote>
>>>>>> wrote:
>>>>>>>
>>>>>>> Hullo
>>>>>>>
>>>>>>> I've got a separated mythtv frontend/backend based on a couple of
>>>>>>> acer
>>>>>>> revo boxes + fedora 12 standard packages (mythtv 0.23). These devices
>>>>>>> don't have dvd drives, so I'm ripping on macs and pulling the files
>>>>>>> into the startup directory for mythvideo.  For some dvds I can just
>>>>>>> copy across the VIDEO_TS directory and all's well (once I installed
>>>>>>> the
>>>>>>> libdvdcss package, which was non-trivial to work out as a necessary
>>>>>>> component). For others this doesn't seem to work, so I'm ripping the
>>>>>>> dvds to mpeg ts encapsulated video stream using vlc, ignoring the dvd
>>>>>>> menu and just playing the video. However, when I rip like this, I get
>>>>>>> a
>>>>>>> 6GB file (clumsy to move around the house) and the forward / backward
>>>>>>> arrows just crash the internal video player.
>>>>>>>
>>>>>>> Should I be using a different encoding and/or encapsulation?  Or is
>>>>>>> this
>>>>>>> a known bug (I've seen something that may relate to left/right arrow
>>>>>>> in
>>>>>>> video playback.
>>>>>>>
>>>>>>> It would help me if I understood how to pull out small segments of a
>>>>>>> dvd, to run tests on, if that's possible, so that I don't spend a
>>>>>>> couple of hours ripping/transferring before I realise that I've got
>>>>>>> the
>>>>>>> wrong format. Is it possible to pull of bits of a dvd - I cannot seem
>>>>>>> to just transcode the VOB files, for instance, as these do not play
>>>>>>> back reliably.
>>>>>>
>>>>>> I think most of us are now using MakeMKV - just google it, it's a free
>>>>>> tool which can take a title from a DVD, ISO or VIDEO_TS folder and
>>>>>> remux it into an MKV which works perfectly in the internal player.
>>>>>
>>>>> Nice product but closed source and when they get out of beta I suspect
>>>>> you will have to pay for it. It may or may not be worth it.
>>>>>
>>>>> It must check home too as periodically I get a message "this version
>>>>> is out of date, you must update" or words to that effect.
>>>>>
>>>>> As far as just ripping a dvd, try:
>>>>>
>>>>> mplayer dvd://n -dumpstream -dumpfile mydvd.vob
>>>>>
>>>>> where n is the title you want to rip.
>>>>>
>>>>> Then you can use avidemux or handbrake to transcode if desired. I
>>>>> prefer h264 in a mkv, it comes out much much smaller.
>>>>
>>>>
>>>>
>>>> I confess I haven't been following this thread, but I just use handbrake
>>>> to rip the main title from a DVD to an h264-
>>>> encoded MKV file, it even gets the chapters right.
>>>>
>>>> Did I miss some problem with doing that?
>>>
>>> No I just didn't know it would do it straight from the dvd, having the
>>> chapters is excellent.
>>>
>>>>
>>>> I looked at MakeMkv, but having to answer "yes" to something that looked
>>>> like it was written by the Microsoft Legal Dept.
>>>> just went against the grain for a Linux application. I won't use it,
>>>> especially as I have a working alternative.
>>>
>>> Yes, but useful for post dvd material (bluray etc).
>>>
>>
>> PS makedvd does not do any transcoding. It decrypts, rips and
>> repackages to mkv. Even when it rips a dvd it encapsulates the mpeg2
>> video into an mkv container. Useful for bit perfect ripping to use
>> with storage groups, which won't do iso.
>>
>
> Tyler T's point about the seektable seemed to work.
>
> Something that I probably didn't stress enough is that I've only got a dvd
> player in my mac and I'd prefer not to have to install mplayer etc on that
> platform if I can avoid it as it doesn't have good package management.
> What's a bit frustrating is the cycle time for trialling a new tool: a rip
> takes up to an hour, followed by a comparable amount of time to xfer a huge
> file, which then doesn't work.  I tried handbrake + vlc since the original
> post. I can get an h264 stream in mkv or m4v encapsulation, but neither
> plays with the internal player and transcoding seems quite slow (about 25%
> faster than real-time).
>

why not do your tests on a small title, often the trailer or out-takes
are included on the dvd.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


lists at murrell

Jul 30, 2010, 11:38 PM

Post #10 of 13 (825 views)
Permalink
Re: video formats [In reply to]

> rip like this, I get a 6GB file (clumsy to move around the house) and the
> forward / backward arrows just crash the internal video player.

I have been doing some testing with this, and what I have had good
results with is this:

1.) Rip the movie (not menus or such) using mplayer's "dumpstream"
option (which I got from another thread)
2.) Use HandBrake CLI to convert the video to MKV, using it's default
"High Quality" setting. This results in a file of about 1.6GB. The
quality is almost undiscernable from the source rip.

-Alan
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


lists at murrell

Jul 30, 2010, 11:42 PM

Post #11 of 13 (830 views)
Permalink
Re: video formats [In reply to]

On 07/29/2010 05:04 PM, Brian Wood wrote:
> I confess I haven't been following this thread, but I just use handbrake to rip the main title from a DVD to an h264-
> encoded MKV file, it even gets the chapters right.
>
> Did I miss some problem with doing that?

Handbrake has been known to have issues with some newer DVDs, or at
least it did up to around Xmas or so; I haven't really followed up on
that. "The Dark Knight" was one notable "problem" DVD.

-Alan
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


lists at murrell

Jul 30, 2010, 11:52 PM

Post #12 of 13 (827 views)
Permalink
Re: video formats [In reply to]

On 07/30/2010 02:56 AM, Tim Coote wrote:
> time to xfer a huge file, which then doesn't work. I tried handbrake +
> vlc since the original post. I can get an h264 stream in mkv or m4v
> encapsulation, but neither plays with the internal player and

What version of MythTV are you running? I am running 0.23 (Mythbuntu
10.04) and can play h264-encoded files just fine (I am using internal
player for all media)

-Alan
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


beww at beww

Aug 1, 2010, 6:00 AM

Post #13 of 13 (785 views)
Permalink
Re: video formats [In reply to]

On Saturday, July 31, 2010 12:42:09 am Alan Murrell wrote:
> On 07/29/2010 05:04 PM, Brian Wood wrote:
> > I confess I haven't been following this thread, but I just use handbrake
> > to rip the main title from a DVD to an h264- encoded MKV file, it even
> > gets the chapters right.
> >
> > Did I miss some problem with doing that?
>
> Handbrake has been known to have issues with some newer DVDs, or at
> least it did up to around Xmas or so; I haven't really followed up on
> that. "The Dark Knight" was one notable "problem" DVD.

So I had heard, but the "problem" has never effected me, probably because I am rarely interested in recent movie releases,
most of them seem to be (bad) re-makes or sequels, or genres that don't interest me.

From what I've read, these "problem" disks use the menu to jump around in ways that Handbrake can't follow, and/or have
many "false" tracks that are also hard to follow, but, as I said, I've not encountered any of these "problem" disks.

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.