<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>MoonPoint Support Weblog</title>
    <link>https://support.moonpoint.com/blog/blosxom/</link>
    <description>MoonPoint technical support weblog.</description>
    <language>en</language>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>blosxom/2.1.2</generator>

  <item>
    <title>Moving a Filename Magic Pro license from one system to another</title>
    <pubDate>Sat, 04 Apr 2026 16:05:00 -0400</pubDate>
    <link>https://support.moonpoint.com/blog/blosxom/2026/04/04#FilenameMagicPro</link>
    <category>/os/unix/linux/wine</category>
    <guid isPermaLink="false">https://support.moonpoint.com/blog/blosxom/os/unix/linux/wine/FilenameMagicPro</guid>
    <description>
&lt;p&gt;
My wife has been using 
&lt;a href=&quot;https://download.cnet.com/filename-magic-pro/3000-2248_4-10155820.html&quot;&gt;
Filename Magic Pro for Windows&lt;/a&gt; for many years; she has version 1.00, 
which still appears to be the latest version. The
software &quot;offers robust functionality for batch renaming files within
folders. It streamlines the process for organizing large collections of
documents, music, or images.&quot; I transitioned her desktop PC from 
&lt;a href=&quot;https://en.wikipedia.org/wiki/Windows_11&quot;&gt;Microsoft Windows 11&lt;/a&gt; 
to &lt;a href=&quot;https://en.wikipedia.org/wiki/Ubuntu_version_history/Ubuntu_25.10_(Questing_Quokka)&quot;&gt;
Ubuntu Linux 25.10&lt;/a&gt; and installed 
&lt;a href=&quot;https://en.wikipedia.org/wiki/Wine_(software)&quot;&gt;Wine&lt;/a&gt; so that she 
could run Windows applications that she might want to still use on the 
Ubuntu system. I was able to install Filename Magic Pro and use it without
any problems on the Ubuntu system. If you choose to have the program
create a desktop shortcut during the installation, you will see two
shortcuts on the desktop, &lt;em&gt;Filename Magic Pro.desktop&lt;/em&gt; and
&lt;em&gt;Filename Magic Pro.lnk&lt;/em&gt;. If you right-click on &lt;em&gt;Filename Magic
Pro.desktop&lt;/em&gt; and choose &lt;em&gt;Allow Launching&lt;/em&gt;, you can then 
double-click on the shortcut to start the application. You can delete
the &lt;em&gt;Filename Magic Pro.lnk&lt;/em&gt; by right-clicking on it and
choosing &lt;em&gt;Move to Trash&lt;/em&gt;.
&lt;/p&gt;

&lt;p&gt;When you start the program, if it is unregistered, you will see
a countdown timer that counts down from 15.&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;/os/unix/linux/wine/FilenameMagicPro/FilenameMagicPro_Countdown.png&quot;&gt;
&lt;img src=&quot;/os/unix/linux/wine/FilenameMagicPro/FilenameMagicPro_Countdown.png&quot; 
alt=&quot;Filename Magic Pro countdown&quot; width=&quot;439&quot; height=&quot;536&quot;&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;You can wait to the countdown gets to zero or just close the countdown
window to proceed, which will then lead to the display of the window 
below.&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;/os/unix/linux/wine/FilenameMagicPro/FilenameMagic.png&quot;&gt;
&lt;img src=&quot;/os/unix/linux/wine/FilenameMagicPro/FilenameMagic.png&quot; 
alt=&quot;Filename Magic Pro main window&quot; width=&quot;679&quot; height=&quot;662&quot;&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;There is a &quot;click here to purchase&quot; link, but that no longer works; if
you click on it, you will see a 
&lt;a href=&quot;https://en.wikipedia.org/wiki/HTTP_404&quot;&gt;HTTP 404&lt;/a&gt; error
indicating the page no longer exists. But if you previously purchased a
license as we had, you can transfer it from an old system to a new system
or, in our case, from Windows to Linux by exporting the 
&lt;code&gt;HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\L5 Software Group&lt;/code&gt;
registry keys, which you can do with the Windows 
&lt;a href=&quot;https://en.wikipedia.org/wiki/Windows_Registry#Editing&quot;&gt;registry 
editor&lt;/a&gt;, RegEdit, or you can download or copy this 
&lt;a href=&quot;/os/unix/linux/wine/FilenameMagicPro/L5SoftwareGroup.reg&quot;&gt;
L5SoftwareGroup.reg&lt;/a&gt; file and edit it with a 
&lt;a href=&quot;https://en.wikipedia.org/wiki/Text_editor&quot;&gt;text editor&lt;/a&gt;, such as
&lt;a href=&quot;https://en.wikipedia.org/wiki/Windows_Notepad&quot;&gt;Windows Notepad&lt;/a&gt; 
and replace the AppRegKey Xs with your license key (be sure to save it
with just the .reg extension and not a .txt file extension tacked on).
You can add the registry keys to the registry used by Wine by opening 
a &lt;a href=&quot;https://en.wikipedia.org/wiki/GNOME_Terminal&quot;&gt;Terminal&lt;/a&gt; window
and running the command &lt;code&gt;wine regedit &lt;i&gt;filename&lt;/i&gt;.reg&lt;/code&gt; 
where &lt;i&gt;filename&lt;/i&gt; is the name of the .reg file.&lt;/p&gt; 

&lt;div class=&quot;commandprompt&quot;&gt;
&lt;pre&gt;&lt;span style=&quot;color: #4E9A06&quot;&gt;&lt;b&gt;jim@Wonderland&lt;/b&gt;&lt;/span&gt;:&lt;span style=&quot;color: #3465A4&quot;&gt;&lt;b&gt;~&lt;/b&gt;&lt;/span&gt;$ wine regedit ~/Downloads/L5SoftwareGroup.reg 
&lt;span style=&quot;color: #4E9A06&quot;&gt;&lt;b&gt;jim@Wonderland&lt;/b&gt;&lt;/span&gt;:&lt;span style=&quot;color: #3465A4&quot;&gt;&lt;b&gt;~&lt;/b&gt;&lt;/span&gt;$ 
&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;When you then open the program, you won&apos;t see the countdown
timer and can just click on &lt;em&gt;OK&lt;/em&gt;. You can press &lt;em&gt;Alt-Tab&lt;/em&gt;
afterwards to get to the main Filename Magic Pro window.&lt;/p&gt;

</description>
  </item>
  <item>
    <title>Setting the default application to open PDF and EPUB files in Wine</title>
    <pubDate>Mon, 30 Mar 2026 21:51:00 -0400</pubDate>
    <link>https://support.moonpoint.com/blog/blosxom/2026/03/30#defPDF-EPUB</link>
    <category>/os/unix/linux/wine</category>
    <guid isPermaLink="false">https://support.moonpoint.com/blog/blosxom/os/unix/linux/wine/defPDF-EPUB</guid>
    <description>
&lt;p style=&quot;margin-top: 0px;&quot;&gt;
I installed &lt;a href=&quot;https://en.wikipedia.org/wiki/Wine_(software)&quot;&gt;Wine&lt;/a&gt;
on an &lt;a href=&quot;https://en.wikipedia.org/wiki/Ubuntu&quot;&gt;Ubuntu&lt;/a&gt; Linux
system to be able to run Microsoft Windows applications on it. I
installed &lt;a href=&quot;https://en.wikipedia.org/wiki/Sumatra_PDF&quot;&gt;Sumatra 
PDF&lt;/a&gt; to view &lt;a href=&quot;https://en.wikipedia.org/wiki/PDF&quot;&gt;PDF&lt;/a&gt; and 
&lt;a href=&quot;https://en.wikipedia.org/wiki/EPUB&quot;&gt;EPUB&lt;/a&gt; files. When
I double-clicked on EPUB files in the Wine
&lt;a href=&quot;https://en.wikipedia.org/wiki/File_Explorer&quot;&gt;File Explorer&lt;/a&gt;
window, which you can run by issuing the command &lt;code&gt;wine explorer&lt;/code&gt;
in a &lt;a href=&quot;https://en.wikipedia.org/wiki/GNOME_Terminal&quot;&gt;Terminal&lt;/a&gt; 
window, or &lt;code&gt;wine explorer &amp;amp;&lt;/code&gt;, if you wish to open it and
immediately return to the 
&lt;a href=&quot;https://en.wikipedia.org/wiki/Shell_(computing)&quot;&gt;shell&lt;/a&gt; prompt,
I saw an &lt;em&gt;Error&lt;/em&gt; window which stated &quot;There is no Windows program
configured to open this type of file.&quot; If I double-clicked on a PDF file,
it would open in the 
&lt;a href=&quot;https://en.wikipedia.org/wiki/Evince&quot;&gt;GNOME Document Viewer&lt;/a&gt; 
application.  I was able to set the default application for opening those 
files under Wine with the following steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li class=&quot;reference&quot;&gt;
From the Bash prompt in a Terminal window, run the Wine
&lt;a href=&quot;https://en.wikipedia.org/wiki/Windows_Registry#Editing&quot;&gt;registry 
editor&lt;/a&gt; program to modify the 
&lt;a href=&quot;https://en.wikipedia.org/wiki/Windows_Registry#Editing&quot;&gt;Windows 
Registry&lt;/a&gt;  with &lt;code&gt;wine regedit&lt;/code&gt;.
&lt;/li&gt;

&lt;li class=&quot;reference&quot;&gt;
Navigate to &lt;code&gt;HKEY_CLASSES_ROOT\.epub&lt;/code&gt; and set 
&lt;code&gt;(Default) = epubfile&lt;/code&gt;. If you don&apos;t see a &lt;code&gt;.epub&lt;/code&gt;
entry, right-click on &lt;em&gt;HKEY_CLASSES_ROOT&lt;/em&gt; and choose &lt;em&gt;New&lt;/em&gt;.
You can press the F5 key or choose &lt;em&gt;View&lt;/em&gt; and &lt;em&gt;Refresh&lt;/em&gt; to
refresh the display to show the new entry in alphabetical order.
&lt;/li&gt;

&lt;li class=&quot;reference&quot;&gt;
If you then click on the &lt;code&gt;.epub&lt;/code&gt; entry, you will see 
&lt;code&gt;(Default)&lt;/code&gt; under &lt;em&gt;Name&lt;/em&gt;, &lt;code&gt;REG_SZ&lt;/code&gt;
under &lt;em&gt;Type&lt;/em&gt;, and &lt;code&gt;(value not set)&lt;/code&gt; under &lt;em&gt;Data&lt;/em&gt;.
&lt;/li&gt;

