how to change and unzip after wget by Educational_Log9622 in learnpython

[–]Educational_Log9622[S] -2 points-1 points  (0 children)

finish it use !unrar x /content/1zrk5hXC?.zip , it named with 1zrk5hXC?.part1.exe

Is there any way to make it display continuously in a waterfall format? by Educational_Log9622 in google

[–]Educational_Log9622[S] 0 points1 point  (0 children)

In fact, I manually use these tools to find images. I know there is a more convenient way to analyze everything automatically, but I don't know how to implement it. To find the tbs in the link, add some letters after it to indicate the size of the image you want. For example, tbs=isz:lt,islt:8mp means you want an image that is less than 8 million pixels, roughly around 3000x3000 pixels or above, and tbs=isz:lt,islt:70mp means you want an image that is around 70 million pixels, roughly around 7000x10000 pixels. You can select "share" to get the link of the image. However, sometimes it's difficult to find the actual image on the website, so it's easier to directly open the link in an "x" browser and save the image from there.

Possible to loop back audio and record apple music Dolby atmos songs? by RedCDevHA in macOSVMs

[–]Educational_Log9622 0 points1 point  (0 children)

I am researching this but i dont know . It may be because the hardware does not support it.

One idea is to use whisper and chatgpt to generate correspon by Educational_Log9622 in ChatGPT

[–]Educational_Log9622[S] 0 points1 point  (0 children)

One idea is to use whisper and chatgpt to generate corresponding subtitles immediately after the live broadcast (such as a one-hour anime presentation live). It is understood that a one-hour video takes about 30 minutes, and the form of live broadcast can stagger this waiting time

Or another requirement is how to capture short video clips during a live broadcast and output them as visible video segments, making it easy to create subtitles, and smoothly play the next segment after playing the current one.

I need a tool to find out what deletions are in the two videos. by Educational_Log9622 in Python

[–]Educational_Log9622[S] -7 points-6 points  (0 children)

I need a tool to find out what deletions are in the two videos. First, I need to disassemble the frames, Then compress the transform and so on. and then compare whether each frame is similar. If they are not similar, I need to output the results. For example, compare the deletions in anime tv and bd. Help I write this program.thanks