I didn't know where to put this but I really need help, I want to encode this mkv file so that It would stay in sync with the audio.
I've read about Avisynth but I understand very little since there's so many filters and plugins. So is there anyone who could help me I would give the link to the video so that someone could point me in the right direction since this isn't the only one I wan't to sync I just want an example.
Once I get the hang of it with the first actually example and explanation I think I can do it by myself.
here's the link to the video:
http://www.megaupload.com/?d=3J5ZK51W
+ Reply to Thread
Results 1 to 11 of 11
-
-
And I, for one, don't want to download a 360 MB file just to check the audio synch. If you want to find out the delay to set, play it in Media Player Classic Home Cinema and use the +/- keys to find the delay. Demux and then either remove the delay entirely from the audio (DelayCut, depending on the type of audio), or set that same delay when remuxing to MKV or authoring the DVD or whatever you're doing with it.
-
anyway of dropping frames rather than actually messing with the audio.
I tried changing the frame rate of the video with avisynth but no luck the video gets more out of sync I need to know what exactly do I need to do with the video, so that it can stay in sync with the audio, at this point I don't care if I need to delete repeated frames as long as it plays smoothly, and in sync with the audio. -
I told you exactly what to do. It will only take a minute and there will be absolutely no change in audio or video quality. All it does is tell the player to start playing the audio 500 ms before the video. Most players also have an audio delay feature so you can play your original file with the audio moved forward.
Note: it's also possible that some of us are seeing different issues. Playback of A/V files will sometimes vary depending on what player you are using and what DirectShow filters you have installed. -
Thanks it worked and also could someone help me with this
http://www.megaupload.com/?d=7HGV2SL0
This is an mpv file about 2 minutes long and I want to encode to a vc1 file but as you can see there's jitteriness going on, and at least I want to fix that I tried converting the file via vc1conv VC-1 Elementary Stream Converter 0.4 which converts HD DVD 29.97 fps streams with pulldown flags to 23.976 fps progressive but nothing happened I got this:
C:\vc1conv> vc1conv C:\vc1conv\original_clip.mpv C:\vc1conv\converted_clip.mpv
vc1conv VC-1 Elementary Stream Converter 0.4
Sequence Header found
0 frames before first I-frame
Reserved Profile
Level = 1
Chroma Format = 4:2:0
Horizontal size = 2310
Pulldown = 0
Interlace = 0
Aspect ratio = unspecifed
Forbidden Frame Rate!
Forbidden Frame Rate!
Frame Rate = -1.#10
frames = 0, running time 0:0:0.000000
http://www.megaupload.com/?d=BQ0LSSG1
I really want to get rid of the jitteriness so that the video would look smooth could someone help with this I would really appreciate it. -
It looks like normal telecined film to me. 12 fps character animation, 24 fps pans. It's not going to get any smoother because of the low frame rate of the character animation.
Code:MPEG2Source("00003_original.d2v") AssumeTFF() TFM() TDecimate()
Code:MPEG2Source("00003_original.d2v") AssumeTFF() Bob() SelectEven() TDecimate()
Code:MPEG2Source("00003_original.d2v") AssumeTFF() SeparateFields() SelectEven() BilinearResize(704,400) TDecimate()
-
Thanks for the fast reply. I did some research and since I didn't want the video to have a resolution 2 times lower than what it is this now I read some guides, and here are the results:
This is without SAA
import("C:\Program Files\AviSynth 2.5\plugins\AAA.avs")
import("C:\Program Files\AviSynth 2.5\plugins\SAA.avs")
import("C:\Program Files\AviSynth 2.5\plugins\Antialiasing.avs")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\SangNom.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\UnFilter.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\MaskTools.dll")
MPEG2Source("C:\Documents and Settings\HP_Administrator\My Documents\Vocabulary\air sample.index\air sample.d2v",cpu=0,info=3)
AAA(xres=1024, yres=576, xshrp=20, yshrp=20, us=1, ds=2, chroma=true)
AntiAliasing(th_luma=20, th_croma=20)
http://i48.tinypic.com/2yl8gog.jpg
This is with SAA:
import("C:\Program Files\AviSynth 2.5\plugins\AAA.avs")
import("C:\Program Files\AviSynth 2.5\plugins\SAA.avs")
import("C:\Program Files\AviSynth 2.5\plugins\Antialiasing.avs")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\SangNom.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\UnFilter.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\MaskTools.dll")
MPEG2Source("C:\Documents and Settings\HP_Administrator\My Documents\Vocabulary\air sample.index\air sample.d2v",cpu=0,info=3)
AAA(xres=1024, yres=576, xshrp=20, yshrp=20, us=1, ds=2, chroma=true)
AntiAliasing(th_luma=20, th_croma=20)
SAA()
http://i49.tinypic.com/v5ctwh.jpg
So here's my question I believe the one without SAA to be better, which should I chose and also, I want the resolution to be 1280x720, and since I got the above script from somewhere else, I know I need to change something so when I change the resolution to 1280x720 it would be of the same quality as the one above.
What do I need to change here:
AAA(xres=1024, yres=576, xshrp=20, yshrp=20, us=1, ds=2, chroma=true)
AntiAliasing(th_luma=20, th_croma=20) -
I don't use AAA() but since 1280x720 isn't much different than 1024x576 you can probably use the same arguments for everything else.
Similar Threads
-
Flash .flv video out of sync (original video is perfect with double audio s
By TACtech in forum EditingReplies: 2Last Post: 3rd Apr 2012, 12:13 -
MKVvextract stretches extracted audio/Audio not in sync with video
By cgo in forum Video ConversionReplies: 16Last Post: 15th Jan 2012, 17:15 -
An app to visually sync audio to video similar to Subtitle Edit visual sync
By cinesimon in forum AudioReplies: 3Last Post: 6th Sep 2011, 07:54 -
How to sync video with audio
By Denster in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 2Last Post: 21st Apr 2010, 21:25 -
Best way to sync audio/video for part of a video
By marioval in forum EditingReplies: 2Last Post: 19th Mar 2010, 12:30