Advertisement
Bytee

Untitled

Jan 29th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. byte@jarvis:/home/bytesized/data/completed/The Alien Dead 1980 1080p Blu-ray AVC LPCM 2.0-CultFilms™$ python3 /home/byte/cooker/cooker.py -r BDMV -p 1 -n "The Alien Dead (1980)" -o The.Alien.Dead.1980.BluRay.REMUX.AVC.FLAC.2.0-BLURANIUM.mkv -sd
  2.  
  3. Warning: BDInfo quick summary file not set, using default: bdinfo_quick_summary.txt
  4.  
  5. Parsing BDInfo Quick Summary: bdinfo_quick_summary.txt
  6.  
  7. QUICK SUMMARY:
  8. Disc Title: The Alien Dead 1980 1080p Blu-ray AVC LPCM 2.0-CultFilms™
  9. Disc Size: 24.242.335.068 bytes
  10. Protection: AACS
  11. BD-Java: No
  12. Playlist: 00001.MPLS
  13. Size: 14.772.148.224 bytes
  14. Length: 1:14:33.385
  15. Total Bitrate: 26,42 Mbps
  16. Video: MPEG-4 AVC Video / 23343 kbps / 1080p / 23,976 fps / 16:9 / High Profile 4.1
  17. Audio: English / LPCM Audio / 2.0 / 48 kHz / 1536 kbps / 16-bit
  18. Audio: English / Dolby Digital Audio / 2.0 / 48 kHz / 128 kbps
  19.  
  20. Video track:
  21.  
  22. MPEG-4 AVC Video / 23343 kbps / 1080p / 23,976 fps / 16:9 / High Profile 4.1
  23.  
  24. Audio track(s):
  25.  
  26. {'name': 'LPCM Audio / 2.0 / 48 kHz / 1536 kbps / 16-bit', 'lang': 'en'}
  27. {'name': 'Dolby Digital Audio / 2.0 / 48 kHz / 128 kbps', 'lang': 'en'}
  28.  
  29. Subtitle language(s):
  30.  
  31. []
  32.  
  33. Demuxed files:
  34.  
  35. 00001 - 2 - h264, 1080p24.h264
  36. 00001 - Chapters.txt
  37. 00001 - 4 - AC3, English, 2.0 channels, 128kbps, 48kHz.ac3
  38. 00001 - Log.txt
  39. 00001 - 3 - PCM, English, 2.0 channels, 16 bits, 48kHz.pcm
  40.  
  41. Processing demuxed audio...
  42.  
  43. 00001 - 2 - h264, 1080p24.h264
  44. 00001 - 4 - AC3, English, 2.0 channels, 128kbps, 48kHz.ac3
  45. 00001 - 3 - PCM, English, 2.0 channels, 16 bits, 48kHz.pcm
  46.  
  47. PCM Audio, demuxing FLAC...
  48.  
  49. ['wine', '/home/byte/eac3to/eac3to.exe', '"BDMV"', '1)', '3:"00001 - 3 - PCM, English, 2.0 channels, 16 bits, 48kHz.flac"']
  50. err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
  51. err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
  52. HD DVD / Blu-Ray disc structure not found.
  53. Traceback (most recent call last):
  54. File "/home/byte/cooker/cooker.py", line 424, in <module>
  55. RemuxBD(args.remux, params).remux()
  56. File "/home/byte/cooker/cooker.py", line 319, in remux
  57. self.mkvmerge()
  58. File "/home/byte/cooker/cooker.py", line 223, in mkvmerge
  59. files = self.process_audio(files)
  60. File "/home/byte/cooker/cooker.py", line 201, in process_audio
  61. bitrate = self.get_flac_bitrate(new_audio)
  62. File "/home/byte/cooker/cooker.py", line 113, in get_flac_bitrate
  63. file
  64. File "/usr/lib/python3.5/subprocess.py", line 626, in check_output
  65. **kwargs).stdout
  66. File "/usr/lib/python3.5/subprocess.py", line 708, in run
  67. output=stdout, stderr=stderr)
  68. subprocess.CalledProcessError: Command '['/usr/bin/mediainfo', '--Inform="Audio;%BitRate%"', '00001 - 3 - PCM, English, 2.0 channels, 16 bits, 48kHz.flac']' returned non-zero exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement