• Search Results for 'videolan'

    Home » Forums » Search » Search Results for 'videolan'

    Viewing 15 results - 1 through 15 (of 202 total)
    Author
    Search Results
    • #2770781

      one extremely important fact you neglected to point out!

      VideoLAN has unveiled…” not VideoLan has released 🙂

    • #2770647

      https://www.sentisight.ai/vlc-introduces-cutting-edge-ai-subtitling-and-translation-capabilities/

      VideoLAN has unveiled groundbreaking advancements in video playback technology by integrating real-time AI-driven subtitle generation and language translation into the VLC media player. This innovation enables users to create and translate subtitles in over 100 languages entirely offline

      1 user thanked author for this post.
    • In reply to: Got a screwdriver?

      #2700723

      Hey Y’all,

      One very handy tool built into Windows which y’all should learn to use is the Windows Package Manager WINGET.

      This tool can be run from an Elevated Command prompt or PowerShell.

      It will install software w/o all the prompts simple and easy. Of course not all software is supported but most of the common things are.

      Here’s just a sample:
      “vscode”
      “Microsoft.Powershell”
      “google.chrome”
      “Mozilla.FireFox”
      “NotePad++”
      VideoLAN.VLC”
      “Malwarebytes.Malwarebytes”
      “Microsoft.PowerToys”
      “TheDocumentFoundation.LibreOffice”
      “7zip.7zip”
      “Foxit.FoxitReader”
      “UweSieber.USBDLM”
      “Open-Shell.Open-Shell-Menu”
      “StartAllBack”
      “AOMEI.PartitionAssistant”

      Example:

      winget install "Notepad++" --Source winget --accept-package-agreements --accept-source-agreements
      

      Note: if you leave off the “agreements” arguments you’ll be prompted for them if required.

      May the Forces of good computing be with you!

      RG

      PowerShell & VBA Rule!
      Computer Specs

      1 user thanked author for this post.
    • #2684797

      Are you using the same HDMI port on the TV to view streaming via Windows 10 and a DVD via Windows 7? If you’re switching devices on the same HDMI port, you may need to power off all machines (TV + PCs) before disconnecting the HDMI cable to then reconnect it. I’m no expert on HDMI, but I’ve heard of issues with handshaking when trying to plug/unplug an HDMI cable while it’s powered.

      Did you try changing the display resolution on your Windows 7 computer to 1920 x 1080?

      A different approach altogether would be to find a new program to play your DVDs on the Windows 10 computer, for example Windows Media Player (still comes preinstalled on Win10) or VLC Media Player.

    • In reply to: VLC updates

      #2679257

      VLC Media Player 3.0.21 (all platforms)

      VLC Media Player (64-bit)

      Portable (64-bit)

      VLC Media Player (32-bit)

      Portable (32-bit)

      2 users thanked author for this post.
    • In reply to: VLC updates

    • #2568236

      Made another attempt- In step #9, menu under “Video” does not match tutorial:

      Click the “Video” menu, hover the cursor over “Subtitles Track” in the menu and click “Teletext” in the list.

       

      The video I used is in fact configured for cc- it’s a download from Invidious, at one point I saw cc’s on the vid on that site, there is now chatter there about “what happened to the cc.”

      Looks like the techwalla tutorial is for Windows systems- see references to the sequence “start>all programs>videoLAN to open VLC.

      VLC runs on this Mint system, but apparently cc’s are not available.  Perhaps someone here can name another app that shows cc’s.

    • #2568035

      Try https://www.videolan.org/  VLC video player

      1 user thanked author for this post.
    • #2564394

      I bought a standard Apple ‘Lightning-to-HDMI’ adapter many years ago (at ridiculous cost for what it is) to show captured photos/videos from my iPhone and iPad on smart TVs easily without having to manage wifi protocols.

      Playing around with the adapter, I found I could use VLC on the iPad (now a series 9) to connect to Windows-based DNLA servers over wifi (I’ve now standardised on Plex, even though I haven’t yet bought into its paid-for services) and serve content to my TV via the Apple hardware adapter from my iDevices. It’s not something I use regularly but it works.

      The only downside (apart from a very, very occasional stutter) has been that the back of the iPad/iPhone can get quite warm depending on the length of any movie being streamed.

      Note: I tried two much cheaper ‘lightning-to-hdmi’ third-party cables before buying the price-gouging Apple genuine articles. The former didn’t work; the latter did.

      So, to answer your question… in my experience a genuine Apple ‘lightning to hdmi’ adapter cable should work for what you want without affecting your iDevices’ wifi connectivity. AFAIK they’re completely different communication protocols. There shouldn’t be a problem.

      Hope this helps…

    • #2543094

      Hey Y’all,

      I came across a post somewhere about using Winget to install software so I thought I’d give it a try. Here’s a simple powershell script to install some of my favorite software. The script is notated with the results as trying to install from the Windows Store did not work, it hung up on the Agreement prompt.

      [UPDATED: added NotePad++]

      #Install PowerShell Core
      winget install --id Microsoft.Powershell --source winget
      
      #Install Google Chrome -- Tested OK
      winget install google.chrome
      
      #Install Mozilla FireFox (Stable) -- Tested OK
      winget install Mozilla.FireFox
      
      #Install NotePad++  -- Tested OK -- No Desktop Icon!
      winget install "Notepad++" --Source winget
      
      #Install VLC Media Player  -- Tested OK
      winget install VideoLAN.VLC
      
      #Install MalwareBytes  -- Tested OK
      winget install Malwarebytes.Malwarebytes
      
      #Install Office 365 Subscription  -- Tested OK
      winget install Microsoft.Office
      
      #Install LibreOffice  -- Tested OK
      winget install TheDocumentFoundation.LibreOffice --source  winget
      
      #Install 7Zip  -- Tested OK
      winget install 7zip.7zip
      
      #Install Foxit Reader  -- Tested OK
      winget install Foxit.FoxitReader
      
      #Install USBDLM (USB Drive Letter Manager)  -- Tested OK
      winget install UweSieber.USBDLM --source winget
      
      #Install RoboForm  -- Tested OK
      winget install SiberSystems.RoboForm --source winget
      
      #Install OpenShell  -- Tested OK
      winget install Open-Shell.Open-Shell-Menu --source winget
      
      #Install AOMEI Partition Assistant  -- Tested OK
      winget install AOMEI.PartitionAssistant --source winget
      
      <#+--------------------------------------------------------+
        | To search for MS Store Apps:                           |
        | winget search "name" --source msstore                  |
        +--------------------------------------------------------+
      #>
      #Install Microsoft Quick Assist (From MS Store)  -- Tested Hangs on Terms Prompt
      winget install 9P7BP5VNWKX5 --source msstore
      
      #Install SysInternals  -- Tested Hangs on Terms Prompt
      winget install 9P7KNL5RWT25  
      
      #Install IrFanView 64  -- Tested Hangs on Terms Prompt
      winget install 9PJZ3BTL5PV6  --source msstore
      

      Note: Downloading from the Windows Store failed both on Win10 Pro and Tiny11B2 installations. Both were running from a Local Account and I also tried while being logged into the MS Store.

      Here’s what it looks like when it fails:

      PS> winget install 9P7BP5VNWKX5 --source msstore
      
         - 
         - 
      Found Quick Assist [9P7BP5VNWKX5] Version Unknown
      This package is provided through Microsoft Store. winget may need to acquire the
       package from Microsoft Store on behalf of the current user.
      Agreements for Quick Assist [9P7BP5VNWKX5] Version Unknown
      Version: Unknown
      Publisher: Microsoft Corp.
      Description: Help family and friends with their PC or get help from them using Q
      uick Assist. Use a remote connection to view their screen or request full contro
      l during a session, make annotations, use a laser pointer, and more to help fix 
      PC problems.
      License: ms-windows-store://pdp/?ProductId=9P7BP5VNWKX5
      Privacy Url: https://go.microsoft.com/fwlink/?LinkId=521839
      Agreements:
      Category: Utilities & tools
      Pricing: Free
      Free Trial: No
      Terms of Transaction: https://aka.ms/microsoft-store-terms-of-transaction
      Seizure Warning: https://aka.ms/microsoft-store-seizure-warning
      Store License Terms: https://aka.ms/microsoft-store-license
      
      
      The publisher requires that you view the above information and accept the agreem
      ents before installing.
      Do you agree to the terms?
      

      If anyone knows how to get the MS Store to work with Winget I’d be very appreciative.

      May the Forces of good computing be with you!

      RG

      PowerShell & VBA Rule!
      Computer Specs

      • This topic was modified 2 years, 3 months ago by RetiredGeek.
      3 users thanked author for this post.
    • In reply to: VLC updates

      #2509696

      VLC Media Player 3.0.18

      https://www.videolan.org/vlc/

      https://downloads.videolan.org/pub/videolan/vlc/3.0.18/

      1 user thanked author for this post.
    • #2472778

      You said to save my current settings: Windows + r, then paste %appdata%vic in the input area, and press OK. For some reason, that won’t work. The second % is not recognized. See the first and second images on the attached.

      My bad, as @PKCano pointed out, I forgot to include the \ when I posted those instructions (it “should” have been %appdata%\vlc)

      As for the error you got trying to use the built-in function to update VLC, that “seems” to indicate there’s some sort of problem with your internet connection (which “might” be a clue as to why your browsers don’t play sounds, but lets not go there yet!)

      You can go the the VLC website, click the Download VLC button and use the vlc-3.0.17.4-win32.exe file to install the newest version (it’ll detect your existing VLC and ask if you want to update it.)

      As for VLC not playing sounds, which even the older version should if it worked before, here’s a few things to try.

      Open the sound control panel and ensure your speakers are set as the Default Device (i.e. there’s a green-check mark beside them like this.)

      DefaultDevice

      If not, set it as the Default Device.

      With the speakers selected, click the Properties button
      (note: these are the settings from my Win7 PC.)

      On the General tab

      Device usage: is set to Use this device (enabled)

      On the Enhancements tab

      Everything is unchecked

      On the Advanced tab

      Default Format is set to 24 bit, 48000 Hz (Studio Quality)
      Both items in Exclusive Mode are unchecked

      Did this fix your VLC and/or browser sound problem?

      If not, here’s a reg file from my Win7 PC containing the “working” sound drivers I use (it sets which sound types use which sound drivers.)

      SoundDrivers

      Save it to your PC, unzip it, and then merge it into your registry (you’ll get a popup warning about the dangers of doing that, accept it and continue.)

      Note: you do not need to reboot your PC for these changes to take effect.

      Did this fix your VLC and/or browser sound problem?

    • In reply to: VLC updates

      #2441145

      VLC Media Player 3.0.17.4

      https://downloads.videolan.org/pub/videolan/vlc/3.0.17.4/

      https://www.videolan.org/vlc/

    • In reply to: vlc media player

      #2438004

      version 3.0.17.3 of VLC is a non-security bugfix – safe to download directly from the videolan.org web site

      https://www.ghacks.net/2022/03/08/vlc-media-player-3-0-17-out-with-fixes-and-support-for-dav-and-dts-lbr/

      https://www.reddit.com/r/VLC/comments/tds4ao/vlc_30173_vetinari_has_been_released_videolan/

      https://download.videolan.org/pub/videolan/vlc/3.0.17.3/

      maybe it’s better to wait for a future release like 3.0.18 or so > for those who like using VLC’s “update” feature or depend on that

      2 users thanked author for this post.
    • In reply to: vlc media player

      #2437832

      I just went to videolan.org to get the latest version for Win10 64-bit, and the “download VLC” button gave me v3.16 which was released last June. The archive, however, contains v3.0.17.3 which was released on March 11th of this year.

    Viewing 15 results - 1 through 15 (of 202 total)
SunMonTueWedThuFriSat
123456789101112131415161718192021222324252627282930123456789101112