Blender 3D Sequencer Tutorial #1
Loading...
3,463
Loading...
Uploader Comments (metalx1000)
see all
All Comments (4)
-
can i edit videos!
-
Thank metalx1000, my first videotutorials about sequencer in Blender.
Very Interesting!!!
Loading...
Hi, I followed your tutorial but I'm facing a problem. I made a video with 20 fps. (Camstudio lossless codec) When I load the audio and video (after changing the fps to 20) audio video strips are of same length. But after render, I find that, audio is much slower than the video :( Strange thing is, if I take a separately recorded audio file, synch is okay. Could you please help me with this??
uvassociates 1 year ago
@uvassociates: It's hard to say, with out having a copy of that video. But that is why I suggest editing videos in dv format. You can try using ffmpeg to convert that video to DV format like this:
ffmpeg -i input.avi -target ntsc-dv output.dv
Of course this will be a much larger file size. If you are limited on disk space you can try using an mpeg compression like this:
ffmpeg -i input.avi -target ntsc-dvd output.mpg
Try this and let me know.
metalx1000 1 year ago