Question Answering with YouTube Videos Using RAG in LangChain Programming Computer Science by usmanmalik57 … from YouTube Videos The first step involves converting YouTube video content into text documents. You can use the `from_youtube_url…: {len(docs)}") print("=====================================") print("Contents of video 1") print("=====================================") print(docs[0]) ``` **Output… Re: How long does it take to develop a game Programming Game Development by kishanrg Developing a game can vary greatly in terms of time depending on several factors such as the complexity of the game, the size of the development team, and the resources available. However, on average, it can take anywhere from six months to several years to develop a game from start to finish. Simple mobile games with basic mechanics might take … Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Read a Book … (pathinfo($image4, PATHINFO_EXTENSION) === 'mp4') { // Display a video if the link points to an MP4 file echo '<… echo 'Your browser does not support the video tag.'; echo '</video>'; } elseif (in_array(pathinfo($image4, PATHINFO_EXTENSION… How Build video-player in html And css ? Programming by Kirubel_2 …quot;100%" width="100%"></video> <div class="dis-box">… } </script> <script src="../js/script.js"></script> <script src="…;../js/img.js"></script> </body>… Re: Read file properties of video files in C++ Programming Software Development by pritaeas … no real Windows API to read video info, as this info is different for each video format. With the Windows Property System…. Personally I'd choose to learn how to read the video formats you need (which IMO works best with an existing… Re: Read file properties of video files in C++ Programming Software Development by toneewa …: 370 kb/s Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv…tbc (default) Metadata: handler_name : Core Media Video encoder : Lavc60.3.100 libx264 Stream #0…bitrate: 6474 kb/s Stream #0:0: Video: h264 (High), yuv420p(tv, bt709, progressive),… Read file properties of video files in C++ Programming Software Development by Thomasio I want to figure out what Windows does when you right-click a video file and check properties and I would like to write a similar piece of code in C++. I should be able to figure out how to read the file type and size, but I'm lost in how to get details of the video like resolution and runtime. Which API commands does Windows use there? Re: Read file properties of video files in C++ Programming Software Development by Thomasio Yes, I know, Windows doesn't report details for all video files, sometime it just doesn't and I already guessed … file format Windows cannot read correctly. But then for the video files where Windows does report details within the file properties… Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Dani …well? Either way, I'm not seeing video anywhere on the page? Can you provide…javascript file https://www.kupisi.mk/js/dz.carousel.js at the bottom of the page.… other tweaks as well. dz.carousel.js **currently** looks like this (I passed …it through a JS beautifier to format the code): var MoonCartCarousel =… Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Dani Glad you were able to get it working. I am seeing the product page with a video you're referring to. The video does not autoplay. Are you wanting the video to autoplay? (I don't think it should. It's a bad user experience.) Is Google not considering these pages as having video content? Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Read a Book WOW finally solved! Thank you so much DANI !! Removing the autoplay from the `// Product Gallery Swiper1 ==` solved the problem! Thank you so much! Here is a product page with a video https://www.kupisi.mk/product/за-дома/глава-за-туш-со-филтер-за-прочистување-вода/41 How Build Html form ? Programming by Kirubel_2 …;title>Comment</title> <script src="js/jquery.js"></script> <link rel="… A Utility App for my organisation Hardware and Software Cloud-based Apps by Rahul_143 … is the collection of educational resources in images, pdf or video form fourth is the forum with contact details of all… Re: Improve HAVING BY performance Programming Databases by Dani … fully loaded, meaning CSS files downloaded and rendering the HTML, JS files downloaded and executed, etc., in 2s or less. That… Re: Improve HAVING BY performance Programming Databases by Biiim … & frontend but i'm still just learning despite using JS for around 17 years. I currently am looking at storing… Re: Mariadb10.11.6 Glarea single failed node startup stuck failure Programming Databases by toneewa … have two UPS that have prevented over 300 outages. This [video](https://youtu.be/537SBbbJLYY?si=uK3DeAp_h6Pyq5LB&t=81) explains… Re: DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by Dani That looks interesting. It’s not relevant to us because we would need an expensive GTX video card, Windows computer, and there’s no API … but it looks intriguing :) Re: DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by Dani Pardon my cluelessness here. A $300 video card can efficiently perform complex AI tasks against DaniWeb’s entire database in real time? Missed the link to the Python API. Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Read a Book BUMP. Anyone can help with this issue ? :/ Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Dani I’ll take a look at this tomorrow. I’m currently in bed :) Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Dani You have the itemtype set to a VideoObject but, as you point out, only sometimes is there actually an .mp4 file. The rest of the time, it's a static image such as a png, jpg, or jpeg. Google probably doesn't trust your meta tags since they are inaccurate half the time. Re: How Build video-player in html And css ? Programming by Kirubel_2 body{ /* background: url(../img/w11.png); */ background: url(../img/m.jpg); background-size: cover; background-repeat: no-repeat; margin: 0; padding: 0; height: 101vh; overflow-y: hidden; } .container button{ background: transparent; … Re: Read file properties of video files in C++ Programming Software Development by pritaeas Here's a good place to start: https://mediaarea.net/en/MediaInfo Re: Read file properties of video files in C++ Programming Software Development by Thomasio How would that help me? That's just another program that does more or less the same Windows does, but doesn't mention which API commands one needs to get this output. It's open source, meaning one could look into the code and try to figure out the relevant commands but we all know figuring out what someone elses code does takes far longer than … Re: Read file properties of video files in C++ Programming Software Development by rproffitt When you asked for runtime you triggered a memory from long ago where MP3 runtimes were at times wildly inaccurate. Just like the man who was turned into a newt in Monty Python who said "I got better", such are better now but I still read complaints it's not exact. So here's the thing, you may want that runtime but it's not always … Re: Read file properties of video files in C++ Programming Software Development by rproffitt Regarding "doesn't open the file". I've used so many tools over the years to profile and log what apps access that I can write that Windows does open the file for a peek. And then we have the problem that many files don't have duration. https://www.loc.gov/preservation/digital/formats/fdd/fdd000105.shtml is for MP3 and it's not in … Re: Read file properties of video files in C++ Programming Software Development by Salem If you want to know what windows is up to when you do something, then try using https://learn.microsoft.com/en-us/sysinternals/downloads/procmon Re: Read file properties of video files in C++ Programming Software Development by Thomasio Thanks @toneewa that looks like what I want, at least a basis from where I can try to work it out for my needs. Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Read a Book @rproffitt I tried it with various higher numbers than 0 and it did no helped... How can this be so big problem i don't understand :/ The products with videos in them are hurting my SEO... ![Screenshot_2024-03-21_093154.png](https://static.daniweb.com/attachments/4/b8ebec361fed813b05ae54827e38e9c6.png) Re: Finished learning basics of html and css. What next? Community Center Geeks' Lounge by Dani Or you could try the React framework instead of Angular. I've heard better things about it.