Re: gephex--main--0.4--patch-1798
Martin Bayer <[email protected]>
| Newsgroups | gmane.comp.video.gephex.devel |
|---|---|
| Message-ID | <[email protected]> |
> --- orig/modules/src/ffmpegoutmodule/ffmpegoutmodule.spec
> +++ mod/modules/src/ffmpegoutmodule/ffmpegoutmodule.spec
> @@ -1,4 +1,3 @@
> -# Das ist die Spezifikation fuer das Addier Module. Blabla
>
> mod_ffmpegoutmodule
> {
I think we should try to remove these broken german comments from the
source files.
> + std::cout << "creating new ffmpeg writer " << filename << " "
> + << xres << "x" << yres
> + << ", encoding: " << encoding << std::endl;
...
> std::cout << "unable to guess file format, trying mpeg..." << std::endl;
...
> std::cout << "encoder initialized." << std::endl;
> + std::cout << "format info (short name / extensions / bitrate): "
> + << fmt->name << " / " << fmt->extensions
> + << " / " << bps << std::endl;
The logging/debug output should should use the modules log function
because the std::cout messages aren't visible in the gui.