pombreda / gource

Automatically exported from code.google.com/p/gource
0 stars 0 forks source link

Error occurred when converting ppm using ffmpg from you wiki links #210

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.On my Win7 x64 system, I followed your wiki to generate a ppm output using a 
svn log xml:
gource --seconds-per-day 1 --time-scale 4 --auto-skip-seconds 1 log.xml --hide 
filenames --font-size 18 --font-colour FFFF00 -800x600 -o gource.ppm

2. use ffmpg that download from your wiki link to generate movie:
e:\ffmpeg\bin\ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i E:\gource\gource.ppm 
-vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 
gource.x264.avi

3. ffmpg will report error link: invalid maxval during the converting process 
and it will encountered error like:error in input output when it converts 
almost last period of the movie.

I tried gource in windows and linux mint, the problem can be constantly 
reproduced.

Original issue reported on code.google.com by pupi...@gmail.com on 9 Jan 2014 at 1:52