Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER for Video Editing/Mangling

Reply
 
Thread Tools Display Modes
Old 04-11-2020, 10:52 AM   #1
vanhaze
Human being with feelings
 
vanhaze's Avatar
 
Join Date: Jul 2012
Location: Netherlands
Posts: 5,247
Default Converting Video files to "less heavy": How ?

Dear All,


I have some videofiles, shot by a Drone.
Video specs:

Format: H.264
FPS: 60
Data rate: 69 MBit/s

My dad can't play these video files succesfully on his 15 year old Mac Pro.
They play very stuttery on his system, not smooth at all.

So i was thinking:
Can i use Reaper as a video converter, so converting the video files in Reaper
to a format (other FPS, other Data rate, other format maybe) so they are "less heavy" to play on such an old mac pro.

Could anyone recommend me the video settings to use for this application ?


Thx in advance.
__________________
Macbook Pro INTEL | Reaper, always latest version | OSX Ventura | Presonus Studio 24c
My Reaper Tips&Tricks YouTube Channel: https://www.youtube.com/user/vanhaze2000/playlists
vanhaze is offline   Reply With Quote
Old 04-11-2020, 12:22 PM   #2
TonE
Human being with feelings
 
Join Date: Feb 2009
Location: Reaper HAS send control via midi !!!
Posts: 4,032
Default

ffmpeg? command-line, more powerful?

https://superuser.com/questions/3200...eo-with-ffmpeg
TonE is offline   Reply With Quote
Old 04-11-2020, 01:43 PM   #3
vanhaze
Human being with feelings
 
vanhaze's Avatar
 
Join Date: Jul 2012
Location: Netherlands
Posts: 5,247
Default

I wanna thank you for your response but i don't have a clue what you're talkin' about.
__________________
Macbook Pro INTEL | Reaper, always latest version | OSX Ventura | Presonus Studio 24c
My Reaper Tips&Tricks YouTube Channel: https://www.youtube.com/user/vanhaze2000/playlists
vanhaze is offline   Reply With Quote
Old 04-11-2020, 01:50 PM   #4
cyrilfb
Human being with feelings
 
cyrilfb's Avatar
 
Join Date: Apr 2012
Location: Denver, CO
Posts: 249
Default Handbrake is my go-to conversions tool

It may be doable in Reaper but not optimal.

If you like visual interfaces, free Handbrake software is quite useful.
https://handbrake.fr/

Depending on your resolution needs, I would try changing the fps to 30 and the file type to mp4 (pretty common youtube settings).

It should result in a smaller faster file.
__________________
Cy Ball
Reaper + inspiration = music.
soundcloud.com/cyball or cyball.bandcamp.com/ or cyrilfb.com
cyrilfb is offline   Reply With Quote
Old 04-11-2020, 01:55 PM   #5
vanhaze
Human being with feelings
 
vanhaze's Avatar
 
Join Date: Jul 2012
Location: Netherlands
Posts: 5,247
Default

Aha, very useful info, thank you !
I will try use Handbrake with your recommended settings.
One more question:
I assume lowering the FPS will result in a lower Data rate ?
Or are those 2 in no relationship with eachother ?
Sorry, i am a Video Noob.
__________________
Macbook Pro INTEL | Reaper, always latest version | OSX Ventura | Presonus Studio 24c
My Reaper Tips&Tricks YouTube Channel: https://www.youtube.com/user/vanhaze2000/playlists
vanhaze is offline   Reply With Quote
Old 04-11-2020, 03:25 PM   #6
TonE
Human being with feelings
 
Join Date: Feb 2009
Location: Reaper HAS send control via midi !!!
Posts: 4,032
Default

Dear vanhaze, Reaper uses ffmpeg itself in the background. But you can use it directly as well, without any Reaper, just for conversion purposes, e.g. from .mp4 to .mp3 or as in your case from video format a to video format b. Many example codes, you should find in my given link above.

How many files you want to convert? Command line is especially useful when you want to apply this technique to many files at once, as many as you want, you can go drinking coffee, and the computer would do all for you. This is the advantage of using command line programs, rather than gui programs, programs with a graphical user interface (gui), command line means, there is no gui, only a terminal where you can type some code line, and it will do whatever its meaning is, this is typical unix/linux style of using programs, via the many gnu programs, or any other additional command line program, like here ffmpeg.

FPS is frames per second, frame is an image in that video, if you use 60 fps, this means 60 images per second, and if those images are in very high quality it might demand more cpu from your computer. Codecs like mp4 try to use techniques not updating pixels which do not change their color, for example, similar to mp3, just optimized algorithms, so files get smaller. 30 fps are already enough, you could even go down to 15 fps, and see if the quality is good enough for your scenario. If you do not want to learn playing instruments or so from those videos, with quick fingering changes or so, you can live with 15 fps, I guess. Just try yourself.

Have fun my friend.
TonE is offline   Reply With Quote
Old 04-11-2020, 04:51 PM   #7
cyrilfb
Human being with feelings
 
cyrilfb's Avatar
 
Join Date: Apr 2012
Location: Denver, CO
Posts: 249
Default fps versus data rate

Quote:
Originally Posted by vanhaze View Post
I will try use Handbrake with your recommended settings.
One more question:
I assume lowering the FPS will result in a lower Data rate ?
Or are those 2 in no relationship with eachother ?
I am not an expert this is the way I understand it.

There is not really a relationship between the two measures.
fps = frames per second which is the number of pictures (frames) per second displayed. This controls the smoothness or choppiness of the motion you see. My youtube videos are usually 24 fps or less. The fewer frames per second the smaller the file and the less work your computer has to do.

Data rate = I think of this as the quality of an image (maybe frame?). The higher the date rate the higher the quality of the image. Your videos data rate is quite high. The highest recommended by youtube is 44-56Mps. The lower the bit rate the smaller the file and the less work your computer has to do.

I keep using youtube standards because they by nature want the best viewer experience for the least computer work and file size. Their recomendations are here:
https://support.google.com/youtube/answer/1722171?hl=en

Play around with different settings and see what gives you the best viewing with the least stuttering and most usable resolution.
__________________
Cy Ball
Reaper + inspiration = music.
soundcloud.com/cyball or cyball.bandcamp.com/ or cyrilfb.com
cyrilfb is offline   Reply With Quote
Old 04-11-2020, 11:26 PM   #8
vanhaze
Human being with feelings
 
vanhaze's Avatar
 
Join Date: Jul 2012
Location: Netherlands
Posts: 5,247
Default

@TonE &cyrilfb:

Many thx for taking the time to write very helpful answers !
It's all much clearer to me now.
@TonE: i will dive into the superuser URL you posted !
__________________
Macbook Pro INTEL | Reaper, always latest version | OSX Ventura | Presonus Studio 24c
My Reaper Tips&Tricks YouTube Channel: https://www.youtube.com/user/vanhaze2000/playlists
vanhaze is offline   Reply With Quote
Old 04-14-2020, 08:36 AM   #9
Kundalinguist
Human being with feelings
 
Kundalinguist's Avatar
 
Join Date: Nov 2008
Location: Toronto, Canada
Posts: 4,630
Default

You could also use Blender - a free 3D software - into which you can import the video and then export it in various formats and frame rates. They've used it for animation films, so it's pretty robust, especially after the 2.8 release.
__________________
Success is just one more plugin away! And happiness is as close as your next upgrade. (On the interweb: www.rolandk.ca / www.auroraskypublishing.com)
Kundalinguist is offline   Reply With Quote
Old 04-16-2020, 06:17 AM   #10
vanhaze
Human being with feelings
 
vanhaze's Avatar
 
Join Date: Jul 2012
Location: Netherlands
Posts: 5,247
Default

Sounds neat, thanks for the tip !
__________________
Macbook Pro INTEL | Reaper, always latest version | OSX Ventura | Presonus Studio 24c
My Reaper Tips&Tricks YouTube Channel: https://www.youtube.com/user/vanhaze2000/playlists
vanhaze is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 12:47 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.