Hey everyone!
I have encountered a problem when trying to remux the file below from mkv to mp4:
https://www.demolandia.net/downloads.php?id=27781967
I use this as the command: ffmpeg -i file.mkv -c copy file.mp4
I'm using ffmpeg version 4.1.1 win64 on Windows 10 version 1809
I play the file with Movies & TV app via headphones while Dolby Atmos for Headphones (with virtual 7.1 sound turned on) is enabled.
The problem is that the left and right surround channels are located differently when compared to the original file. The original ones are a bit wider and upper.
I even tried this but no success: ffmpeg -acodec eac3 -drc_scale 0 -channel_layout "5.1(side)" -i file.mkv -c copy -channel_layout "5.1(side)" file.mp4
What do you think the problem is?
+ Reply to Thread
Results 1 to 8 of 8
-
-
Well, I tried remuxing mkv to mkv and it seems that the problem is with mp4 container. What's more interesting is that if you do mkv --> mp4 --> mkv, the 2nd mkv sounds identical.
-
-
convert both container to separate wav files, use audio editor to confirm your observations:
Code:@ffmpeg -report -y -i %1 -vn -sn -dn -c:a pcm_f32le -f wav "%1.wav"
-
I finally could replicate the results of Movies & TV app using PowerDVD 18. You have to disable Audio under Video Enhancements in Settings. Set Output to 8 Speakers (or 6 depending on the file) with no effects and Dynamic Range to Boosted. This way a single file sounds identical in these two players.
Also PowerDVD doesn't have the problem that Movies has with mp4 containers.Last edited by amirms76; 30th Mar 2019 at 19:04.
-
Another thing to mention is that PowerDVD 18 cannot decode Dolby Atmos. So if you have a file with Dolby Atmos sound, you have to play it through Movies & TV app to hear the effect of Atmos. The audio must be encoded in EAC3 not TrueHD, as Movies app cannot decode that. If you have a TrueHD Atmos track, the only way to play it correctly is to bitstream it.
Last edited by amirms76; 30th Mar 2019 at 19:17.
Similar Threads
-
Help automating demux, transcode, & remux of eac3 audio stream
By Pando in forum Newbie / General discussionsReplies: 3Last Post: 11th Jul 2019, 21:21 -
Stream image and video in youtube with ffmpeg
By jonaszo in forum Video ConversionReplies: 1Last Post: 6th Jan 2018, 16:45 -
How to automatically re-start FFmpeg if a stream shuts down ?
By Gwar in forum Video Streaming DownloadingReplies: 10Last Post: 16th Jun 2017, 17:29 -
Error in Download of Stream with ffmpeg HLS
By 4lb3rt0 in forum Video Streaming DownloadingReplies: 0Last Post: 25th Sep 2016, 09:11 -
(Willing to pay)ffmpeg Need help downloading live stream ffmpeg and rtmp
By grabyea in forum Video Streaming DownloadingReplies: 0Last Post: 10th Apr 2016, 16:54