Forum Discussion

Conoriss's avatar
Conoriss
Copper Contributor
Jul 19, 2026

How can I convert .ts to .mp4 on Windows 11?

My mom received a couple of homemade DVDs from a family friend and when the files were copied over to the PC they came out as .ts files. Windows 11 won't play them natively and even the default Movies & TV app just throws an error when trying to open them.

The goal is to convert .ts to .mp4 so they can be watched easily on any device and maybe stored alongside other home videos. These are family memories so keeping the video quality as intact as possible during conversion is important.

Has anyone dealt with .ts files from homemade DVDs before? Would love to know the most reliable ts to mp4 converter on Windows 11 without losing quality or running into playback issues afterward.

10 Replies

  • Loukei's avatar
    Loukei
    Tin Contributor

    If you're comfortable with a little bit of command-line work, MP4Box is a free and powerful tool from the GPAC project. It's great for this specific task because its main purpose is to repackage media into standard MP4 files. Importantly, it doesn't re-encode the video by default, meaning your video quality is perfectly preserved.

    How to convert ts to MP4:

    1. Download and install the GPAC software packag.

    2. Open Command Prompt or PowerShell on your Windows 11 PC.

    3. Navigate to the folder where your .ts files are located. You can do this by typing cd [your- folder- path].

    4. Run a simple command to convert a single file. The most basic command looks like this:

    text

    mp4box - add your- video, ts -new your-video, mp4

    If your video is split into multiple .ts files, you can combine and convert them in one go by listing them all with the -add option.

    A Couple of Quick Heads-Ups

    • What it does (and doesn't do): MP4Box is mainly a "repackager," not a re-encoder. This is usually a win because it's fast – it's mostly just moving the video and audio streams into a new MP4 container without re-encoding them. So if your .ts file uses a codec that's already MP4-friendly you're golden.
    • If it gets picky: Some older forum posts mention that MP4Box might not love every single .ts file, especially ones with quirks or errors. If you run into trouble, the command above is the place to start. For more complex stuff (like preserving specific timestamps or dealing with live streams), you might need to look into its more advanced options.

     

    So, for a fast and clean way to convert ts to mp4 without having to fire up a heavy video editor, the -add and -new combo is your new best friend.

  • Gabrielfp's avatar
    Gabrielfp
    Tin Contributor

    Hey, if you're looking for a quick and easy TS to MP4 converter free, online tools are definitely an option worth considering. They're super convenient because you don't need to install anything—just open your browser and you're good to go.

    Here's the casual lowdown on using an online TS to MP4 converter free:

    The Good Stuff:

    • No installation required: You can use it right away, which is great if you're just trying to convert a few files quickly.
    • Works on any PC: Since it's browser-based, it doesn't matter if you're on Windows 11 or any other system.
    • Super simple: Most of these tools have a straightforward drag-and-drop interface. You upload your .ts file, pick MP4 as the output, hit convert, and download the result. Done.

     

    The Catch (and why you should be careful):

    • Upload times: Since your files have to be uploaded to a server, the conversion speed depends heavily on your internet connection. If your home videos are large, this could take a while.
    • File size limits: Many free online converters cap your file size at around 1GB or less. If your DVD-ripped videos are bigger than that, you might hit a wall.
    • Privacy concerns: This is the big one for family memories. When you use an online TS to MP4 converter free, you're essentially uploading your private videos to a third-party server. While most reputable sites claim they delete files automatically, you should always read their privacy policy if you're concerned about sensitive content.
    • Quality may vary: Not all online tools preserve quality well. Some might re-encode your video, which can reduce clarity. Look for one that mentions "remuxing" or "keeping original quality" to avoid losing video fidelity.

     

    If you have small files (under 1GB) and don't mind waiting for uploads, an online TS to MP4 converter free can be a perfectly fine option for a quick conversion. Just make sure you're using a reputable site. However, for those irreplaceable family memories, I'd personally lean toward a desktop tool that keeps your files local and gives you control over quality settings. That way, you're not relying on your internet speed or worrying about where your videos end up.

  • Gamvanni's avatar
    Gamvanni
    Tin Contributor

    Here's the play-by-play on how to use TS Video Converter GUI as your go-to TS to MP4 converter free on a Windows PC. It's honestly one of the simplest ways to get the job done.

    The Quick Guide

    First things first, you'll need to grab the software. It's available as a .zip file on its GitHub page . Don't worry, it's completely free and doesn't require any weird installs.

    Once you've got it, here's what to do:

    1. Extract and Run: Find the .zip file you downloaded, right-click it, and choose "Extract All." Once it's unpacked, open the folder and double-click the file named TSVideoConverterGUI.exe. That's it, you're in.
    2. Add Your Files: A simple window will pop up. Click the button that says "Select Input Files" and navigate to where your .ts videos are saved. You can pick multiple files at once if you have a bunch, which is super handy.
    3. Choose Where to Save: Before you convert, click the "Output Folder" button to tell the program where you want your new .mp4 files to land. Pick a spot that's easy to find later.
    4. Hit Convert: The last step is the easiest. Just click the big Convert button and let it do its thing. The magic here is that it usually uses a "stream copy" method, which means it's not re-encoding the whole video . It just repackages the content, making the conversion crazy fast while keeping your video quality intact.

     

    The best part about using this particular TS to MP4 converter free is that it's built for speed and quality. The developer's own tests show that it can convert a 2.1 GB file in about 18 seconds, with no quality loss and barely any CPU usage .

  • LucasMorton's avatar
    LucasMorton
    Iron Contributor

    Here’s a quick method for convert ts to mp4 using Shutter Encoder. It’s an open-source multimedia tool that transcodes high-quality TS videos with simple drag-and-drop operations, allowing you to quickly batch-process video files and generate playable standard MP4 videos.

    User Guide: Open the software, drag and drop your local .ts files directly into the program window, and then click the Select Format drop-down menu.

    • First, select the H.264 preset, which outputs standard MP4 format for broad device compatibility.
    • Next, adjust the encoding quality parameters based on your storage space and resolution requirements.
    • Finally, click the Start Processing button to launch the transcoding task.

    This allows you to quickly convert ts to mp4 without paid subscriptions or hidden fees, effectively resolving playback compatibility issues with TS videos.

    This tool is suitable for batch video format conversion, video compression before storage backup, or resolving issues where TS files cannot be opened on common media players.

    ps

    • During batch transcoding, close any other resource-intensive video software to prevent the encoding process from slowing down or the program from freezing.
    • The H.264 output format strikes a balance between compatibility and file size; if you need smaller MP4 files while maintaining acceptable video quality, choose H.265.
    • Do not interrupt the encoding process; otherwise, the resulting MP4 files will be corrupted and unplayable.
  • Avidemux is open-source software and a lightweight tool that can convert ts to mp4 while performing lossless stream copying. Its ability to run offline and copy audio and video tracks directly without watermarks makes it a convenient and practical tool that fully preserves the original media quality.

    How to Convert TS to MP4

    Download and install the software from the official website.

    Launch the program, select File → Open, and then select your .ts file.

    Set the video output option to Copy for lossless processing.

    Set the audio output option to Copy to preserve the original audio track.

    Change the output format to the MP4 container.

    Select File → Save → Save Video to export the MP4 file.

    Disadvantages

    • The interface is outdated and old-fashioned,
    • lacks convenient batch processing features, and cannot batch-convert TS files.
    • There are almost no predefined encoding presets, and one-click operation is not available.

    The software can perform lossless conversion to the TS format without causing any transcoding loss. It is suitable for users who only need basic single-file format conversion and wish to avoid any loss of video quality during the conversion process.

  • Lanesy's avatar
    Lanesy
    Tin Contributor

    File Converter is actually a pretty slick choice if you want to convert ts to mp4. It's not a full-blown video editor, but a super simple tool that lives right in your right-click menu.

    How to do it: After installing, simply right-click on any .ts file and use the "Convert To" option to select MP4.

    Here’s the gist:

    • It's all in the right-click: Once it's installed, you just right-click your .ts file, go to "File Converter," and pick MP4. The converted file pops up right in the same folder . It feels like a feature Windows should have built-in.
    • It handles the job: It definitely supports .ts as an input and .mp4 as an output, so it's ready to convert ts to mp4 .
    • A quick heads-up: It's more for convenience than control. If you're looking to tweak video quality or codec settings, this might feel a bit limited. It does have a "low quality" preset to make files smaller, but that's about it.

     

    If your only goal is to quickly convert ts to mp4 without opening any complicated software, File Converter is a total champ for that. It just gets out of your way.

  • DylanDavis's avatar
    DylanDavis
    Iron Contributor

    XMedia Recode is a media tool and a reliable TS to MP4 converter that supports lossless stream copying and batch transcoding of TS files to MP4, making it ideal for video format conversion.

    Instructions: Download and launch the software, click the Add button to import TS files, select MP4 as the output format, open the Video tab, and set the mode to Copy for lossless output or to Convert for re-encoding; go to the Audio tab and set the mode to Copy to preserve the original audio track, then click Encode to start the conversion task.

    Its advantages include: the Copy mode preserves the original video and audio quality without loss; and it offers broad compatibility with TS video streams and the MP4 container standard.

    Its disadvantages include: a relatively complex interface layout that is difficult to use; and a workflow that is less intuitive compared to other converters.

    Notes

    • Use Copy Mode only if your TS stream is fully compatible with the MP4 container; otherwise, select Conversion Mode to fix playback errors.
    • If playback issues occur after copying the stream, switch the video mode to Conversion and adjust the encoding parameters.
    • When performing large-scale TS batch conversion tasks, do not run other resource-intensive software at the same time.

    This allows you to TS to MP4 converter, with the option to perform lossless processing. It is suitable for users who need to batch-process TS videos and prioritize original media quality, as well as those who need to transcode to local formats offline without relying on the internet.

  • OliverKim's avatar
    OliverKim
    Iron Contributor

    HandBrake is a reliable TS to MP4 converter that is open-source and free of any watermarks. It supports low-loss encoding and features a built-in batch processing workflow, making it ideal for handling large volumes of TS media files.

    How to Use a TS to MP4 Converter

    Step 1: Download and install the software from the official website

    Step 2: Launch the software and click the “Open Source File” button

    Step 3: Select the target .ts file; hold down the Ctrl key to select multiple files at once

    Step 4: Open the Presets panel in the right sidebar and select an output preset

    Step 5: Under “General Presets,” select “Fast 1080p30” for Full HD output

    Step 6: Switch to the “Video” tab to adjust quality settings

    Step 7: Set RF to 18 for ultra-high quality, or to 20 to strike a balance between quality and file size

    Step 8: Click the “Browse” button next to “Save As” and select the destination output folder

    Step 9: Click the green play-shaped “Start Encoding” button to begin transcoding

    Finally, wait 2–5 minutes for each file until the conversion is complete

    The software strikes a balance between file quality and compression efficiency, supports batch conversion of TS files, and offers ready-to-use presets for beginners. The exported MP4 files are highly compatible and play smoothly on virtually all playback devices.

    Pros

    • Open-source; exported files do not contain embedded watermarks
    • Constant-quality encoding mode fully preserves the details of the original video
    • Native batch conversion capability, supporting the processing of multiple TS files in a single queue

    Cons

    • Encoding speed depends largely on the computer’s CPU performance
    • Adjusting advanced parameters requires basic knowledge of video encoding
    • No built-in video editing tools; cannot trim clips or add special effects