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.

Topics - Vladimir M

Pages: [1]
1
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]