VideoHelp Forum




+ Reply to Thread
Results 1 to 13 of 13
  1. Member
    Join Date
    Nov 2023
    Location
    Scotland
    Search Comp PM
    Is it possible to convert the audio only on an MTS video and retain the video quality?
    Quote Quote  
  2. Member Ennio's Avatar
    Join Date
    May 2005
    Location
    Netherlands
    Search Comp PM
    Yes. Surely there are all-in-one solutions, but I always demux mts into elementary streams with tsMuxer. Then use an audio-editor like Audacity or eac3to (with UsEac3To as GUI) to recode audio. Import the result together with the native videostream in tsMuxer and mux back to ts or m2ts.
    Last edited by Ennio; 1st Nov 2023 at 06:39.
    Quote Quote  
  3. Member
    Join Date
    Nov 2023
    Location
    Scotland
    Search Comp PM
    Thanks Ennio, you're obviously more adept than I, I have tsMuxer but unsure as to what settings to use. I have a projector that doesn't recognise the dolby audio files that come with MTS video but plays the video. I'm trying to keep the quality of the video and change the audio to mp3.

    I have audacity too but don't think I can follow your instructions to blend the files.
    Quote Quote  
  4. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    AVIDemux.

    Set Video to Copy

    Set Audio and Output format as desired.
    Quote Quote  
  5. Use clever FFmpeg-GUI.
    Load your mts, click main. click encode audiostream, select your audiostream (if there are several), click >>>, select the desired encoder, click encode.

    Image
    [Attachment 74637 - Click to enlarge]


    If done, click multiplex, the new encoded audiostream is shown in green, set it and the videostream (and other desired streams), set m2ts as container, click multiplex.

    Image
    [Attachment 74638 - Click to enlarge]


    Done.
    Quote Quote  
  6. Member
    Join Date
    Nov 2023
    Location
    Scotland
    Search Comp PM
    I've managed to convert the audio, guys, thank you. Now how do I keep the video format in 16:9 as its turned a bit square?
    Quote Quote  
  7. Originally Posted by PKelly View Post
    I've managed to convert the audio, guys, thank you. Now how do I keep the video format in 16:9 as its turned a bit square?
    Image
    [Attachment 74639 - Click to enlarge]


    No recode, just streamcopy, so no quality loss.
    Quote Quote  
  8. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    Originally Posted by PKelly
    I've managed to convert the audio, guys, thank you. Now how do I keep the video format in 16:9 as its turned a bit square?
    What program did you use convert your file?
    Quote Quote  
  9. Member
    Join Date
    Nov 2023
    Location
    Scotland
    Search Comp PM
    I used both for two different files. I have to say I found Avidemux the easier of the two. The files seem to be fine on the computer but look a bit square on the projector.
    Quote Quote  
  10. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    Try: in AVIDemux, under the Output Format, choose MP4 then click Configure and tick "force 16:9".
    Quote Quote  
  11. Member
    Join Date
    Nov 2023
    Location
    Scotland
    Search Comp PM
    Will that not convert the video to mp4? I'm trying to avoid that to retain the quality of the MTS file, just the audio I needed to change.
    Quote Quote  
  12. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    In the example MTS files I have here, the video codec is AVC/H264, which can also reside in the MP4 container. So when you do a "Copy" on the video part, there's no conversion going on; basically all that is happening, video-wise, is the container is being changed from MTS to MP4. The underlying video stays as AVC/H264. You can observe the underlying video codec by opening your MTS in Mediainfo.
    Quote Quote  
  13. Member
    Join Date
    Aug 2018
    Location
    Wrocław
    Search PM
    Originally Posted by PKelly View Post
    Is it possible to convert the audio only on an MTS video and retain the video quality?
    Use ffmpeg:
    Code:
    ffmpeg.exe -i input.mts -c:v copy -c:a aac -b:a 192k output.mts
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!