On Thursday 27 December 2012 20:15:27 Daniel Franke wrote:
> On Thursday 27 December 2012 17:25:51 Luca Barbato wrote:
> > I mean using vlc to backup the dvd. k9copy should remove the crypto-wrap
> > around the dvd and I'm thinking that might be the problem.
> 
> Ok, got that wrong. Got VLC for my Ubuntu box. Now trying to figure out how
> to get a backup of a particular track/episode. As far as I can wrestle it
> from google, this should (mostly) do it:
> 
>   $ vlc dvdsimple:///dev/dvd#1 --sout \
>       "#standard{access=file,mux=ts,dst=dvdout.mpg}" vlc://quit
> 
> Something happens and a slowly file is written. However, after the first
> track, VLC seems to move to the next and borks the output file?! 

This seemed to work better,

$ vlc dvd:///dev/sr0#4 --sout "#standard{access=file,mux=ts,dst=dvdout.mpg}" 
vlc://quit

but was incredible slow, like 10s of wall clock time for 1s of DVD play time. 
However, after some hours I got something that seems to contain all the 
languages and subtitles, but also something I didn't ask for ...

$ avconv -i dvdout.mpg 
avconv version 0.8.4-4:0.8.4-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the 
Libav developers
  built on Nov  6 2012 16:50:25 with gcc 4.6.3
[mpegts @ 0x9753240] max_analyze_duration reached
[mpegts @ 0x9753240] PES packet size mismatch                                   
                                      
    Last message repeated 1 times
Input #0, mpegts, from 'dvdout.mpg':
  Duration: N/A, start: 58649.003467, bitrate: N/A
  Program 1 
    Stream #0.0[0x46]: Video: mpeg2video (Main), yuv420p, 720x576 [PAR 64:45 
DAR 16:9], 8500 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0.1[0x47](eng): Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s
    Stream #0.2[0x48](fra): Audio: ac3, 48000 Hz, 5.1, s16, 384 kb/s
    Stream #0.3[0x49](spa): Audio: ac3, 48000 Hz, stereo, s16, 192 kb/s
    Stream #0.4[0x4a](isl): Data: [130][0][0][0] / 0x0082
    Stream #0.5[0x4b](eng): Data: [130][0][0][0] / 0x0082
    Stream #0.6[0x4c](eng): Data: [130][0][0][0] / 0x0082
    Stream #0.7[0x4d](fra): Data: [130][0][0][0] / 0x0082
    Stream #0.8[0x4e](swe): Data: [130][0][0][0] / 0x0082
    Stream #0.9[0x4f](nld): Data: [130][0][0][0] / 0x0082
    Stream #0.10[0x50](nor): Data: [130][0][0][0] / 0x0082
    Stream #0.11[0x51](dan): Data: [130][0][0][0] / 0x0082
    Stream #0.12[0x52](fin): Data: [130][0][0][0] / 0x0082
    Stream #0.13[0x53](fra): Data: [130][0][0][0] / 0x0082
    Stream #0.16[0x57]: Data: [130][0][0][0] / 0x0082
    Stream #0.15[0x58]: Video: mpeg2video, 90k tbn
    Stream #0.14[0x59]: Audio: ac3, 0 channels
    Stream #0.17[0x93]: Data: [130][0][0][0] / 0x0082

... which doesn't look much better to me (what are the last four streams?). 
Also the file is ~2.9GB, while I expected ~1.7GB only.

Does this help anyone? Anything else I can do?

Thanks

        Daniel

_______________________________________________
libav-tools mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-tools

Reply via email to