C0D3D3V / bbb-dl

Downlaod BigBlueButton recordings. A simple scrapper for Big Blue Button lessons. Download and merge the audio and video files of a BigBlueButton conference from the conference replay url.
MIT License
65 stars 16 forks source link

output Error 1 #29

Closed Qbreak closed 1 year ago

Qbreak commented 1 year ago
PS G:\bbb2\bbb-dl-9.9.9.0> bbb-dl -v https://bbbmain4.****.org/playback/presentation/2.3/********************************
Output directory for the final video is: G:\bbb2\bbb-dl-9.9.9.0
Directory for the temporary files is: C:\Users\kaanc\AppData\Local\bbb-dl\********************************
Downloading meta information
metadata.xml is already present
shapes.svg is already present
Downloading webcams / deskshare
cursor.xml is already present
panzooms.xml is already present
captions.json is already present
deskshare.xml is already present
events.xml is already present
Downloading video/webcams.webm from: https://bbbmain4.****.org/presentation/********************************/video/webcams.webm
video/webcams.mp4 is already present
Downloading deskshare/deskshare.webm from: https://bbbmain4.****.org/presentation/********************************/deskshare/deskshare.webm
Downloading deskshare/deskshare.mp4 from: https://bbbmain4.****.org/presentation/********************************/deskshare/deskshare.mp4
deskshare/deskshare.mp4 could not be downloaded: 404 Not Found
Error: 404, message='Not Found', url=URL('https://bbbmain4.****.org/presentation/********************************/deskshare/deskshare.mp4')
video/webcams.webm could not be downloaded: 404 Not Found
Error: 404, message='Not Found', url=URL('https://bbbmain4.****.org/presentation/********************************/video/webcams.webm')
deskshare/deskshare.webm could not be downloaded: 404 Not Found
Error: 404, message='Not Found', url=URL('https://bbbmain4.****.org/presentation/********************************/deskshare/deskshare.webm')
Downloading slides
presentation/********************************-********************************/slide-1.png is already present
presentation/********************************-********************************/slide-1.png is already present
presentation/********************************-********************************/slide-1.png is already present
presentation/********************************-********************************/slide-2.png is already present
presentation/********************************-********************************/slide-3.png is already present
presentation/********************************-********************************/slide-4.png is already present
presentation/********************************-********************************/slide-5.png is already present
presentation/********************************-********************************/slide-6.png is already present
presentation/********************************-********************************/slide-7.png is already present
Recording title: 1***************
Recording date: 2022-10-04T14-08-37
Recording duration: 1:24:24
No desk was shared in this session
Start capturing frames...
Output directory for frames is: C:\Users\kaanc\AppData\Local\bbb-dl\********************************\frames
Initialization takes a few seconds...

Done: 00000 / 13800 Frames | 000 / 010 Parts |
Partition already finished: 0 to 24:17

Partition already finished: 42:45 to 43:42

Partition already finished: 1:12:35 to 1:12:54

Partition already finished: 44:46 to 56:09

Partition already finished: 56:09 to 1:07:13

Partition already finished: 43:42 to 44:46

Partition already finished: 1:07:13 to 1:12:35

Partition already finished: 1:20:59 to 1:24:24

Partition already finished: 24:17 to 42:45

Partition already finished: 1:12:54 to 1:20:59

Frames capturing is finished and took: 2.
Start creating slideshow...
Running command: ffmpeg -hide_banner -f concat -i C:\Users\kaanc\AppData\Local\bbb-dl\********************************\slideshow.txt -filter_complex [0:v]fps=24,scale=w=1600:h=1600:force_original_aspect_ratio=decrease,pad=1600:1600:(ow-iw)/2:(oh-ih)/2[out] -map [out] -strict experimental -crf 22 -pix_fmt yuv420p -preset ultrafast C:\Users\kaanc\AppData\Local\bbb-dl\********************************\slideshow.mp4
Error: 1
PS G:\bbb2\bbb-dl-9.9.9.0>
C0D3D3V commented 1 year ago

Please try version 9.9.9.1

C0D3D3V commented 1 year ago

Btw. since bbb-dl can only guess the final slideshow size based on the maximum viewbox of the presentation and screen share... I would recommend to set the width and height manually, to reduce the rendering time. In your example bbb-dl has choosen 1600x1600 but 1280x720 would probably be enough. But if you have a good enough computer you probably do not care about rendering time, then you can keep using the guessed size...

Qbreak commented 1 year ago

ahh man it works perfectly. The update about the last IU logs you made is excellent. I hope I can be like you in the future, it's like a miracle.

C0D3D3V commented 1 year ago

You are welcome :) And thank you.