Advertisement
marcello

dvd

Jul 15th, 2012
1,488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. vobcopy -l
  2. Vobcopy 1.1.0 - GPL Copyright (c) 2001 - 2007 robos@muon.de
  3. [Hint] All lines starting with "libdvdread:" are not from vobcopy but from the libdvdread-library
  4.  
  5. [Info] Path to dvd: /dev/sr0
  6. libdvdread: Using libdvdcss version 1.2.10 for DVD access
  7. [Info] Name of the dvd: 23_1APRIL
  8. [Info] There are 2 titles on this DVD.
  9. [Info] There are 37 chapters on the dvd.
  10. [Info] Most chapters has title 2 with 29 chapters.
  11.  
  12. [Info] There are 2 angles on this dvd.
  13.  
  14. [Error] Something went wrong during the size detection of the
  15. [Error] vobs, size check at the end won't work (probably), but I continue anyway
  16.  
  17. [Info] Using Title: 2
  18. [Info] Title has 29 chapters and 1 angles
  19. [Info] Using Chapter: 1
  20. [Info] Using Angle: 1
  21.  
  22. libdvdread: Attempting to retrieve all CSS keys
  23. libdvdread: This can take a _long_ time, please be patient
  24.  
  25. libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x0000012e
  26. libdvdread: Elapsed time 0
  27. libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x00008ed4
  28. libdvdread: Elapsed time 0
  29. libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x0000cdd1
  30. libdvdread: Elapsed time 0
  31. libdvdread: Found 1 VTS's
  32. libdvdread: Elapsed time 0
  33.  
  34. [Info] DVD-name: 23_1APRIL
  35.  
  36. [Info] Outputting to /home/manu/Téléchargements/23_1APRIL2.vob
  37. [Info] Successfully copied file /home/manu/Téléchargements/23_1APRIL2.vob
  38.  
  39. [Info] Copying finished! Let's see if the sizes match (roughly)
  40. [Info] Combined size of title-vobs: 3989848064 (3805 MB)
  41. [Info] Copied size (size on disk):  3989848064 (3805 MB)
  42. [Info] Everything seems to be fine, the sizes match pretty good ;-)
  43. [Hint] Have a lot of fun!
  44.  
  45. ffmpeg -i 23_1APRIL2.vob -vcodec copy -acodec copy 23_1APRIL2.mpg
  46.  
  47. manu@leonard:~/Téléchargements$ ffmpeg -i /media/cdrom0/VIDEO_TS/VTS_01_1.VOB 2>&1 | tail -5
  48. Input #0, mpeg, from '/media/cdrom0/VIDEO_TS/VTS_01_1.VOB':
  49.  Duration: 00:27:47.84, start: 0.060000, bitrate: 5150 kb/s
  50.    Stream #0.0[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [PAR 16:15 DAR 4:3], 7000 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
  51.    Stream #0.1[0x80]: Audio: ac3, 48000 Hz, stereo, s16, 192 kb/s
  52. At least one output file must be specified
  53. manu@leonard:~/Téléchargements$ ffmpeg -i 23_1 2>&1 | tail -5 23_1april-01.ogv  23_1APRIL2.mpg    
  54. manu@leonard:~/Téléchargements$ ffmpeg -i 23_1APRIL2.mpg 2>&1 | tail -5
  55. Input #0, mpeg, from '23_1APRIL2.mpg':
  56.  Duration: 01:40:36.79, start: 1.000000, bitrate: 5223 kb/s
  57.    Stream #0.0[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [PAR 16:15 DAR 4:3], 7000 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
  58.    Stream #0.1[0x80]: Audio: ac3, 48000 Hz, stereo, s16, 192 kb/s
  59. At least one output file must be specified
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement