couleur-tweak-tips / smoothie-rs

🧋 add motion blur to videos, with granular configuration
https://ctt.cx/smoothie
GNU General Public License v3.0
76 stars 11 forks source link

ffmpeg issue #37

Closed githubpub900 closed 11 months ago

githubpub900 commented 1 year ago

cant find ffmpeg, even tho i put it in the bin folder of smoothie, and in the folder of the video

githubpub900 commented 1 year ago

Ok i fixed that, but now im stuck at a point where it doesnt let me add motionblur, it opens but it doesnt add motionblur, it just exports it regulary

couleurm commented 1 year ago

enable stuff in the recipe, or did you not touch it

githubpub900 commented 1 year ago

ok well now its just stuck on this after modification sRGB video, no preinterp or anything like that, only happens with fram aasssssssssssddddddddddddd e blendong,

Z1xus commented 1 year ago

user provided input video file in discord they used amd cpu encoder, colorspace of the video stream:

color_space=bt709
color_primaries=reserved
color_transfer=iec61966-2-1

manually setting these to bt709 with bitstream filter fixed the issue:

ffmpeg -y -i "2023-11-12 12-32-30.mkv" -map 0 -c copy -map_metadata 0 -bsf:v h264_metadata=colour_primaries=1:transfer_characteristics=1:matrix_coefficients=1 "2023-11-12 12-32-30_out.mkv"

colors havent changed:

comparison

![image](https://github.com/couleur-tweak-tips/smoothie-rs/assets/40185941/6179306f-4c38-4e01-b55f-3a1e44c6c523)

couleurm commented 11 months ago

ffmpeg issue resolved, then you changes subject which is, again... a duplicate of #36