I'm trying to convert some old mkv to avi for a standalone dvd player.
The audio is unfortunately vorbis but the video stream is fine for direct copy (xvid).
Popcorn MKV seems to do this just fine and the file plays perfect in windows but the standalone stutters on the playback.
When I recode the audio from mp3 to mp3 via virtualdub, the problem goes away (same direct copy video stream).
So Popcorn MKV is somehow making illegal audio (or out of bounds somehow) for the standalone.
I cannot find any tools out there to analyze audio off avi to see what might be wrong.
Are there alternatives to Popcorn (for batches) ?
I noticed Popcorn uses besweet which calls Lame but there is no way to change (or examine) the parameters it's using. So there must be a bad parameter in there and I need more control.
Many thanks for any suggestions!
+ Reply to Thread
Results 1 to 4 of 4
-
-
Hmm, thanks for the suggestion, I will look into it.
Meanwhile I tried a few things like divfix++ and rederiving the keyframe flags.
What DID work, but is a total pain in the butt to do:
extract the audio to external mp3 - then reinterleave the video+external audio
Seems to be in perfect sync too - just way too much work.
So that implies a bad index but then divfix++ doesn't solve it? Weird. -
Aha! I found an automated fix, here's how I did it to help others in the future:
1. install avidemux
2. go into the GUI tools -> Preferences -> Automation -> check "Automatically rebuild index"
3. then run this cli batch which will grab all the files in a directory and run them through the i&b frame rebuild
Code:for %i in (*); do "c:\avidemux\avidemux2_cli.exe" --load "%i" --save "g:\temp\%i" --quit
Basically it just rebuilds the index on each file and resaves it to the destination as a direct stream copy.
For some reason the re-derive keyframes on virtualdub did NOT fix the problem, but this did.
and avidemux is much faster than virtualdubs keyframes, it takes about 20 seconds per file
Similar Threads
-
PopCorn MKV Audio Converter
By cata1569 in forum Blu-ray RippingReplies: 5Last Post: 5th Jan 2014, 14:29 -
Can't put to work Popcorn MKV Audio Converter
By mahogany in forum Newbie / General discussionsReplies: 5Last Post: 23rd Nov 2013, 12:29 -
PopCorn MKV
By omrish5 in forum Video ConversionReplies: 3Last Post: 13th Jul 2011, 11:30 -
Problem with Converting Directory of Files with Popcorn AudioConverter
By Petes457 in forum AudioReplies: 2Last Post: 28th Jun 2011, 15:25 -
Can't start to work neither MKVExtractGUI nor PopCorn MKV AudioConverter
By mahogany in forum Newbie / General discussionsReplies: 12Last Post: 24th Oct 2009, 23:00