I created another music video for a collab I worked on! This video was made using recordmydesktop and kdenlive. The song is Reinforce!
I divided my video into multiple parts, I learned how to do that using this forum post.
I created another music video for a collab I worked on! This video was made using recordmydesktop and kdenlive. The song is Reinforce!
I divided my video into multiple parts, I learned how to do that using this forum post.
I created a music video for Constant Flux using free linux software.
Recordmydesktop was used to capture the screen. It’s interface kept freezing/slowing down so I decided to use the terminal instead. I typed the following text into a terminal and it worked:
recordmydesktop –width=640>0 –height=480>0 –full-shots –no-sound
I recorded several video clips. kdenlive was used to edit the video. I was unable to get the .ogv clips to work properly in kdenlive so my brother converted them using mencoder in the terminal:
mencoder input.ogv -ovc xvid -oac mp3lame -xvidencopts bitrate=687 -o output.avi
After that, I was able to import video/sound clips, edit them then render the video.