In another thread we discussed how to convert my mp4s that are in 1080i 30 fps (60i accoarding to the camcorder, but some of you checked it, and the file is actually only 30fps) to 25fps PAL DVD format with HC GUI. The results are quite fine. This was that thread:
https://forum.videohelp.com/threads/345774-How-to-convert-from-60fps-to-25fps-to-get-continuous-video
MY question this time is how could I convert the Full HD 30fps mp4 to 25fps Full HD mp4 or mpeg? All I want is just to change the framerate, everything else would stay original. This was the script that I used for the project for HCGUI:
Import("C:\Program Files\AviSynth 2.5\plugins\SmoothFPS2.avs")
Load_Stdcall_plugin("C:\Program Files\AviSynth 2.5\plugins\yadif.dll")
DirectShowSource("2.MP4", seek=false)
AssumeTFF()
AssumeFPS(30000,1001)
Yadif(mode=1, order=1)
LanczosResize(720,576)
SmoothFPS2(50,1)
SeparateFields()
SelectEvery(4,0,3)
Weave()
If I change the resolution in LanczosResize, HC Gui warns me that the format is not DVD compliant. So what can I do, then? Can I use HCGUI for this purpose at all? IF not, what software should I use?
I have attached a sample that should be converted.
+ Reply to Thread
Results 1 to 1 of 1
-
Last edited by Bencuri; 21st May 2012 at 19:08.
Similar Threads
-
Full Screen Ripped DVD is not Displaying Full Screen on Widescreen TV
By jgciamarra in forum DVD RippingReplies: 3Last Post: 23rd Jan 2012, 17:42 -
Windows Media Player 8 full screen DVD playback not full screen
By brassplyer in forum Software PlayingReplies: 1Last Post: 3rd Jan 2012, 15:43 -
mp4 video not playing for the full length in vlc player
By sumeshkri in forum Newbie / General discussionsReplies: 2Last Post: 11th Oct 2010, 17:50 -
External Hard Drives...How Full Is Too Full?
By bbanderic in forum Newbie / General discussionsReplies: 5Last Post: 17th Mar 2010, 17:25 -
MP4 not playing in full
By rogerout in forum Newbie / General discussionsReplies: 4Last Post: 16th Sep 2009, 05:54