Framerate problem >> Online Surveys >> Forum
wr-forum WOW mod

SearchSearch   Users   Registration   Entrance
Today: 23.07.2025 - 04:21:31
Pages:  1  

Framerate problem

Advertising

.
AuthorMessage

tripleM

user




Statistics:
Messages: 24
Registration: 11.09.2001

I've a problem with my program encoding (that convert symbian video in mp4/mpeg2) Videos are mp4 variable framerate. To catch the framerate I use mediainfo, that give me accurate result, for example: Frame rate : 22.609 fps Minimum frame rate : 6.079 fps Maximum frame rate : 41.209 fps The framerate it's true, because if I encode with this setting, the video seem to go well, but in some part, video isn't in synchronize with audio. For example if I use this script: Code:

---------------------
'00S52 RETIRED '07 Silver Gray E86 MCoupe
Message # 1 26.02.23 - 14:50:18
RE: Framerate problem

///177 TEK

user




Statistics:
Messages: 119
Registration: 06.19.2003

Thanks IanB, I've read this wiki [URL="http://avisynth.org/mediawiki/VFR#encoding_to_vfr_.28mkv.29"]WIKI[/URL ] and I've tried to do something, but i havem't understand how can I use timecode in avisynth. I've muxed (now with megui, but I'm searching for a command line) the originale mp4 file into an mkv container. After with this string: mkv2vfr.exe input.mkv output.avi timecodes.txt I've generated the avi file and timecodes.... And now? :script: How can i use this information for avisynth encoding using FFmpegSource and not directshowsource? very thanks....

---------------------
'94 ///177-technic "don't sweat the TECHNIC" "Driving is a passion. Make love to a corner."
Message # 2 26.02.23 - 14:58:41
RE: Framerate problem

Daved

user




Statistics:
Messages: 29,275
Registration: 10.28.2002

but i have to do this in batch mode, how can i trim all file? i've senn that it's possible to recode to avi 120 fps, but I had trouble with this process... Any suggestion?

---------------------
Message # 3 26.02.23 - 15:07:46
RE: Framerate problem

egreaves20

user




Statistics:
Messages: 787
Registration: 04.06.2003

I need your aid..... I've tried all the solution that my brain it's able to suppose, but I wasn't luky. I've discovered here this command line program, time2avs, that can make an avs script starting from timecode v1 I've modified the avs file in this way: Unfortunately, my videos are always slow, too slow!!! and video at the end it's too fast, like forwarding in dvd's !! This it's the original video In this way some angel can aid me because i've googled and googled and googled for days but it seem that vfr videos aren't impossible to handling well, Thanks.

---------------------
Message # 4 26.02.23 - 15:17:25
RE: Framerate problem

DarkSideofLeigh

user




Statistics:
Messages: 114
Registration: 12.12.2002

the purpose it's to smooth this videos using motionprotectedfps or MVFlowFps2 manteining the audio - video sync. I've also modified the upper script avs with motionprotectedfps instead changefps , and the video become very smooth, but slow, and even changing the framerate i haven't success

---------------------
Message # 5 26.02.23 - 15:23:57
RE: Framerate problem

///RBR

user




Statistics:
Messages: 35
Registration: 01.29.2002

As IanB said avisynth isn't well suited for vfr files.. but using mencoder (as super does) the problem is gone i tried AutoMen, forcing "Change framerate to 25", and the audio/video seems in synch BHH

---------------------
Message # 6 26.02.23 - 15:30:44
RE: Framerate problem

djKibblez

user




Statistics:
Messages: 403
Registration: 05.21.2003

There's a thing that I haven't understand. I have a variable framerate video, if I recode into a new cfr video and after use motionprotectedfps, the video became smooth. If I trim every second and I use motionprotectedfps In this (example way) the video became very slow, why?:thanks: Code:

---------------------
Message # 7 26.02.23 - 15:41:29
RE: Framerate problem

mrkurz

user




Statistics:
Messages: 194
Registration: 04.07.2002

Trim(0, 0) is the whole clip. You want Trim(0, -1) which is 1 frame staring at 0. And you are wasting your time feeding 1 frame clips into motionprotectedfps(), it needs multiple frames to detect motion and interpolate new intervening frames. It may help you visualize the problem if you think about the duration of each frame in milliseconds instead of the reciprocal which is fps. Draw it on a piece of paper with each frame placed in the correct time position.

---------------------
mistah kurz--"the diamond geezer" 03 M3
Message # 8 26.02.23 - 15:49:13
RE: Framerate problem
New Harness = New Problems : Previous topicNext topic: MBox - Maximum Audio Tracks for Playback 32?
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants