Friday, June 8, 2018

VLC + MPC + GOM Players Resize, Favorites and Bookmark settings

Compare VLC MPC and GOM Player settings and availability, Favs and Bookmarks are key when scrubbing videos in prep to edit, in other works marking videos to be used in Editing.


     MPC


         Disable Resize:
             After r2637, check "Remember last window size" will automatically disable "Auto-zoom",ticket 865 was referring to revisions after that.
     If you would like stick with your 1.4.2499.0, then you can check "Remember last window size", and uncheck "Auto-zoom" in Options->Playback at the same time.

        Playlist:
             "C:\Program Files (x86)\K-Lite Codec Pack\MPC-HC64\default.mpcpl"

        Favortes:
             there are two possibilities:
             1) in the registry
                 look for "HKEY_CURRENT_USER\Software\Gabest\Media Player Classic\Favorites"
             2) in the mplayerc.ini file
                 look for a section named "[Favorites\Files]"
    

     GOM


         Player Disable Resize
             ry right-clicking on player, then video->use default screen size. Might have happened that you set something here.
        
         Playlist
             "P:\2018\20180525_Alberto\20180525_Alberto.GOM.asx"
            
         Favs
             Manage / Add Favs
             Save to Playlist
             or
             Export to reg file
                 "C:\Users\DoyleJ\Documents\gomplayer_20180608.reg"
        

     VLC


         Disable Resize:
             Default is OK
             Select Tools ⇨ Preferences ⇨ Interface then uncheck the box Resize interface to video size.
Finally, restart VLC.
        
         PlayList
             "C:\Users\DoyleJ\Documents\VLC.PlayList.xspf"
            
         favs:
             None?
             bookmarks Add
             creates

Figures:

MPC:


     Playlist ex:
         MPCPLAYLIST
         1,type,0
         1,filename,P:\2018\20180525_Alberto\Video\SOLO0022.MP4
         2,type,0
         2,filename,P:\2018\20180525_Alberto\Video\SOLO0019.MP4
         3,type,0
         3,filename,P:\2018\20180525_Alberto\Video\SOLO0020.MP4
         4,type,0
         4,filename,P:\2018\20180525_Alberto\Video\SOLO0021.MP4
    
     Favs:
         [Favorites]
         RelativeDrive=0
         RememberPosition=1
         [Favorites\Files]
         Name0=MAH01588.MP4;72044246;0;P:\2018\20180525_Alberto\Video\videoThumbs\MAH01588.MP4
         Name1=MAH01591.MP4;316151989;0;P:\2018\20180525_Alberto\Video\videoThumbs\MAH01591.MP4
         Name2=SOLO0022.MP4;238979560;0;P:\2018\20180525_Alberto\Video\SOLO0022.MP4

   

GOM


     Playlist examples:
     <asx version = "3.0" >
         <entry>
             <title>SOLO0018.MP4</title>
             <ref href = "P:\2018\20180525_Alberto\Video\SOLO0018.MP4" />
             <duration value = "14" />
         </entry>
         <entry>
             <title>SOLO0019.MP4</title>
             <ref href = "P:\2018\20180525_Alberto\Video\SOLO0019.MP4" />
             <duration value = "152" />
         </entry>
         <entry>
             <title>SOLO0020.MP4</title>
             <ref href = "P:\2018\20180525_Alberto\Video\SOLO0020.MP4" />
             <duration value = "114" />
         </entry>
         <entry>
             <title>SOLO0021.MP4</title>
             <ref href = "P:\2018\20180525_Alberto\Video\SOLO0021.MP4" />
             <duration value = "0" />
         </entry>
         <entry>
             <title>SOLO0022.MP4</title>
             <ref href = "P:\2018\20180525_Alberto\Video\SOLO0022.MP4" />
             <duration value = "49" />
         </entry>
     </asx>

    Bookmark
         http://player.gomlab.com/guide.gom?tab=37&language=eng
          right click the video playback area, select “Bookmark”

        XML:
             C:\Users\DoyleJ\AppData\Roaming\GRETECH\GOMPlayer\bookmark.xml
             <BookMark>
                 <Target path="P:\2018\20180525_Alberto\Video\videoThumbs\MAH01589.MP4">
                     <Element pos="5.529" comment="Bookmark 0">
                         </Thumb>
                     </Element>
                 </Target>
             </BookMark>

        Export
             "C:\Users\DoyleJ\Documents\GOMPlayer.Bookmarks.MAH01606.gbm"
             [Bookmark]
             0=5.697458    Bookmark 0    FFD8FFE000104A46494600010100000100010000FFDB00430006040506050406060506070706080A100A0A09090A140E0F0C1017141818171416161A1D251F1A1B231C1616202C20232627292A29191F2D302D283025282928FFDB0043010707070A080A130A0A13281A161A282828282828282828282828282828282828282828..
     Favs:
         Preferences | Export | Reg files |
             "C:\Users\DoyleJ\Documents\gomplayer_20180608.reg"
         "_FAVORITE000"="[F] SOLO0022.MP4||P:\2018\20180525_Alberto\Video\SOLO0022.MP4"
         "_PSPRESET000"="(Default)
         100 100 100 100"
        

VLC:


     PlayList:
         "C:\Users\DoyleJ\Documents\VLC.PlayList.xspf"
         <trackList>
                 <track>
                     <location>file:///P:/2018/20180525_Alberto/Video/videoThumbs/MAH01595.MP4</location>
                     <duration>4504</duration>
                     <extension application="http://www.videolan.org/vlc/playlist/0">
                         <vlc:id>0</vlc:id>
                     </extension>
         </track>

No comments:

Post a Comment