Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Vladimir M

Pages: [1]
1
where can we download the last beta for the home edition ?

http://www.solveigmm.com/download/SolveigMM_Video_Splitter_Home_Edition_6_1_Beta.exe
http://www.solveigmm.com/download/SolveigMM_Video_Splitter_Business_Edition_6_1_Beta.exe

2
Thank you. Seems to work as it should  :)
However, one more problem exist. I sent you email, please check out.

3
just out of curiosity...

Have tried latest 6.1 beta and latest 5.2 (both in Portable installation)
 http://www.solveigmm.com/download/SolveigMM_Video_Splitter_Business_Edition_6_1_Beta.exe
 http://www.solveigmm.com/files/SolveigMM_Video_Splitter_Business_Edition_5_2_1606_22_old.exe

Source files are the same (8 files, in different resolutions)
 https://www.youtube.com/watch?v=9KRYA9ZlYmM

version 6.1  (SolveigMM_Video_Splitter_Business_Edition_6_1_1806_25_Beta)
 results are the same (fragments are saved correctly only for resolution of 360p)

version 5.2
 almost all fragments are saved correctly, except 7.mp4 for resolution of 144p and 720p
 and except 8.mp4 for resolution of 480p and 720p

XTL batch file given below

<timelines version="2">

  <timeline>
    <group output="C:\Temp\0.mp4">
      <track video="1" audio="1" accuracy="frame">
        <clip src="C:\Temp\Movie.mp4" start="00:00:00.00" stop="00:00:25.36"/>
      </track>
    </group>
  </timeline>

  <timeline>
    <group output="C:\Temp\1.mp4">
      <track video="1" audio="1" accuracy="frame">
        <clip src="C:\Temp\Movie.mp4" start="00:00:25.38" stop="00:02:37.44"/>
      </track>
    </group>
  </timeline>

  <timeline>
    <group output="C:\Temp\2.mp4">
      <track video="1" audio="1" accuracy="frame">
        <clip src="C:\Temp\Movie.mp4" start="00:02:37.48" stop="00:05:22.20"/>
      </track>
    </group>
  </timeline>

  <timeline>
    <group output="C:\Temp\3.mp4">
      <track video="1" audio="1" accuracy="frame">
        <clip src="C:\Temp\Movie.mp4" start="00:05:22.28" stop="00:06:38.28"/>
      </track>
    </group>
  </timeline>

  <timeline>
    <group output="C:\Temp\4.mp4">
      <track video="1" audio="1" accuracy="frame">
        <clip src="C:\Temp\Movie.mp4" start="00:06:38.30" stop="00:11:14.16"/>
      </track>
    </group>
  </timeline>

  <timeline>
    <group output="C:\Temp\5.mp4">
      <track video="1" audio="1" accuracy="frame">
        <clip src="C:\Temp\Movie.mp4" start="00:11:14.18" stop="00:15:50.40"/>
      </track>
    </group>
  </timeline>

  <timeline>
    <group output="C:\Temp\6.mp4">
      <track video="1" audio="1" accuracy="frame">
        <clip src="C:\Temp\Movie.mp4" start="00:15:50.42" stop="00:18:42.20"/>
      </track>
    </group>
  </timeline>

  <timeline>
    <group output="C:\Temp\7.mp4">
      <track video="1" audio="1" accuracy="frame">
        <clip src="C:\Temp\Movie.mp4" start="00:18:42.20" stop="00:21:56.68"/>
      </track>
    </group>
  </timeline>

  <timeline>
    <group output="C:\Temp\8.mp4">
      <track video="1" audio="1" accuracy="frame">
        <clip src="C:\Temp\Movie.mp4" start="00:21:56.72" stop="00:24:16.48"/>
      </track>
    </group>
  </timeline>

</timelines>

4
new Beta but same results :(
  Portable installation of SolveigMM_Video_Splitter_Business_Edition_6_1_1806_14_Beta
Comments from support would be highly appreciated.

5
Have tested new Beta.
Portable installation of SolveigMM_Video_Splitter_Business_Edition_6_1_1805_31_Beta
But results are the same :(


6
Hello,

I have noticed that VideoSplitter not always correctly saves fragments of the mp4-file. These files can't be played by the Windows Media Player of Windows 7 and by the Sony TV, however they can be played by the VLC player from http://www.videolan.org

Right-click on a file in the Explorer, then Properties -- Details. The fields of the Video section (Length, Frame width, etc.) aren't filled, that is empty. The properties of the Audio section (Bit rate, Channels, etc.) are not set also.

I have found such errors in Portable installation of
SolveigMM_Video_Splitter_Business_Edition_6_1_1707_19
SolveigMM_Video_Splitter_Business_Edition_6_1_1804_06_Beta
on Windows 7 Home and Enterprise.

Initially I have used the graphical user interface (GUI),
later I have tried command line interface (CLI) with SMM_BatchSplit.exe
But I've got the same errors.

In order to reproduce these errors,
 1 install YouTube Downloader from https://youtubedownloader.com
 2 using YouTube Downloader, download mp4-video (all 8 files, in different resolutions)
    use URL https://www.youtube.com/watch?v=9KRYA9ZlYmM
 3 save a file fragment, using GUI or CLI

For example, I used XTL batch file given below
<timelines version="2">
  <timeline>
    <group output="C:\Temp\Clip1.mp4">
      <track video="1" audio="1" accuracy="frame">
        <clip src="C:\Temp\Movie.mp4" start="00:03:00.00" stop="00:03:20.00"/>
      </track>
    </group>
  </timeline>
  <timeline>
    <group output="C:\Temp\Clip2.mp4">
      <track video="1" audio="1" accuracy="frame">
        <clip src="C:\Temp\Movie.mp4" start="00:04:00.00" stop="00:04:20.00"/>
      </track>
    </group>
  </timeline>
</timelines>


Fragments are saved correctly only from the mp4-file with a resolution of 360p.
They can be directly played by the Sony TV and by the Windows Media Player of Windows 7.

Fragments from mp4-files of other resolutions can be fixed by the multimedia packager MP4Box (part of GPAC) from https://gpac.wp.imt.fr/downloads/
 mp4box.exe  -add  Clip1.mp4  newClip1.mp4
 mp4box.exe  -info newClip1.mp4


I hope my comments will help you to improve your product.

Best regards,
V.

Pages: [1]