&lt;li class=&quot;reference&quot;&gt;
Double-click on the entry and then type &lt;code&gt;epubfile&lt;/code&gt; in the 
&lt;em&gt;Value data&lt;/em&gt; field and then click on &lt;em&gt;OK&lt;/em&gt;.
&lt;/li&gt;

&lt;li class=&quot;reference&quot;&gt;
Then navigate to &lt;code&gt;HKEY_CLASSES_ROOT\epubfile\shell\open\command&lt;/code&gt;,
if it exists. If there is no epubfile entry you can create one by 
right-clicking on &lt;code&gt;HKEY_CLASSES_ROOT&lt;/code&gt; and selecting
&lt;em&gt;New&lt;/em&gt; and &lt;em&gt;Key&lt;/em&gt; giving the new key a name of 
&lt;code&gt;epubfile&lt;/code&gt;. Then double-click on the &lt;em&gt;(Default)&lt;/em&gt; entry
under the new key and type &lt;code&gt;EPUB Document&lt;/code&gt; in the &lt;em&gt;Value
data&lt;/em&gt; field. Then right-click on the &lt;code&gt;epubfile&lt;/code&gt; key 
and choose &lt;em&gt;New&lt;/em&gt; and &lt;em&gt;Key&lt;/em&gt; and type &lt;code&gt;shell&lt;/code&gt; for
the name. Right-click on &lt;em&gt;shell&lt;/em&gt; and create a new, &lt;code&gt;open&lt;/code&gt;
beneath it. Then right-click on &lt;em&gt;open&lt;/em&gt; and create a new key,
&lt;code&gt;command&lt;/code&gt; beneath &lt;em&gt;open&lt;/em&gt;.
&lt;/li&gt;

&lt;li class=&quot;reference&quot;&gt;
Then right click on the &lt;em&gt;command&lt;/em&gt; key and choose &lt;em&gt;New&lt;/em&gt; then
&lt;em&gt;String Value&lt;/em&gt;.
&lt;/li&gt;

&lt;li class=&quot;reference&quot;&gt;
Double-click on the new &lt;em&gt;(Default)&lt;/em&gt; entry under &lt;em&gt;command&lt;/em&gt;
and then type the location and file name for the application that you
wish to use to open .epub files within double quotes followed by a space
and then &lt;code&gt;&quot;%1&quot;&lt;/code&gt;, e.g. 
&lt;code&gt;&quot;C:\Program Files\SumatraPDF\SumatraPDF.exe&quot; &quot;%1&quot;&lt;/code&gt;, if 
you wish to open the files with Sumatra PDF and you installed it so
that it is accessible to all users of the system. Or use
&lt;code&gt;&quot;C:\users\&lt;i&gt;username&lt;/i&gt;\AppData\Local\SumatraPDF\SumatraPDF.exe
&quot; &quot;%1&quot;&lt;/code&gt;, where &lt;i&gt;username&lt;/i&gt; is the relevant username, if you chose 
to install it just for the current user when you installed it.
&lt;/li&gt;

&lt;/ol&gt;  

&lt;p&gt;[ &lt;a href=&quot;/os/unix/linux/wine/defPDF-EPUB/&quot;&gt;More Info&lt;/a&gt; ]&lt;/p&gt;</description>
  </item>
  <item>
    <title>Installing MakeMKV on a Ubuntu Linux system</title>
    <pubDate>Sun, 29 Mar 2026 20:58:00 -0400</pubDate>
    <link>https://support.moonpoint.com/blog/blosxom/2026/03/29#makemkv</link>
    <category>/os/unix/linux/ubuntu</category>
    <guid isPermaLink="false">https://support.moonpoint.com/blog/blosxom/os/unix/linux/ubuntu/makemkv</guid>
    <description>
After trying unsuccessfully to get the
&lt;a href=&quot;https://en.wikipedia.org/wiki/Snap_(software)&quot;&gt;Snap&lt;/a&gt; package of
&lt;a href=&quot;https://www.makemkv.com/&quot;&gt;MakeMKV&lt;/a&gt; working on
an &lt;a href=&quot;https://en.wikipedia.org/wiki/Ubuntu&quot;&gt;Ubuntu&lt;/a&gt; Linux system
(see &lt;a href=&quot;/os/unix/linux/ubuntu/MakeMKV/snap/&quot;&gt;Installing the MakeMKV 
Snap Package on a Ubuntu Linux system&lt;/a&gt;), I uninstalled the Snap version
and installed the software from the
&lt;a href=&quot;https://en.wikipedia.org/wiki/Source_code&quot;&gt;source code&lt;/a&gt;. 
Though installing the application from source code involved more steps,
I was able to successfully install and then rip a couple of discs in far 
less time than I spent trying to get the Snap version to work.

