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?! At least, 
that's what it looks like ...

During copy of the first track:
$ 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 @ 0x9b95240] max_analyze_duration reached
[mpegts @ 0x9b95240] PES packet size mismatch                                   
                                      
    Last message repeated 1 times
Input #0, mpegts, from 'dvdout.mpg':
  Duration: 00:37:16.68, start: 45836.894511, bitrate: 5528 kb/s
  Program 1 
    Stream #0.0[0x44]: 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[0x45](eng): Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s


After possibly moving on to the next track:
$ 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 @ 0x8d07240] max_analyze_duration reached
[mpegts @ 0x8d07240] PES packet size mismatch                                   
                                      
    Last message repeated 1 times
Input #0, mpegts, from 'dvdout.mpg':
  Duration: N/A, start: 45836.894511, bitrate: N/A
  Program 1 
    Stream #0.0[0x44]: 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[0x45](eng): Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s
    Stream #0.2[0x46]: Video: mpeg2video, 90k tbn
    Stream #0.3[0x47](eng): Audio: ac3, 0 channels
At least one output file must be specified


Currently trying to figure out the right settings to get a dump of a single 
track/episode without transcoding but with all audio streams and subtitles.

If you happen to know the magic, I'd appreciate if you could help me there.

Thanks

        Daniel

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

Reply via email to