Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 AVC / H.264

Reply
 
Thread Tools Search this Thread Display Modes
Old 27th March 2021, 05:20   #1  |  Link
Mason1171
Registered User
 
Join Date: Jul 2020
Posts: 5
Code Troubleshooting - Rawvideo to Png

Im piping the output from a vapoursynth script to ffmpeg as rawvideo and outputting as png files. The script works mostly however I guess something is wrong with my syntax. The resulting video has a weird scan effect. Can y'all help me out please?

Video
https://streamable.com/rs2ned

Encode Script
Code:
ffmpeg -f rawvideo -r 23.976 -s 2880x2160 -pix_fmt yuv444p -colorspace bt709 -i pipe: -framerate 23.976 -vcodec png "/content/drive/MyDrive/test/testcc-%06d.png"
Video Script
Code:
ffmpeg -r 23.976 -f image2 -i "testcc-%06d.png" -c:v libx264 -preset slow -vf scale=2880:2160 -rc vbr_hq -pix_fmt yuv444p -colorspace bt709 -b:v 35M -maxrate:v 45M "testcc.mkv"
Mason1171 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 +1. The time now is 16:19.


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