&lt;p&gt;[ &lt;a href=&quot;/os/unix/linux/ubuntu/MakeMKV/install/&quot;&gt;More Info&lt;/a&gt; ]&lt;/p&gt;</description>
  </item>
  <item>
    <title>Updating file locations in Book Collector</title>
    <pubDate>Sat, 28 Mar 2026 13:28:00 -0400</pubDate>
    <link>https://support.moonpoint.com/blog/blosxom/2026/03/28#UpdateDirs</link>
    <category>/software/database/collectorz</category>
    <guid isPermaLink="false">https://support.moonpoint.com/blog/blosxom/software/database/collectorz/UpdateDirs</guid>
    <description>
&lt;p style=&quot;margin-top: 0px;&quot;&gt;
&lt;a href=&quot;https://clz.com/&quot;&gt;Collectorz&lt;/a&gt; now appears to be focusing
on their &lt;a href=&quot;https://clz.com/books&quot;&gt;mobile and web-based products
for managing book collections&lt;/a&gt;, but they also provide a desktop
Book Collector desktop application for systems running Microsoft
Windows, though I don&apos;t even see a link for it on the homepage of
their website nor do I see one in their &lt;a href=&quot;https://clz.com/sitemap&quot;&gt;
sitemap&lt;/a&gt; webpage. However, if you are using the desktop product and
need to update your Book Collector database if the location of cover images, 
thumbnails, list item images, templates, and/or local files for
entries already in the datbase, you can take the steps below.
You can specify the directories for new entries by clicking on
&lt;em&gt;Tools&lt;/em&gt;, &lt;em&gt;Options&lt;/em&gt;, &lt;em&gt;Folders&lt;/em&gt; to set the 
directories Book Collector should use by default.&lt;/p&gt;

&lt;p&gt;Inside the Book Collector program, click on &lt;em&gt;Tools&lt;/em&gt; then
select &lt;em&gt;Update File Links&lt;/em&gt;.  In the &lt;em&gt;Update File Links&lt;/em&gt;
window you can &quot;choose the kind of files you would like to repair&quot;. I left
the default value of &lt;em&gt;All Types&lt;/em&gt;, but you can also select &lt;em&gt;Front
Cover&lt;/em&gt;, &lt;em&gt;Back Cover&lt;/em&gt;, &lt;em&gt;Pick List Image&lt;/em&gt;, &lt;em&gt;Pick List
Template Image&lt;/em&gt;, &lt;em&gt;Local File&lt;/em&gt;, or &lt;em&gt;Backdrop&lt;/em&gt;.  
When you click on &lt;em&gt;Next Step&lt;/em&gt;, you can choose to have the program
automatically update the old folder to the new folder or you can choose
to do it manually. With the automatic option, you can &quot;Select a base
folder and let the program find the missing files automatically&quot; while
with the manual option you can &quot;Use a find and replace action to
manually fix your file paths&quot;.  For the &quot;Choose folder where to
find files&quot;, browse to the appropriate directory where the files are
now located.  Check the box next to &quot;Include subfolders&quot;, if that is
appropriate, and then click on &lt;em&gt;Next step&lt;/em&gt;. The program will then
show a &quot;Finding best matches for missing files&quot; window with a progress
bar as it updated links.&lt;/p&gt;

&lt;p&gt;At the next step, Step 4, you can see the resulting file paths
and click on the &lt;em&gt;Update File Links&lt;/em&gt; button to finalize the
changes. You will then see the number of file links that will be updated
and asked if you are sure to proceed.  I saw a window with a message that
Book Collector was not responding, but I chose &quot;Wait&quot; several times and
it finally completed.  When all the links are updated, you should see
a window informing you of the number of file links updated.
If you updated the location for the images for books already in the 
database, you should now see the images appear for book entries.&lt;/p&gt;

&lt;p&gt;If you just need to update the links for a particular kind of files,
e.g., the local files, or the location of those files differs from
the location of other files, e.g., if they are on a different drive than 
the images, etc., at Step 1 where you &quot;choose the kind of files you
would like to repair&quot;, you can choose that file type instead of &quot;All
Types&quot;.&lt;/p&gt;

&lt;p&gt;I was able to use the above steps when transitioning my wife&apos;s desktop
computer from Windows to &lt;a href=&quot;https://en.wikipedia.org/wiki/Ubuntu&quot;&gt;
Ubuntu&lt;/a&gt; Linux, after I installed Book Collector under
&lt;a href=&quot;https://en.wikipedia.org/wiki/Wine_(software)&quot;&gt;Wine&lt;/a&gt;, to
specify the new location of image and local files.&lt;/p&gt;

&lt;p&gt;[ &lt;a href=&quot;/software/database/collectorz/UpdateDirs&quot;&gt;More Info&lt;/a&gt; ]&lt;/p&gt;</description>
  </item>
  <item>
    <title>Ejecting a Disc with PowerShell</title>
    <pubDate>Wed, 25 Mar 2026 16:39:00 -0400</pubDate>
    <link>https://support.moonpoint.com/blog/blosxom/2026/03/25#ejectDisk</link>
    <category>/os/windows/PowerShell</category>
    <guid isPermaLink="false">https://support.moonpoint.com/blog/blosxom/os/windows/PowerShell/ejectDisk</guid>
    <description>
