search for: file9999999

Displaying 1 result from an estimated 1 matches for "file9999999".

2009 Dec 07
0
Bunch of bugs in LibTheora, FFMPEG2THEORA, PNG2THEORA
...in32 binary doesn't work https://trac.xiph.org/browser/trunk/theora/examples/png2theora.c http://firefogg.org/nightly/ 97 "The input argument uses C printf format to represent a list of files,\n" 98 " i.e. file-%%06d.png to look for files file000001.png to file9999999.png \n\n" very ^^^ strange ... 678 snprintf(input_png, 1023,"%s/%s", input_directory, png_files[0]->d_name); 679 if(png_read(input_png, &w, &h, &yuv)) { 680 fprintf(stderr, "could not read %s\n", input_png); 681 exit(1); 682 } here...