Solveig Multimedia Forum - Get help for video editing software

SolveigMM End-User Products => Video Splitter => Topic started by: Vladimir M on May 30, 2018, 04:48:38 PM

Title: Video Splitter not correctly saves fragments of mp4-file
Post by: Vladimir M on May 30, 2018, 04:48:38 PM
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.
Title: Re: Video Splitter not correctly saves fragments of mp4-file
Post by: Vladimir M on June 01, 2018, 07:17:44 PM
Have tested new Beta.
Portable installation of SolveigMM_Video_Splitter_Business_Edition_6_1_1805_31_Beta
But results are the same :(

Title: Re: Video Splitter not correctly saves fragments of mp4-file
Post by: Marty on June 12, 2018, 02:15:03 PM
Same issue as well, sometimes, file can't be read after a segment export. sometimes the problem is fixed by re encoding the mp4 with an another software. cool it can be fixed most of the time but still annoying lol.
Title: Re: Video Splitter not correctly saves fragments of mp4-file
Post by: Vladimir M on June 14, 2018, 04:09:03 PM
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.
Title: Re: Video Splitter not correctly saves fragments of mp4-file
Post by: Maxim.Sakhankov on June 14, 2018, 05:10:33 PM
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.
Hello Vladimir M,
Just reproduced your issue, thank you for such a detailed description. I'll let you know when the fix is available.
Title: Re: Video Splitter not correctly saves fragments of mp4-file
Post by: Vladimir M on July 16, 2018, 07:28:35 PM
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>
Title: Re: Video Splitter not correctly saves fragments of mp4-file
Post by: Maxim.Sakhankov on July 17, 2018, 05:50:10 PM
Hello Vladimir M,
The problem should be fixed in the latest beta version (6.1.1807.17).
Please check it.
Title: Re: Video Splitter not correctly saves fragments of mp4-file
Post by: Vladimir M on July 18, 2018, 08:58:28 PM
Thank you. Seems to work as it should  :)
However, one more problem exist. I sent you email, please check out.
Title: Re: Video Splitter not correctly saves fragments of mp4-file
Post by: Marty on July 18, 2018, 09:03:57 PM
Hello Vladimir M,
The problem should be fixed in the latest beta version (6.1.1807.17).
Please check it.

where can we download the last beta for the home edition ?
Title: Re: Video Splitter not correctly saves fragments of mp4-file
Post by: Vladimir M on July 18, 2018, 09:18:21 PM
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
Title: Re: Video Splitter not correctly saves fragments of mp4-file
Post by: Marty on July 18, 2018, 09:21:47 PM
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

thanaks , i bookmarked the link this time :)