&lt;p style=&quot;margin-top: 0px;&quot;&gt;I needed to eject a 
&lt;a href=&quot;https://en.wikipedia.org/wiki/Optical_disc_drive&quot;&gt;optical disc
drive&lt;/a&gt; tray from a 
&lt;a href=&quot;https://en.wikipedia.org/wiki/Command-line_interface&quot;&gt;command-line
interface (CLI)&lt;/a&gt; on a system running Microsoft Windows 11 so that
I could insert a DVD in the drive. That can be done using the 
&lt;a href=&quot;https://en.wikipedia.org/wiki/PowerShell&quot;&gt;Powershell&lt;/a&gt;
command &lt;code&gt;powershell (New-Object -ComObject 
WMPlayer.OCX.7).cdromCollection.item(0).Eject()&lt;/code&gt;, which will
eject the tray of the first optical drive found by Windows Media Player&apos;s 
&lt;a href=&quot;https://en.wikipedia.org/wiki/Component_Object_Model&quot;&gt;COM&lt;/a&gt; object.
&lt;/p&gt;

&lt;div class=&quot;commandprompt&quot;&gt;&lt;pre&gt;
PS C:\&amp;gt; &lt;span style=&quot;color: yellow&quot;&gt;&lt;b&gt;powershell&lt;/b&gt;&lt;/span&gt; (New-Object &lt;span style=&quot;color: silver;&quot;&gt;&lt;b&gt;-ComObject&lt;/b&gt;&lt;/span&gt; WMPlayer.OCX.7).cdromCollection.item(0).Eject()
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

PS C:\&amp;gt;&lt;/pre&gt;&lt;/div&gt;

</description>
  </item>
  <item>
    <title>Could not initialise OpenGL support</title>
    <pubDate>Tue, 24 Mar 2026 21:15:00 -0400</pubDate>
    <link>https://support.moonpoint.com/blog/blosxom/2026/03/24#OpenGL_Support</link>
    <category>/os/unix/linux/ubuntu</category>
    <guid isPermaLink="false">https://support.moonpoint.com/blog/blosxom/os/unix/linux/ubuntu/OpenGL_Support</guid>
    <description>
&lt;p&gt;
I downloaded a &lt;a href=&quot;https://en.wikipedia.org/wiki/YouTube&quot;&gt;YouTube&lt;/a&gt; 
video on a Ubuntu &lt;a href=&quot;https://en.wikipedia.org/wiki/Linux&quot;&gt;Linux&lt;/a&gt;
with &lt;a href=&quot;https://github.com/yt-dlp/yt-dlp&quot;&gt;yt-dlp&lt;/a&gt;.  
When I tried to view the downloaded 
&lt;a href=&quot;https://en.wikipedia.org/wiki/WebM&quot;&gt;WebM&lt;/a&gt; file with the default 
video application, Videos, also known as Totem, which is an application for 
playing videos that is provided with Ubuntu, I saw the message below:&lt;/p&gt;

&lt;div class=&quot;commandprompt&quot; style=&quot;text-align: center; padding-left: 30px;
padding-right: 30px;&quot;&gt;
&lt;div style=&quot;float: left; font-size: 3em; padding-right: 15px;&quot;&gt;&amp;#x24CD;&lt;/div&gt;

&lt;div style=&quot;float: right; spadding-left: 10px; padding-right: 10px;&quot;&gt;
&lt;p&gt;An error occurred&lt;/p&gt;

&lt;p&gt;Could not initialise OpenGL support&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;OK&lt;/p&gt;

&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;When I opened the video with 
&lt;a href=&quot;https://en.wikipedia.org/wiki/VLC_media_player&quot;&gt;VLC&lt;/a&gt;, which I had
previously installed, I heard audio, but no video was displayed. I checked
to see if the &lt;a href=&quot;https://en.wikipedia.org/wiki/Nvidia&quot;&gt;Nvidia&lt;/a&gt; 
driver was up-to-date since the system had an Nvidia graphics card, but they 
were up-to-date. You can check that by clicking on the &lt;em&gt;Show Apps&lt;/em&gt;
button at the lower-right-hand corner of the screen Ubuntu desktop. Then type
&lt;code&gt;Software Updates&lt;/code&gt; in the &quot;Type to search&quot; field. Click on
&lt;em&gt;Software &amp; Updates&lt;/em&gt; and then click on the &lt;em&gt;Additional
Drivers&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;/os/unix/linux/ubuntu/Software-NVIDIA-Driver.png&quot;&gt;
&lt;img src=&quot;/os/unix/linux/ubuntu/Software-NVIDIA-Driver.png&quot; alt=&quot;Software 
and Updates - NVIDIA&quot; width=&quot;674&quot; height=&quot;380&quot;&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;To resolve the problem, I added the following line to the
&lt;code&gt;/etc/environment&lt;/code&gt; file with a 
&lt;a href=&quot;https://en.wikipedia.org/wiki/Text_editor&quot;&gt;text editor&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;GDK_GL=gles&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;When I rebooted the system, I was then able to view the video with
the default Videos application, though when I tried playing it in 
VLC I could hear audio, but did not see video.&lt;/p&gt;</description>
  </item>
  <item>
    <title>No video shown when playing a WebM file in VLC</title>
    <pubDate>Tue, 24 Mar 2026 21:10:00 -0400</pubDate>
    <link>https://support.moonpoint.com/blog/blosxom/2026/03/24#WebM_No_Video</link>
    <category>/software/audio_video/VLC</category>
    <guid isPermaLink="false">https://support.moonpoint.com/blog/blosxom/software/audio_video/VLC/WebM_No_Video</guid>
    <description>
