• 0

MKV DTS to AC3


Question

Guys, I need some help here. Please read through the entire post, don't recommend something I've already tried, thanks.

I'm looking for a clean software that converts DTS audio in an MKV file to AC3 for me. I've already tried MKV2AC3, so don't recommend that. The issue I'm having with it is that it also causes audio lag in the videos. After about 10-15 minutes of video in some files, the audio gets delayed by 2 seconds. :huh:

I know there's a 3-step-process involved using 3 separate EXE's, but I don't want to go through that each time I want to convert a video, since I do this a lot (almost twice a day) and I don't want to have to go through that every day two times, too tedious. I know there are one click solutions, similar to MKV2AC3, but some that will not cause a time lag in audio please, lol.

The other one I'm trying it Wondershare Video converter, but there doesn't seem to be an option to JUST convert the audio, you have to convert the entire video in that, takes a bit of time and I think it also reduces video quality.

Let me know if anyone has anything to recommend. :)

Link to comment
https://www.neowin.net/forum/topic/1129464-mkv-dts-to-ac3/
Share on other sites

17 answers to this question

Recommended Posts

  • 0

So let me get this correct, you want to convert DTS to Dolby Digital (AC3) that is already in a file?

I am not sure that is a wise choice, and might not be possible. On another note though, you might want to try converting the DTS to multi-AAC, as this might give you the results you may need.

  • 0

mmitch, it's a requirement. My TV can't play DTS audio, need to convert to AC3 or another readable format.

yxz, thanks for that. I'm using that process right now, seems to be taking a bit of time, and the audio for AC3 is default at 448kbps, any way I can max it out to 640kbps that I know AC3 supports? Also, the conversion stopped, threw up an error about invalid EBF tag. :/

Popcorn is the same as MKV2AC3, Mayhem.

  • 0

Alright, I just figured that this is problem something that's happening as a result of a damaged file, and ffmpeg confirmed that for me.

Thanks for the tip yxz, I think I'm going to try and use your tip for this.

Also, shouldn't it be ffmpeg.exe -i input.mkv -vn -sn -acodec ac3 -b:a 640k output.mkv? instead of ffmpeg.exe -i input.mkv -vn -sn -acodec ac3 -b:a 640k output.ac3?

  • 0

updated:

ffmpeg.exe -i input.mkv -sn -c:v copy -c:a ac3 -b:a 640k output.mkv

also this

http://ffmpeg.org/ff...tml#Stream-copy

Stream copy is a mode selected by supplying the copy parameter to the ?-codec? option. It makes ffmpeg omit the decoding and encoding step for the specified stream, so it does only demuxing and muxing.

Since there is no decoding or encoding, it is very fast and there is no quality loss. However it might not work in some cases because of many factors.

  • 0

If you ever want to do that sort of stuff with a GUI you can always try Avidemux: http://fixounet.free.fr/avidemux/screenshots.html

I use it to remove audio tracks I don't need and transcode the audio to AAC (for my phone). I've tried a lot of tools but this is the only one that can do it properly (without touching the video stream for example).

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I think every American should have a course in a 'dry sense of humour' at school; and perhaps 'using sarcasm in jest' oh, and also 'the use or irony in humour'.
    • What they really need to do is automatically spell "loses" and "lose" correctly since nobody seems to know how to anymore. Then they blame spellcheck/autocomplete and don't realize autocomplete is just filling in the word for them automatically so it was misspelled in the first place.
    • If someone chooses to continue using SB and therefore goes through the manual intervention in the thread, afterwards the BSOD problem is gone. Whether they then re-enable the task doesn't matter, they're done, though on such machines it might pay to keep it disabled in case the next update (if there is a next) causes the same problem. OTOH, if someone disables SB in the BIOS, the problem is also gone. Incidentally, I noticed that this task exists even on machines that don't support SB. It's just installed across the board...and runs. Doing what on such machines is a little hazy.
    • qBittorrent 5.2.2 by Razvan Serea The qBittorrent project aims to provide a Free Software alternative to µtorrent. qBittorrent is an advanced and multi-platform BitTorrent client with a nice user interface as well as a Web UI for remote control and an integrated search engine. qBittorrent aims to meet the needs of most users while using as little CPU and memory as possible. qBittorrent is a truly Open Source project, and as such, anyone can and should contribute to it. qBittorrent features: Polished µTorrent-like User Interface Well-integrated and extensible Search Engine Simultaneous search in most famous BitTorrent search sites Per-category-specific search requests (e.g. Books, Music, Movies) All Bittorrent extensions DHT, Peer Exchange, Full encryption, Magnet/BitComet URIs, ... Remote control through a Web user interface Nearly identical to the regular UI, all in Ajax Advanced control over trackers, peers and torrents Torrents queueing and prioritizing Torrent content selection and prioritizing UPnP / NAT-PMP port forwarding support Available in ~25 languages (Unicode support) Torrent creation tool Advanced RSS support with download filters (inc. regex) Bandwidth scheduler IP Filtering (eMule and PeerGuardian compatible) IPv6 compliant Available on most platforms: Linux, Mac OS X, Windows, OS/2, FreeBSD qBittorrent 5.2.2 changelog: FEATURE: Use D-Bus to show file in file managers (Chocobo1) #24340 BUGFIX: Fix friendlyUnitCompact precision calculation (vafada) #24323 BUGFIX: Remove all top-level folders (glassez) #24333 BUGFIX: Use proper API for checking exit status (Chocobo1) #24349 BUGFIX: Delete stale lockfile when hostname mismatch (TurboTheTurtle, glassez) #24363 BUGFIX: Fix wrong removal procedure of watched folder paths (Chocobo1) #24413 BUGFIX: Don't reannounce before interface changes are applied (glassez) #24447 BUGFIX: Use Latin script for Bosnian locale name (Andy Ye) #24342 WEBUI: Fix performance of global checkbox toggling (tehcneko) #24316 WEBUI: Fix Safari transfer list header misalignment (Piccirello) #24377 WEBUI: Fix error when submitting magnet before metadata loads (Piccirello) #24378 WEBUI: Use correct row id when updating Rss Downloader feed selection (Chocobo1) #24402 WEBUI: Use SameSite=Lax for session cookie to fix cross-site login (Piccirello) #24422 WEBUI: Bring back properties panel expand/collapse button (vafada) #24430 WEBAPI: Only use X-Forwarded-Host header when reverse proxy support is enabled (Chocobo1) #24457 RSSS: Fix "RSS Smart Episode Filter" RegEx (nathanon-akk, glassez) #24398 RSS: Fix previously matched episode format (glassez) #24452 WINDOWS: Fix Python fallback search path (TurboTheTurtle) #24325 WINDOWS: NSIS: Allow to install x64 binary on ARM64 (Chocobo1) #24358 Download: qBittorrent 5.2.2 | 41.1 MB (Open Source) Download: qBittorrent 64-bit installer (qt6) | 43.6 MB Links: qBittorrent Home page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Veteran
      branfont went up a rank
      Veteran
    • Reacting Well
      Almohandis earned a badge
      Reacting Well
    • First Post
      Cosminus earned a badge
      First Post
    • One Year In
      ThatGuyOnline earned a badge
      One Year In
    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      498
    2. 2
      +Edouard
      185
    3. 3
      PsYcHoKiLLa
      126
    4. 4
      Steven P.
      87
    5. 5
      neufuse
      72
  • Tell a friend

    Love Neowin? Tell a friend!