Hi, I got some MKV files and its 24fps, and would like to turn it to 25fps.
With TSMUXER i can easily demux it and turn the video to 25 fps, but not the audio.
What program can do this with or without re-encoding, so the files are sync, and i then can mux it in TSMUXER.
The audio files are DTS and AC3.
+ Reply to Thread
Results 1 to 9 of 9
-
-
Wait some DAYS before you bump/reply. And MKV files are NOT blu-ray ripping. Moving you.
Use the command line, from the start menu type
Code:"c:\temp\eac3to.exe" "c:\temp\movie.dts" "c:\temp\movie.ac3" -448 -speedup
-
Just another thing:
Why is it only possible to change fps in video without reencoding,
and not with audio. There i have to reencode. -
Originally Posted by bagmand22
However if it's AC3 audio, you can use "Audioscale" which changes length of AC3 audio by dropping or duplicating entire frames.
Good for small adjustments, not sure how it would sound for a 24/25 change. -
It's possible to just set a sample rate without actually resampling. That way you can losslessly speedup/slowdown your audio. 'Dunno which media player supports this feature, and it's useless if you wanna maintain the pitch.
-
As Xpenguin17 says, it's possible to change the sample rate flagged in the header of some containers and avoid reencoding the audio. But some devices may not be able to handle arbitrary sample rates. 48,000 Hz samples would have to change to 50,050 Hz to match the video speed up from NTSC film to PAL. And some formats may not support arbitrary sample rates. I don't know if AC3 does or not.
Similar Threads
-
[MKV] 25fps to 23.976fps? Tried and failed. Help!
By lag in forum Newbie / General discussionsReplies: 15Last Post: 20th Aug 2014, 12:27 -
Trouble converting 25FPS MKV file to 24FPS
By dave in or in forum Video ConversionReplies: 3Last Post: 29th Jul 2011, 21:46 -
Recorded TS file change to 25fps instead of keeping it to 50fps in mkv.
By Dazzler1985 in forum Video ConversionReplies: 1Last Post: 18th Apr 2011, 17:01 -
25fps 1080i mkv convert to 24fps 1080p or 720p mkv?
By brent1a in forum Video ConversionReplies: 6Last Post: 9th Feb 2010, 09:57 -
24fps HD-MKV (H264/VC-1) to 25fps SD-MPEG2
By Nightwalker_z in forum Video ConversionReplies: 9Last Post: 27th Apr 2009, 09:31