&lt;p style=&quot;margin-top: 0px;&quot;&gt;When I tried to play a 
&lt;a href=&quot;https://en.wikipedia.org/wiki/YouTube&quot;&gt;YouTube&lt;/a&gt; video I 
downloaded as a &lt;a href=&quot;https://en.wikipedia.org/wiki/WebM&quot;&gt;WebM&lt;/a&gt; file 
using &lt;a href=&quot;https://www.rapidseedbox.com/blog/yt-dlp-complete-guide&quot;&gt;
yt-dlp&lt;/a&gt; on an &lt;a href=&quot;https://en.wikipedia.org/wiki/Ubuntu&quot;&gt;Ubuntu&lt;/a&gt; 
Linux system in the &lt;a href=&quot;https://en.wikipedia.org/wiki/VLC_media_player&quot;&gt;
VLC&lt;/a&gt; media player application, I could hear the audio, but no video
was shown. I tried opening a few other .webm videos and found I was able
to view the video in some, but not others, though I was able to view
the video and hear the audio in all the .mp4 and .mkv files. I tried
changing the video output setting from &quot;Automatic&quot; to &quot;OpenGL video
output&quot; and then &quot;XVideo output (XCB)&quot;, which you can do by clicking on
&lt;em&gt;Tools&lt;/em&gt;, then &lt;em&gt;Preferences&lt;/em&gt;, then &lt;em&gt;Video&lt;/em&gt;, and then
selecting those options from the dropdown list next to &lt;em&gt;Output&lt;/em&gt;, but
neither of those options resolved the problem, so I reset &lt;em&gt;Output&lt;/em&gt;
to &lt;em&gt;Automatic&lt;/em&gt;.  I was able to resolve the problem by taking the
following steps, though:&lt;/p&gt;

&lt;ol&gt;
&lt;li class=&quot;reference&quot;&gt;
In the VLC program, click on &lt;em&gt;Tools&lt;/em&gt; and then select
&lt;em&gt;Preferences&lt;/em&gt;.
&lt;/li&gt;

&lt;li class=&quot;reference&quot;&gt;
Click on &lt;em&gt;Input/Codecs&lt;/em&gt; and change the hardware-accelerated 
decoding setting by clicking on the downward arrowhead next to 
&lt;em&gt;Automatic&lt;/em&gt;, which will be the setting if the default setting is
in effect.
&lt;/li&gt;

&lt;li class=&quot;reference&quot;&gt;
Change the setting to &lt;em&gt;Disable&lt;/em&gt; and then click on &lt;em&gt;Save&lt;/em&gt;.
&lt;/li&gt;

&lt;/ol&gt;

&lt;p&gt;
When I checked the &lt;a href=&quot;https://en.wikipedia.org/wiki/Codec&quot;&gt;Codec&lt;/a&gt;
information for the file where I could not view the video before disabling
the hardware-accelerated decoding setting, which you can do by opening
an &lt;a href=&quot;https://en.wikipedia.org/wiki/Audiovisual&quot;&gt;audiovisual
(AV)&lt;/a&gt; file in VLC and then selecting &lt;em&gt;Tools&lt;/em&gt; and &lt;em&gt;Codec
Information&lt;/em&gt;, I saw the video codec was &lt;em&gt;AOMedia&apos;s AV1 Video
(av01)&lt;/em&gt;.  When I checked the video codec for another WebM file where
the video wasn&apos;t visible in VLC, I saw it was also the &lt;em&gt;AOMedia&apos;s AV1
Video (av01)&lt;/em&gt; codec. Checking the video codec for .webm files where
I could view the video, I saw &lt;em&gt;Google/ON2&apos;s VP9 Video (VP90)&lt;/em&gt;
for some and &lt;em&gt;H264 - MPEG-4 AVC (part 10) (avc1)&lt;/em&gt; for another.&lt;/p&gt;

&lt;p&gt;Note: you can also determine the codecs used in a file using the
mediainfo utility, which you can install on an Ubuntu system with
&lt;code&gt;sudo apt-get install mediainfo&lt;/code&gt;.  You can check on whether
it is already installed using the command &lt;code&gt;which mediainfo&lt;/code&gt;,
which would show the location of the mediainfo executable file if the
application was installed, or you can use &lt;code&gt;dpkg -s mediainfo&lt;/code&gt;,
which will show details on the mediainfo package if it is installed.&lt;/p&gt;</description>
  </item>
  <item>
    <title>Concatenating videos with FFmpeg</title>
    <pubDate>Thu, 12 Mar 2026 19:48:00 -0400</pubDate>
    <link>https://support.moonpoint.com/blog/blosxom/2026/03/12#JoinVideos</link>
    <category>/video/ffmpeg</category>
    <guid isPermaLink="false">https://support.moonpoint.com/blog/blosxom/video/ffmpeg/JoinVideos</guid>
    <description>
