Skip to content

Download and convert segments audio and video .m4s on .mp4

Notifications You must be signed in to change notification settings

muri11o/mfourstomp4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MFourStoMp4

Download and convert segments audio and video .m4s on .mp4.

This software was developed in Visual Studio 2022, using .NET 5.0, and written in C# language.

MFourStoMp4 makes use of FFmpeg software to perform conversion and joining of .m4s files to .mp4. Therefore, it is necessary that the "ffmpeg.exe" file is in the same directory as "MFourStoMp4.exe". (https://www.ffmpeg.org/)

How to use: MFourStoMp4 has a very simple GUI, it consists of 4 basic steps:

  1. Insert the link of the last audio segment;
  2. Insert the link of the last video segment;
  3. Select the folder where the .mp4 file will be saved;
  4. Click on Process.

IMPORTANT: You must decor the segment number using # before and after it. For example: example-segment-#10#.m4s

Demonstration of use: https://www.youtube.com/watch?v=kUj8YqIoYOI


MIT License

Copyright (c) 2021 Murillo F. S. Freitas

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Download and convert segments audio and video .m4s on .mp4

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages