Guest User

Untitled

a guest
Mar 17th, 2024
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. python3 main.py -t https://network.wwe.com/video/67248?seasonId=15071
  2. Succesfully logged in
  3. Got the video information
  4. aac files finished downloading0
  5. ts files finished downloading
  6.  
  7. Starting to write the metadata file
  8.  
  9. Starting to write the stream title
  10. Finished writing the stream title
  11.  
  12. Finished writing the metadata file
  13. ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers
  14. built with gcc 11 (Ubuntu 11.2.0-19ubuntu1)
  15. configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
  16. libavutil 56. 70.100 / 56. 70.100
  17. libavcodec 58.134.100 / 58.134.100
  18. libavformat 58. 76.100 / 58. 76.100
  19. libavdevice 58. 13.100 / 58. 13.100
  20. libavfilter 7.110.100 / 7.110.100
  21. libswscale 5. 9.100 / 5. 9.100
  22. libswresample 3. 9.100 / 3. 9.100
  23. libpostproc 55. 9.100 / 55. 9.100
  24. Input #0, mpegts, from 'temp/Raw - Jan. 06, 1997.ts':
  25. Duration: 00:00:06.00, start: 0.100000, bitrate: 4951 kb/s
  26. Program 1
  27. Stream #0:0[0x50]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 30 fps, 30 tbr, 90k tbn, 60 tbc
  28. [aac @ 0x561b8e041d40] Estimating duration from bitrate, this may be inaccurate
  29. Input #1, aac, from 'temp/Raw - Jan. 06, 1997.aac':
  30. Metadata:
  31. id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x00\x00\x00\x1b\xa8
  32. Duration: 00:03:15.12, bitrate: 5 kb/s
  33. Stream #1:0: Audio: aac (LC), 48000 Hz, stereo, fltp, 5 kb/s
  34. Input #2, ffmetadata, from 'temp/Raw - Jan. 06, 1997-metafile':
  35. Metadata:
  36. title : Raw - Jan. 06, 1997
  37. Duration: N/A, start: 0.000000, bitrate: N/A
  38. Codec 0x21000 is not in the full list.
  39. Stream #2:0: Data: unknown_codec
  40. Metadata:
  41. title : Raw - Jan. 06, 1997
  42. Output #0, mp4, to 'output/Raw - Jan. 06, 1997/Raw - Jan. 06, 1997.mp4':
  43. Metadata:
  44. id3v2_priv.com.apple.streaming.transportStreamTimestamp: \x00\x00\x00\x00\x00\x00\x1b\xa8
  45. encoder : Lavf58.76.100
  46. Stream #0:0: Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 30 fps, 30 tbr, 90k tbn, 90k tbc
  47. Stream #0:1: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 5 kb/s
  48. Stream mapping:
  49. Stream #0:0 -> #0:0 (copy)
  50. Stream #1:0 -> #0:1 (copy)
  51. Press [q] to stop, [?] for help
  52. frame= 180 fps=0.0 q=-1.0 Lsize= 3655kB time=00:00:06.01 bitrate=4976.4kbits/s speed= 527x
  53. video:3530kB audio:120kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.149704%
  54. Inserted the video into the database
Advertisement
Add Comment
Please, Sign In to add comment