I have a 720p60 (720p @ 60FPS) .mpg file; however I have quite a big problem - the header says the video is 29.97
Did some Googling, used DGIndex to demux the audio and video.
The resultant .m2v file is fine. The .ac3 audio is...twice as long, and I have no idea why. The video is 2hr9min and the .ac3 file is 4hr18min. And, the .ac3 file plays back at double speed (really strange)
Using MPC-HC, the original .mpg plays back fine. What the hell is happening here, and how do I fix it? I'm at wits end.
Unfortunately I can't create a sample clip of the original .mpg with VideRedo because VideoRedo is reading the header, which says 29.97!
+ Reply to Thread
Results 1 to 2 of 2
-
-
Sounds like this is the same file that you are having issues with over on the VideoRedo forum. Do you have two Tivos? Can you play the video up to the point where the actual program is beginning (skipping the commercials) and then transfer from THAT point to the other Tivo (thereby clipping the 29.97fps commercial from the stream)? Then download the new clipped stream down for processing.
Also, I think you were wanting to try something other than VideoRedo to decode the video. Dan (on VRD) suggested using Tivodecode to do this instead of VRD. If you don't have a copy of the executable, you can get one from kmttg (or just use kmttg to download and decode using tivodecode for you).
If not, perhaps try clipping the video with DGIndex (using [ ] buttons). If that doesn't work, maybe try Avidemux to clip a small section out.
You might also be able to try to clip a small section off with ffmpeg:
Code:ffmpeg -i video.mpg -t 60 -vcodec copy -acodec copy video-out.mpg
Similar Threads
-
Double .mpls playlists same length and size BUT different names
By Caeasarea in forum Blu-ray RippingReplies: 6Last Post: 17th Sep 2011, 18:27 -
Mkv to mp4 transcoding: strange output files (double length)
By TOMillr in forum Video ConversionReplies: 0Last Post: 11th Sep 2010, 13:42 -
Way to tell length of a video file from command line down to milisecond?
By Mountain Man in forum LinuxReplies: 2Last Post: 15th Dec 2009, 09:54 -
Video file time length is incorrect after converting to M2TS
By Alterego in forum Video ConversionReplies: 0Last Post: 18th Oct 2008, 10:54 -
PSD file in Abobe Premier length of video problems
By Lileman in forum EditingReplies: 0Last Post: 15th Oct 2007, 08:08