Advertisement
Bytee

Untitled

May 22nd, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. python3 cake.py Barmaids -v --bdinfo bdinfo.txt
  2. Video track(s):
  3.  
  4. MPEG-4 AVC Video / 30195 kbps / 1080p / 23.976 fps / 16:9 / High Profile 4.1
  5.  
  6. Audio track(s):
  7.  
  8. {'name': 'DTS-HD Master Audio / 2.0 / 48 kHz / 1561 kbps / 16-bit', 'language': 'English'}
  9.  
  10. Subtitle track(s):
  11.  
  12.  
  13. Detecting tracks...
  14. ['/usr/bin/wine', '/home/byte/eac3to/eac3to.exe', 'Barmaids/BDMV/PLAYLIST/00004.MPLS', '-check']
  15. err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
  16. err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
  17.  
  18. Demuxing...
  19. ['/usr/bin/wine', '/home/byte/eac3to/eac3to.exe', '-log=log.txt', 'Barmaids/BDMV/PLAYLIST/00004.MPLS']
  20. err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
  21. err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
  22. 1) Barmaids/BDMV/PLAYLIST/00004.MPLS, 00004.m2ts, 1:29:27
  23. - Chapters, 8 chapters
  24.  
  25. mkvmerge...
  26. ['/usr/bin/mkvmerge', '-o', 'movie.mkv']
  27. mkvmerge v32.0.0 ('Astral Progressions') 64-bit
  28. Error: No source files were given.
  29.  
  30. Writing metadata...
  31. Traceback (most recent call last):
  32. File "cake.py", line 488, in <module>
  33. mediainfo_text = check_output(mediainfo_cmd).decode("utf-8").splitlines()
  34. File "/usr/lib/python3.5/subprocess.py", line 626, in check_output
  35. **kwargs).stdout
  36. File "/usr/lib/python3.5/subprocess.py", line 708, in run
  37. output=stdout, stderr=stderr)
  38. subprocess.CalledProcessError: Command '['/usr/bin/mediainfo', 'movie.mkv']' returned non-zero exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement