Hello. First post.
I've got some old 2005 phone videos that are 320x240@15fps mjpg and PCM inside avi. I'm trying to leave the videos at their current (low) resolution and merge/edit a few of them into one .mp4 for upload to YouTube.
In Windows Powershell this command enabled me to convert them into a format that DaVinci Resolve 17 could then import:
- Code: Select all
ffmpeg.exe -i .\MVI_1867.AVI -c:v r210 -c:a aac .\MVI_1867_r210.mov
Both audio and video working in 17.1.1 when I import the new .mov. A good start!
But I'm a bit stuck as to what Project and Render settings I then use. I've used Resolve for a year now, but pretty much at 1080p only, with my much newer phone's videos.
Do I need to set the Project/Render at 320x240 @ 15fps? I've tried and it seems to ignore the settings, but could be doing it wrong. Any advice welcome. Thank you.