Cyber Akuma
1st June 2006, 00:08
Ok, I have an .mp4 file thats encoded in x264/AAC. I want to clip two scenes out of (direct stream copy) in order to re-load the avi in vdub and extract the frames to make an animated gif.
At first I tried using DirectshowSource("filename.mp4"), but the video came out way too fast, not to mention that 180 megs was a little large for a 10 second clip.
So I loaded the .mp4 file in MPC and checked the FPS, it was listed as 23.98, so then I tried DirectshowSource("filename.mp4", fps=23.98), same deal.
Finally I tried DirectshowSource("filename.mp4", fps=23.98, convertfps=true).
But no matter what I tried, in all 3 encode attempts (all sound streams were disabled and it was set to direct stream copy) the clip I extracted played way too fast and was HUGE. I have no idea what im doing wrong, vdubmod is reading the .mp4 video/audio just fine, but when I try to extract something it messes up the video's speed.
At first I tried using DirectshowSource("filename.mp4"), but the video came out way too fast, not to mention that 180 megs was a little large for a 10 second clip.
So I loaded the .mp4 file in MPC and checked the FPS, it was listed as 23.98, so then I tried DirectshowSource("filename.mp4", fps=23.98), same deal.
Finally I tried DirectshowSource("filename.mp4", fps=23.98, convertfps=true).
But no matter what I tried, in all 3 encode attempts (all sound streams were disabled and it was set to direct stream copy) the clip I extracted played way too fast and was HUGE. I have no idea what im doing wrong, vdubmod is reading the .mp4 video/audio just fine, but when I try to extract something it messes up the video's speed.