Click here to Skip to main content
15,887,371 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Simple video editing software... Pin
Amarnath S31-Jul-22 20:59
professionalAmarnath S31-Jul-22 20:59 
GeneralRe: Simple video editing software... Pin
L. Braun31-Jul-22 22:57
L. Braun31-Jul-22 22:57 
GeneralRe: Simple video editing software... Pin
Peter Shaw1-Aug-22 1:13
professionalPeter Shaw1-Aug-22 1:13 
GeneralRe: Simple video editing software... Pin
Kirk 103898211-Aug-22 3:10
Kirk 103898211-Aug-22 3:10 
GeneralRe: Simple video editing software... Pin
dandy722-Aug-22 16:01
dandy722-Aug-22 16:01 
GeneralRe: Simple video editing software... Pin
Kirk 103898213-Aug-22 3:10
Kirk 103898213-Aug-22 3:10 
GeneralRe: Simple video editing software... Pin
dandy724-Aug-22 5:47
dandy724-Aug-22 5:47 
AnswerRe: Simple video editing software... Pin
Kent K1-Aug-22 4:02
professionalKent K1-Aug-22 4:02 
Uhhmmm, I'd have to disagree with people suggesting DaVinci resolve. I use it and like it but it is huge and complex, so sorry, it doesn't fit the 'simple' software for an 80 yo IMO.

My suggestion would put some burden on you, but I would suggest ffmpeg.exe
No install necessary with this so you could just give him a zipped folder containing it and a batch file you would have to create after researching the command necessary to do this sort of "video" from an mp3 and pictures which I know it can do.

In this folder he would unzip onto his system, each time he wants to create a video:
-he should place his pictures named 1.jpeg, 2.jpeg, etc. or similarly named...guess if he has jpeg, png, gifs this could be more of a challenge.
-he should place his mp3 in this folder and name it audio.mp3 or something fixed you chooose and refer to in your batch file.
-He should then execute your batch file which will find how many audio files there are, find the length of the mp3, calc the length of each picture, then craft the command to send to ffmpeg to make the "video".

Ok, it could be a challenge to get the length of the mp3 via a batch file so maybe you could make a text file where he places that value, or even better, have him do the calcs of the start times of each image and place in the text file and you grab that info within your batch file.
He should easily be able to see the length of the mp3 and do that simple calculation.

This puts some up front time on you but how much of your time will it consume supporting whatever software you choose that he'd have to download, install, be trained on, and use appropriately every time?

Instead of a batch file a quick console .net app might be quicker to create that does the above, too.
GeneralRe: Simple video editing software... Pin
jochance1-Aug-22 4:36
jochance1-Aug-22 4:36 
GeneralRe: Simple video editing software... Pin
Josh Bula1-Aug-22 4:45
Josh Bula1-Aug-22 4:45 
GeneralRe: Simple video editing software... Pin
Gerry Schmitz1-Aug-22 7:22
mveGerry Schmitz1-Aug-22 7:22 
GeneralRe: Simple video editing software... Pin
pmauriks1-Aug-22 18:00
pmauriks1-Aug-22 18:00 
GeneralRe: Simple video editing software... Pin
RafagaX2-Aug-22 5:47
professionalRafagaX2-Aug-22 5:47 
GeneralI died and came back PinPopular
Vivi Chellappa31-Jul-22 5:17
professionalVivi Chellappa31-Jul-22 5:17 
GeneralRe: I died and came back Pin
Mike Hankey31-Jul-22 5:35
mveMike Hankey31-Jul-22 5:35 
GeneralRe: I died and came back Pin
OriginalGriff31-Jul-22 5:38
mveOriginalGriff31-Jul-22 5:38 
GeneralRe: I died and came back Pin
Richard MacCutchan31-Jul-22 6:30
mveRichard MacCutchan31-Jul-22 6:30 
GeneralRe: I died and came back Pin
Amarnath S31-Jul-22 7:14
professionalAmarnath S31-Jul-22 7:14 
GeneralRe: I died and came back Pin
Daniel Pfeffer31-Jul-22 7:33
professionalDaniel Pfeffer31-Jul-22 7:33 
GeneralRe: I died and came back Pin
Nelek31-Jul-22 11:13
protectorNelek31-Jul-22 11:13 
GeneralRe: I died and came back Pin
Sandeep Mewara31-Jul-22 19:12
mveSandeep Mewara31-Jul-22 19:12 
GeneralRe: I died and came back Pin
Sander Rossel31-Jul-22 21:26
professionalSander Rossel31-Jul-22 21:26 
GeneralStay Strong! Pin
Peter Kelley 20211-Aug-22 1:49
Peter Kelley 20211-Aug-22 1:49 
GeneralRe: I died and came back Pin
Kirk 103898211-Aug-22 3:19
Kirk 103898211-Aug-22 3:19 
GeneralFor Math Geeks Pin
Bassam Abdul-Baki31-Jul-22 1:07
professionalBassam Abdul-Baki31-Jul-22 1:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.