Preset rendering fo...
 
Notifications
Clear all

Preset rendering for YouTube in Cinelerra.

22 Posts
4 Users
0 Likes
5,137 Views
0
Topic starter

Hi, I am looking presets rendering for YouTube.

.webm VP9 YouTube Cinelerra, currently it looks bad on youtube.

Many recommend uploading it in the best possible quality.

searching i found this: https://support.google.com/youtube/answer/1722171?hl=en

is it possible to put this in Cinelerra?

https://gist.github.com/mikoim/27e4e0dc64e384adbcb91ff10a2d3678

I'm not sure how to do it in Cinelerra.

 

Topic Tags
21 Answers
0

Unfortunately, I haven't made any progress since that thread that was mentioned. In fact, I'm even more confused. I've also tried contacting Adam Williams, but he's been known to never respond.

https://www.youtube.com/watch?v=n0evGSOpwbY

If anyone uses a workflow for color in CinGG, their input is welcome....

0
Topic starter

When I have time I will continue to investigate the color.

For youtube now I use yuv444p for 60FPS.

Mediainfo

-- workflow --

Model Color YUVA - 8bit

Space color BT 709

Color range JPEG (full)

--Rendering preset --

VIDEO h264.mp4

Pixels yuv444p

format movflags=0x00000080

-----------------------------------

maxrate=20000000
bufsize=20000000
cin_pix_fmt yuv444p
preset=slow
crf=18
g=30
bf=2
color_trc=bt709
color_primaries=bt709
colorspace=bt709
refs=4

x264-params cabac=1:me_range=24:bframes=2:keyint=60:keyint_min=25:qpmin=0:qpmax=69:qpstep=4

----------------------------------

AUDIO

h264.mp4

Format movflags=0x00000080

profile=aac_low
b=384k

-------------------------------------------------------------------

Usage to record OBS:

Color Format: I444 (yuv444p)

Color Space: 709

Color range: Full (JPEG)

---------------------------------------

Making a profile is very confusing.

This is currently working for me.

 

Edit:

As far as I understand.

FFMPEG will settings default your video If you don't use parameters.

But in Cinelerra it will use the FFMPEG Defaults (presets) not your video.

< Mediainfo > it helped me understand this better.

 

0

@sparkill

I think you are now the expert! Thanks for sharing your final setup.  Will it be OK to use this in the manual as a suggestion?

But in Cinelerra it will use the FFMPEG Defaults (presets) not your video.

This sounds true as far as rendering goes.

0
Topic starter

@phylsmith2004

Adding it would be fine.

FFMPEG has many settings.

it would help people used by other video editors.

Shotcut and Kdenlive rendering work almost the same.

but in Cin GG rendering changes many things.

 

0
Topic starter

Well after a few hours.

I already have the colors of the compositor.

If the project is in:

YUVA-8bit color model> rendered in yuv444p

 

the final video will be equal to compositor.

------------------------------------------------------------------

To get colors equal to the original video. (not compositor)

RBGA-8bit color model> rendering yuv420p or yuv444p

 

All my tests are for OBS studio.

No hardware acceleration. (Vaapi or Nvenc)

Usage to record OBS:

Color Format: I444 (yuv444p)

Color Space: 709

Color range: Full (JPEG)

 

This is working for me in OBS. 😀 

 

Never use.

Model color: YUVA-8bit

Rendering: default Pixels format yuv420p

The color will be horrible very gray.

 

 

 

0

Thank you for your testing and tips. They are very interesting and help provide clarity.

If you find out more information please don't hesitate to let us know. Eventually we may improve the manual with a section on color space management.

0
Topic starter
Posted by: @sparkill

maxrate=20000000
bufsize=20000000
cin_pix_fmt yuv444p
preset=slow
crf=18
g=30
bf=2
color_trc=bt709
color_primaries=bt709
colorspace=bt709
refs=4

x264-params cabac=1:me_range=24:bframes=2:keyint=60:keyint_min=25:qpmin=0:qpmax=69:qpstep=4

After testing different videos at 30 - 60 FPS

 g=30   there's no need. 

 

x264-params cabac=1:me_range=24:bframes=2:keyint=60:keyint_min=25:qpmin=0:qpmax=69:qpstep=4

it already does.

https://superuser.com/questions/908280/what-is-the-correct-way-to-fix-keyframes-in-ffmpeg-for-dash

Page 2 / 2
Share: