Hi forum,
i've got the following situation:
recently i bought a digi cam (canon ixus 40) that is also capable of recording video. video is saved to an avi file using mjpeg compression @ 320x240 / 30 fps / progressive.
Now, i thought it would be nice to have a vcd filled with clips shot with the cam.
To meet the VCD standard specs, i decided to use the following destination format i want to convert to:
352x240 (NTSC) / 29.97 fps / progressive.
To achieve this, i wrote the following avs script to feed TMPG with:
so far, so good (..i think. please correct me if something's wrong, im a bloody n00b when it comes to vcdCode:avisource("cam_video_320x240.avi") crop(0,12,320,218) LanczosResize(352,240) AssumeFPS(29.97) ConvertToYUY2() # tmpeg doesnt like yv12 input?)
what i'm still unsure about is the audio part:
i demuxed an 8 bit 11khz mono wav from the source avi.
what should i do with it to stay vcd compilant?
does vcd allow mp2 audio at this resolution, or am i forced to use 16bit 44khz?
and since i changed the framerate of the video, i assume this has to be taken into account for audio conversion, too.
i thought about doing something like this:
any suggestions? do i need resampling to 16 bit as well?Code:BeSweet -core( -input "demuxed_cam_audio.wav" -output "vcd_audio.mp2" -ota(-r 30000 29970) -2lame( -e -b 192 -m m )
Thanks for helping me out
regards,
zulu
+ Reply to Thread
Results 1 to 2 of 2
Similar Threads
-
Question : Why i can't copy from Protect VCD
By indianguy077 in forum Authoring (VCD/SVCD)Replies: 23Last Post: 24th Mar 2009, 06:42 -
question about demagnetizing audio head on VCR to improve audio
By jimdagys in forum Newbie / General discussionsReplies: 3Last Post: 29th Aug 2008, 16:47 -
VCD MPG1 file to CD Question
By Excelsior123 in forum Authoring (VCD/SVCD)Replies: 21Last Post: 22nd May 2008, 19:14 -
Newbie question about VCD files for CD-ROM
By donn in forum Newbie / General discussionsReplies: 2Last Post: 13th Apr 2008, 17:37 -
Audio question.
By cowboysroy31 in forum AudioReplies: 2Last Post: 5th Jul 2007, 11:44