Search found 12 matches
- Wed Oct 22, 2014 5:03 am
- Forum: MKV file processing and playback
- Topic: Audio drops out of sync in transcoded mkv files
- Replies: 14
- Views: 28517
Re: Audio drops out of sync in transcoded mkv files
If I load the file into VirtualDub through an AVISynth script it shows the frame rate as 23.970fps, if I then save that as an avi and try to re-encode the avi with x264, x264 shows the frame rate as 2500000/104297, which comes out to about 23.970008725083175930276038620478fps. MediaInfo reports the...
- Tue Oct 21, 2014 7:11 pm
- Forum: MKV file processing and playback
- Topic: Audio drops out of sync in transcoded mkv files
- Replies: 14
- Views: 28517
Re: Audio drops out of sync in transcoded mkv files
ndjamena: How did you find out the frame rate when you had that "Star Trek TOS" problem? I have now watched about 8 or so episodes that I remuxed using the help you gave and most of them seemed fine, but I thought I noticed some delay in two episodes... Or maybe I'm just imagining things. ...
- Tue Oct 21, 2014 3:40 pm
- Forum: Blu-ray discs
- Topic: Deadwood season 2
- Replies: 2
- Views: 6907
Re: Deadwood season 2
I get an internal server error if I do that, I think it's too big. Download it from here:
(downloaded)
(downloaded)
- Mon Oct 20, 2014 5:11 pm
- Forum: Blu-ray discs
- Topic: Deadwood season 2
- Replies: 2
- Views: 6907
Deadwood season 2
I get this error "Fatal error occurred, program will now exit" when trying to convert deadwood season 2 blu-ray. Should I send the whole log file somewhere or is this enough? How can I workaround this issue? 001003:0020 DEBUG: Code 0 at alx#7T"|rEaub_-RmP/:213130674 001003:0020 DEBUG:...
- Mon Oct 20, 2014 10:19 am
- Forum: MKV file processing and playback
- Topic: Audio drops out of sync in transcoded mkv files
- Replies: 14
- Views: 28517
Re: Audio drops out of sync in transcoded mkv files
Do I use the "default-duration" setting at all for the audio track? And if I should use it, what should be the value for the setting?-Edit- You don't set the default duration of the audio to 24/1.001, the audio frames have a different duration to the video frames.
- Mon Oct 20, 2014 9:27 am
- Forum: MKV file processing and playback
- Topic: Audio drops out of sync in transcoded mkv files
- Replies: 14
- Views: 28517
Re: Audio drops out of sync in transcoded mkv files
OK. Thanks for all your help, ndjamena =)
- Mon Oct 20, 2014 8:56 am
- Forum: MKV file processing and playback
- Topic: Audio drops out of sync in transcoded mkv files
- Replies: 14
- Views: 28517
Re: Audio drops out of sync in transcoded mkv files
Source is blu-ray. The video is 24000/1001. If I set the default duration of the audio track using --default-duration 0:24000/1001fps, I could use the same for the video track. That would eliminate the need to use the original timecodes. So maybe the question now is: do I benefit anything if I use t...
- Mon Oct 20, 2014 8:20 am
- Forum: MKV file processing and playback
- Topic: Audio drops out of sync in transcoded mkv files
- Replies: 14
- Views: 28517
Re: Audio drops out of sync in transcoded mkv files
AAC audio frames have a different duration than DTS (10.666_ ms) or AC3 (32ms), therefore the audio time codes in the original file are useless. Understood. Are the video timecodes useless too? I also re-encoded the video. The fast forwarding is odd, but if it's one of the files with the old audio ...
- Mon Oct 20, 2014 3:58 am
- Forum: MKV file processing and playback
- Topic: Audio drops out of sync in transcoded mkv files
- Replies: 14
- Views: 28517
Re: Audio drops out of sync in transcoded mkv files
Thank you very much, ndjamena. I didn't know that. I'll give that a try tonight :) Last night I tried to watch one of the videos which I remuxed like I said in the first post, including the timecodes. It was terrible. The video was fast forwarding like someone had pressed the "fast forward"...
- Sun Oct 19, 2014 4:36 pm
- Forum: MKV file processing and playback
- Topic: Audio drops out of sync in transcoded mkv files
- Replies: 14
- Views: 28517
Audio drops out of sync in transcoded mkv files
Hello =) I've been transcoding my video files I made using makemkv. My encoding script can be found in this forum, too. Now I've been experiencing audio/video sync issues. The audio drops out of sync exponentially as the video progresses towards the end. I have checked the original mkv files using m...
- Sat Oct 11, 2014 7:34 am
- Forum: MKV file processing and playback
- Topic: My encoding script for linux
- Replies: 2
- Views: 8050
Re: My encoding script for linux
Well... No. I looked up some listening tests on the internet and Apple QuickTime was always the best encoder. The second was Nero AAC Encoder. Apple QuickTime encoder had some licensing issues, but Nero was free for personal use, so I went with that. Also I heard much praise for Nero when I asked ar...
- Fri Oct 03, 2014 3:51 pm
- Forum: MKV file processing and playback
- Topic: My encoding script for linux
- Replies: 2
- Views: 8050
My encoding script for linux
Hello! I like MakeMKV very much and I wanted to share my encoding script for linux. Mainly so that others might give me some suggestions on how to improve it and also so others can use it to get started on their scripts. I know there is a linux encoding script already on the forum, but I wanted to u...