You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. In the videos that get produced the date often finished way before the activity, and then for the later half of the video nothing happens. I tried setting file-idle-time-at-end to 1sec but it still goes on for ages. Is this gource, or ffmpeg doing that adding the extra time?
Here is my command gource --title "$3 commits in branches from $2 to $date" \ -r 60 \ -s 0.1 \ -c 1.0 \ -a 1 \ --max-file-lag 3 \ --file-idle-time 5 \ --file-idle-time-at-end 1 \ --date-format '%Y %b %d' --hide progress,bloom,filenames,dirnames,usernames \ --user-image-dir ./avatars/ \ --default-user-image ./avatars/star.png \ --file-show-filter ^.*$ \ --start-date "$2" \ --camera-mode overview \ --user-scale 1.5 \ --user-friction 0.1 \ --max-user-speed 200 \ --filename-time 2 \ --dir-name-depth 10 \ --key \ --user-show-filter "$3" \ --viewport "1920x1080" \ -f \ --output-ppm-stream - "$1" and ffmpeg ffmpeg -i pipe:ppm -framerate 60 -c:v libx264 \ -b:v 6000k -maxrate 6000k -bufsize 145000k \ -vprofile high -vlevel 4.1 -pix_fmt yuv420p \ -an -y "$1/$1-$email.mkv";
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there. In the videos that get produced the date often finished way before the activity, and then for the later half of the video nothing happens. I tried setting file-idle-time-at-end to 1sec but it still goes on for ages. Is this gource, or ffmpeg doing that adding the extra time?
Here is my command
gource --title "$3 commits in branches from $2 to $date" \ -r 60 \ -s 0.1 \ -c 1.0 \ -a 1 \ --max-file-lag 3 \ --file-idle-time 5 \ --file-idle-time-at-end 1 \ --date-format '%Y %b %d' --hide progress,bloom,filenames,dirnames,usernames \ --user-image-dir ./avatars/ \ --default-user-image ./avatars/star.png \ --file-show-filter ^.*$ \ --start-date "$2" \ --camera-mode overview \ --user-scale 1.5 \ --user-friction 0.1 \ --max-user-speed 200 \ --filename-time 2 \ --dir-name-depth 10 \ --key \ --user-show-filter "$3" \ --viewport "1920x1080" \ -f \ --output-ppm-stream - "$1"
and ffmpegffmpeg -i pipe:ppm -framerate 60 -c:v libx264 \ -b:v 6000k -maxrate 6000k -bufsize 145000k \ -vprofile high -vlevel 4.1 -pix_fmt yuv420p \ -an -y "$1/$1-$email.mkv";
Beta Was this translation helpful? Give feedback.
All reactions