The &lt;a href=&quot;https://en.wikipedia.org/wiki/FFmpeg&quot;&gt;FFmpeg&lt;/a&gt; video handling 
utility can be used to join videos together into one larger video. If the video
files are &lt;a href=&quot;https://en.wikipedia.org/wiki/MPEG-1&quot;&gt;MPEG-1&lt;/a&gt;, 
&lt;a href=&quot;https://en.wikipedia.org/wiki/MPEG-2&quot;&gt;MPEG-2&lt;/a&gt;, MPEG
&lt;a href=&quot;https://en.wikipedia.org/wiki/MPEG_program_stream&quot;&gt;Program Stream (PS)
&lt;/a&gt;, or &lt;a href=&quot;https://en.wikipedia.org/wiki/DV_(video_format)&quot;&gt;Digital Video
(DV)&lt;/a&gt; files, you can use a Direct Stream copy method, by issuing a command in
the form &lt;code&gt;ffmpeg -i &quot;concat:input1.mpg|input2.mpg&quot; -c copy 
output.mpg&lt;/code&gt;. Using ffmpeg for the concatenation operation ensures that 
file headers and timestamps are handled correctly, whereas using operating 
system commands such as &lt;code&gt;cat&lt;/code&gt; on a Linux system or 
&lt;code&gt;copy /b&lt;/code&gt; on a Microsoft Windows system may produce payback issues.
This method can not be used for &lt;a href=&quot;https://en.wikipedia.org/wiki/MPEG-4&quot;&gt;
MPEG-4&lt;/a&gt; files, however. 

&lt;p&gt;Another method that can be used for MP4 files, as well as the above
file types is the Concat Demuxer method, 
if the files use the same &lt;a href=&quot;https://en.wikipedia.org/wiki/Codec&quot;&gt;
codecs&lt;/a&gt; and parameters, such as 
&lt;a href=&quot;https://en.wikipedia.org/wiki/Display_resolution&quot;&gt;resolution&lt;/a&gt;, 
&lt;a href=&quot;https://en.wikipedia.org/wiki/Frame_rate&quot;&gt;framerate&lt;/a&gt;, etc. 
If the files have the same characteristics, you can use a command of the form:

&lt;p&gt;&lt;code&gt;ffmpeg -f concat -safe 0 -i inputFileList.txt 
-c copy output.mp4&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;[ &lt;a href=&quot;/video/ffmpeg/JoinVideos.php&quot;&gt;More Info&lt;/a&gt; ]&lt;/p&gt;</description>
  </item>
  <item>
    <title>Trimming a video with FFmpeg</title>
    <pubDate>Wed, 11 Mar 2026 17:17:00 -0400</pubDate>
    <link>https://support.moonpoint.com/blog/blosxom/2026/03/11#TrimVideo</link>
    <category>/video/ffmpeg</category>
    <guid isPermaLink="false">https://support.moonpoint.com/blog/blosxom/video/ffmpeg/TrimVideo</guid>
    <description>
&lt;p style=&quot;margin-top: 0px;&quot;&gt;
&lt;a href=&quot;https://en.wikipedia.org/wiki/FFmpeg&quot;&gt;FFmpeg&lt;/a&gt; provides a 
suite of 
&lt;a href=&quot;https://en.wikipedia.org/wiki/Command-line_interface&quot;&gt;command-line 
interface&lt;/a&gt; tools for working with audio and video files. It is 
&lt;a href=&quot;https://en.wikipedia.org/wiki/Free_and_open-source_software&quot;&gt;free and 
open-source software&lt;/a&gt; that is available for a variety of 
&lt;a href=&quot;https://en.wikipedia.org/wiki/Operating_system&quot;&gt;operating systems&lt;/a&gt;,
including 
&lt;a href=&quot;https://en.wikipedia.org/wiki/Microsoft_Windows&quot;&gt;Microsoft Windows&lt;/a&gt;,
&lt;a href=&quot;https://en.wikipedia.org/wiki/Linux&quot;&gt;Linux&lt;/a&gt;, and 
&lt;a href=&quot;https://en.wikipedia.org/wiki/MacOS&quot;&gt;macOS&lt;/a&gt;. If you wish to
use it on a Microsoft Windows system, you can install it with the
&lt;a href=&quot;https://en.wikipedia.org/wiki/Windows_Package_Manager&quot;&gt;Windows 
Package Manager&lt;/a&gt; known as winget by 
&lt;a href=&quot;/os/windows/win11/cmdprompt.php&quot;&gt;opening a command prompt window&lt;/a&gt; 
and issuing the command &lt;code&gt;winget install &quot;FFmpeg (Essentials Build)&quot;&lt;/code&gt;.
&lt;/p&gt;

&lt;div class=&quot;commandprompt&quot; style=&quot;padding-right: 25px;&quot;&gt;&lt;pre&gt;
Microsoft Windows [Version 10.0.26100.7623]
(c) Microsoft Corporation. All rights reserved.

C:\Windows\System32&amp;gt;winget install &quot;FFmpeg (Essentials Build)&quot;
Found &lt;span style=&quot;color: #61D6D6;&quot;&gt;FFmpeg (Essentials Build) [Gyan.FFmpeg.Essentials&lt;/span&gt;] Version 8.0.1
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading &lt;span style=&quot;color: #2667FE;&quot;&gt;https://github.com/GyanD/codexffmpeg/releases/download/8.0.1/ffmpeg-8.0.1-essentials_build.zip&lt;/span&gt;
  &lt;span style=&quot;color: #0078D4;&quot;&gt;██████████████████████████████&lt;/span&gt;   101 MB /  101 MB
