BabaG
12th July 2011, 23:13
probably a dumb question but here goes.
i have a bunch of files downloaded from Prelinger Archives. They are
mpeg 2 and the audio is mpeg 1 layer 2 according to gspot. all of it is
originally film and has been transferred to tape and digitized.
edit:
just to be clear, these are clips from a public domain archive. i checked
with getty images who hold the masters and they, while they do sell
the media, did confirm to me that the material is public domain and
stated to me that, if i could find the material somewhere other than
getty, there would be no issues of copyright infringement. the person
i spoke to confirmed this with a supervisor. it actually took a long time
waiting for them to get back with that info.
end edit
i'm using a simple avisynth script to employ the tivtc filter and get the
file back to something like the original film's 23.976 frames without
the pulldown. i then open the file in virtualdubmod and export select
portions to uncompressed files for editing. problem is: no audio.
i tried opening the file directly and exporting a clip from virtualdub and
the audio does come through with the clip. when i open the file as an
avs, though, i get no audio.
what would be the best way to accomplish this clip-making task without
losing the audio?
do i need a separate plugin for the audio? how do i address that in the
script?
oh, yeah, and i changed the original .mpeg file suffix to .vob just
because i found that that would allow me to open the file, whereas i
couldn't without doing that.
here's the simple script:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEGDecoder.dll")
MPEGSource("E:\receiving\Choosing1950.vob")
TFM(order=1) #0=bff, 1=tff
TDecimate()
thanks for any help,
BabaG
i have a bunch of files downloaded from Prelinger Archives. They are
mpeg 2 and the audio is mpeg 1 layer 2 according to gspot. all of it is
originally film and has been transferred to tape and digitized.
edit:
just to be clear, these are clips from a public domain archive. i checked
with getty images who hold the masters and they, while they do sell
the media, did confirm to me that the material is public domain and
stated to me that, if i could find the material somewhere other than
getty, there would be no issues of copyright infringement. the person
i spoke to confirmed this with a supervisor. it actually took a long time
waiting for them to get back with that info.
end edit
i'm using a simple avisynth script to employ the tivtc filter and get the
file back to something like the original film's 23.976 frames without
the pulldown. i then open the file in virtualdubmod and export select
portions to uncompressed files for editing. problem is: no audio.
i tried opening the file directly and exporting a clip from virtualdub and
the audio does come through with the clip. when i open the file as an
avs, though, i get no audio.
what would be the best way to accomplish this clip-making task without
losing the audio?
do i need a separate plugin for the audio? how do i address that in the
script?
oh, yeah, and i changed the original .mpeg file suffix to .vob just
because i found that that would allow me to open the file, whereas i
couldn't without doing that.
here's the simple script:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEGDecoder.dll")
MPEGSource("E:\receiving\Choosing1950.vob")
TFM(order=1) #0=bff, 1=tff
TDecimate()
thanks for any help,
BabaG