LigH
28th October 2013, 11:22
I got a few AVC clips to cut and edit. They are originally in MTS format, probably from an AVCHD camera.
Paste: MediaInfo full analysis of MTS (http://paste.frubar.net/15744)
I converted them to MKV using mkvmerge 6.5.0-1.
Paste: MediaInfo full analysis of MKV (http://paste.frubar.net/15746)
Then I imported them into AviSynth ...
LoadPlugin("E:\Programme\AviSynth 2.5\plugins\LSMASHSource\LSMASHSource.dll")
v = LWLibavVideoSource("00054.mkv")
a = LWLibavAudioSource("00054.mkv")
AudioDub(v,a)
... and wondered about a strange behaviour: All frames are doubled, double framerate, and TFF/BFF indication toggles for each of the frames in the pair.
http://www.ligh.de/pics/00054_0000.png http://www.ligh.de/pics/00054_0001.png
http://www.ligh.de/pics/00054_0002.png http://www.ligh.de/pics/00054_0003.png
So, using SelectEven(), I would probably get what I expected. But I wonder if my preparation was wrong, or if L-SMASH Source has a bug in handling (PAFF?) interlaced AVC, or if I just misunderstood some meaningful default behaviour...
Paste: MediaInfo full analysis of MTS (http://paste.frubar.net/15744)
I converted them to MKV using mkvmerge 6.5.0-1.
Paste: MediaInfo full analysis of MKV (http://paste.frubar.net/15746)
Then I imported them into AviSynth ...
LoadPlugin("E:\Programme\AviSynth 2.5\plugins\LSMASHSource\LSMASHSource.dll")
v = LWLibavVideoSource("00054.mkv")
a = LWLibavAudioSource("00054.mkv")
AudioDub(v,a)
... and wondered about a strange behaviour: All frames are doubled, double framerate, and TFF/BFF indication toggles for each of the frames in the pair.
http://www.ligh.de/pics/00054_0000.png http://www.ligh.de/pics/00054_0001.png
http://www.ligh.de/pics/00054_0002.png http://www.ligh.de/pics/00054_0003.png
So, using SelectEven(), I would probably get what I expected. But I wonder if my preparation was wrong, or if L-SMASH Source has a bug in handling (PAFF?) interlaced AVC, or if I just misunderstood some meaningful default behaviour...