Successfully verified installer hash
Extracting archive...
Successfully extracted archive
Starting package install...
&lt;span style=&quot;color: yellow&quot;&gt;Command line alias added: &quot;ffmpeg&quot;
Command line alias added: &quot;ffplay&quot;
Command line alias added: &quot;ffprobe&quot;
Path environment variable modified; restart your shell to use the new value.&lt;/span&gt;
Successfully installed

C:\Windows\System32&amp;gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;If you need to trim the beginning of a video file, such as a .mp4 file,
you can do so using a command of the form
&lt;code&gt;ffmpeg -ss hh:mm:ss -i input.mp4 -c copy output.mp4&lt;/code&gt; where
you specify the point you wish the video to start in the form hh:mm:ss
for hours, minutes, and seconds with &lt;code&gt;-ss&lt;/code&gt; and
&lt;i&gt;input.mp4&lt;/i&gt; is the file you wish to trim and &lt;i&gt;output.mp4&lt;/i&gt;
is the name you wish to give to the trimmed file. E.g., if I have a video
file, REC-0001-A.mp4, where I wish to discard audio and video up to the 3 
minutes and 34 seconds mark in the file, I can use &lt;code&gt;ffmpeg -ss 00:03:34 -i REC-0001-A.mp4 -c copy output1.mp4&lt;/code&gt; to create a new file, output1.mp4,
that omits the first 3 minutes and 33 seconds from the input file. Using the
&lt;code&gt;-c copy&lt;/code&gt; option copies the video/audio streams directly,
which is fast but can be less accurate on 
&lt;a href=&quot;https://en.wikipedia.org/wiki/Key_frame&quot;&gt;keyframes&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;[ &lt;a href=&quot;/video/ffmpeg/TrimVideo.php&quot;&gt;More Info&lt;/a&gt; ]&lt;/p&gt;</description>
  </item>
  <item>
    <title>Disabling Skye automatic startup</title>
    <pubDate>Thu, 05 Mar 2026 15:30:00 -0500</pubDate>
    <link>https://support.moonpoint.com/blog/blosxom/2026/03/05#disableSkypeStartup</link>
    <category>/os/windows/software</category>
    <guid isPermaLink="false">https://support.moonpoint.com/blog/blosxom/os/windows/software/disableSkypeStartup</guid>
    <description>
I found Microsoft&apos;s &lt;a href=&quot;https://en.wikipedia.org/wiki/Skype&quot;&gt;Skype&lt;/a&gt; for 
Business application was automatically staring on a Microsoft Windows
system where it was not being used. Microsoft
retired the product on May 5, 2025, replacing it with 
&lt;a href=&quot;https://en.wikipedia.org/wiki/Microsoft_Teams&quot;&gt;Microsoft Teams&lt;/a&gt;, 
and is no longer providing security updates or bug fixes for the software. 
Though Microsoft ended official support for Skype for Business Server on
October 14, 2025 and is no longer providing cloud service for the product, 
companies that installed their own servers can still run it locally. If there
is a need to retain the software on a system, but no need to have it start
automatically when the system boots, one can stop it from
starting whenever the system is rebooted by taking the following steps:

&lt;ol&gt;
&lt;li class=&quot;reference&quot;&gt;
Open the program and then click on the gear icon near the top, right side of 
the window.

&lt;p&gt;
&lt;a href=&quot;/os/windows/software/skype/SkypeForBusiness.png&quot;&gt;
&lt;img src=&quot;/os/windows/software/skype/SkypeForBusiness.png&quot; 
alt=&quot;Skype for Business Options&quot; width=&quot;260&quot; height=&quot;428&quot; 
style=&quot;border: 1px solid black;&quot;&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;/li&gt;

&lt;li class=&quot;reference&quot;&gt;Choose &lt;em&gt;Tools&lt;/em&gt; and &lt;em&gt;Options&lt;/em&gt;.

&lt;p&gt;
&lt;a href=&quot;/os/windows/software/skype/ToolsOptions.png&quot;&gt;
&lt;img src=&quot;/os/windows/software/skype/ToolsOptions.png&quot; 
alt=&quot;Skype for Business&quot; width=&quot;466&quot; height=&quot;475&quot;&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;/li&gt;

&lt;li class=&quot;reference&quot;&gt;
Uncheck the option for &quot;Automatically start the app
when I log on to Windows&quot; under the &lt;em&gt;Personal&lt;/em&gt; options to prevent
the program from restarting automatically upon a login to the system,
then click on &lt;em&gt;OK&lt;/em&gt; to apply the change after unchecking that
option.

&lt;p&gt;
&lt;a href=&quot;/os/windows/software/skype/OptionsStart.png&quot;&gt;
&lt;img src=&quot;/os/windows/software/skype/OptionsStart.png&quot; 
alt=&quot;Skype for Business Personal Options&quot; width=&quot;475&quot; height=&quot;375&quot;&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;/li&gt;
&lt;/ol&gt;</description>
  </item>
  </channel>
</rss>
