My friend, jagabo:
The name of this site is "Videohelp". Wright?
Is there any intention to change it?
+ Reply to Thread
Results 31 to 49 of 49
-
-
-
My friend Jagabo,
(You helped me once!)
I love you all!!!
But, what about the limits? -
Plus, it's already YV12, and assuming that without specifying it as 'Interlaced=True' will further mess things up. You don't need that line at all, even if slowing it to 23.976fps were a good idea (which it isn't). As far as I know, there's no such thing as encoding for DVD at interlaced 23.976fps because you can't apply pulldown to an interlaced stream without getting a complete mess as output.
You owe a "gui", software, or something (made by you) for the forum...! -
Dl'd MVTools 2.5 and the avs script worked. Although, when it opened the video in vdm, i checked in video>framerate and it was unchanged at 25 fps. What do I do after opening the script to finish the process and actually deinterlace the video?
Last edited by Eva-Unit01; 22nd Feb 2010 at 11:30.
-
What AVS script did you open in VirtualDubMod?
-
-
I hope you mean to say ...it was unchanged at 29.97 fps. Because, if so, that's correct. Tempgauss MC bobs it to 59.94fps and SelectEven halves the framerate back to 29.97fps. Just as jagabo said earlier:
What is it with you and this incorrect obsession with 25fps? Your MP4 sample is 29.97fps. -
I hope you mean to say ...it was unchanged at 29.97 fps. Because, if so, that's correct. Tempgauss MC bobs it to 59.94fps and SelectEven halves the framerate back to 29.97fps.
Code:DirectShowSource("Anno clip 1.mp4") AssumeTFF() Crop(4,0,-0,-0) ConvertToYV12() TempGaussMC_beta1mod() Selecteven()
What is it with you and this incorrect obsession with 25fps? Your MP4 sample is 29.97fps. -
It says 29.97 fps when I open the "Anno clip 1.mp4" you supplied a while back. What frame size does it say? I get 708x480:
After opening the AVS script in VirtualDub it should tell you the frame rate is 29.97 fps.
Maybe you have a bad MP4 splitter or h.264 decoder on your system -- one that is reporting the wrong frame rate. -
Well This is what it says for the full video when I open the script. Does the file just need to be saved after opening the script in order for the changes to take effect?; because the ETA to save the full video is 16+ hours.
Last edited by Eva-Unit01; 23rd Feb 2010 at 11:32.
-
Yes, just Save as AVI. Be sure to select audio and video codecs if you don't want a huge uncompressed AVI file. But with that 25 fps frame rate you'll probably get A/V sync errors. Adding AssumeFPS(29.97) to the end of your script should fix that.
-
You've been told at least 4 times before now that the video is 29.97fps. A couple of times already you wrote as if you understood that fact. If you really thought it was 25fps when we both were saying it's 29.97fps, why didn't you say something before now? Did it not register before now that the thread title, your first post, and that one from which I just quoted were dead wrong? Did you not think to open the MP4 in GSpot, in MediaInfo, both of which quite clearly say it's 29.97fps?
Your smart remarks are not needed. Post constructive results without insults or get out. -
I tried opening the script
Code:DirectShowSource(\\"C:\Users\Me\Folder\HideakiAnnoteachesanimationt.mp4\\") AssumeTFF() Crop(4,0,-0,-0) ConvertToYV12() TempGaussMC_beta1mod() SelectEven() AssumeFPS(29.97)
-
The best way to convert 23.976fps <==>24fps <==> 25fps <==>29.97fps is to Demux the streams, shrink or stretch timing and Re-Mux, again in order to keep Audio and Video in proper sync.
-
If you can open the script in VirtualDub you should be able to open it in MeGUI too.
-
Fixed the MeGUI issue. The problem now is, when I enque and start the encoding of the video with this script in MeGUI
Code:DirectShowSource(\\"C:\Users\Me\Folder\HideakiAnnoteachesanimationt.mp4\\") AssumeTFF() Crop(4,0,-0,-0) ConvertToYV12() TempGaussMC_beta1mod() SelectEven() AssumeFPS(29.97) #Does the order of the commands matter? Are they in the correct order here?
Last edited by Eva-Unit01; 28th Aug 2010 at 09:39.
Similar Threads
-
Encode in Interlaced or Deinterlaced w/Pulldown?
By CubDukat in forum Video ConversionReplies: 4Last Post: 19th Jun 2011, 17:29 -
Progressive sources -> Interlaced encode?
By ZQX in forum Video ConversionReplies: 5Last Post: 13th Apr 2009, 22:09 -
encode interlaced material witth ffmepg to MPEG2 but get progressive output
By Massa in forum ffmpegX general discussionReplies: 9Last Post: 13th Jan 2009, 12:42 -
Mainconcept MPEG-2 / H.264 refuse to encode interlaced footage
By Colmino in forum Video ConversionReplies: 0Last Post: 2nd Jul 2008, 15:23 -
DV type2 --> interlaced --> hybrid (FILM) ?
By PudyCat in forum Video ConversionReplies: 2Last Post: 16th May 2007, 09:36