echo66
echo66
$ ./ffmpeg_linux -version FFmpeg version SVN-r11179, Copyright (c) 2000-2007 Fabrice Bellard, et al. configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora --enable-memalign-hack --extra-ldflags=-static -lm -lz libavutil version: 49.5.0 libavcodec...
For the ffmpeg installed in my system, this is the output: $ ffmpeg -version ffmpeg version 2.5.8-0ubuntu0.15.04.1 Copyright (c) 2000-2015 the FFmpeg developers built with gcc 4.9.2 (Ubuntu 4.9.2-10ubuntu13) configuration:...
In Transcoder initialize method, I commented the following line: ``` java private static void initialize() { if(!Encoder.hasLocators()) { Encoder.addFFMPEGLocator(new WindowsFFMPEGLocator()); Encoder.addFFMPEGLocator(new MacFFMPEGLocator()); Encoder.addFFMPEGLocator(new LinuxFFMPEGLocator()); // Encoder.addFFMPEGLocator(new PathFFMPEGLocator()); } } ```...
This is the output of "ant test": $ ant test Picked up JAVA_TOOL_OPTIONS: -javaagent:/usr/share/java/jayatanaag.jar Buildfile: /home/echo66/tese/TarsosTranscoder/build/build.xml compile: test: [copy] Copying 20 files to /home/echo66/tese/TarsosTranscoder/build/audio [junit] Running be.tarsos.transcoder.tests.StreamerTester [junit] Tests run:...
This is the content of test_stream_result.txt: Testsuite: be.tarsos.transcoder.tests.StreamerTester Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0,183 sec ------------- Standard Output --------------- Testing: /home/echo66/tese/TarsosTranscoder/build/audio/input/formats/24bits-44100HZ-Mono.flac --- ------------- Standard...
This is the content of test_transcoder_result.txt: Testsuite: be.tarsos.transcoder.tests.TranscoderTester Tests run: 3, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0,34 sec ------------- Standard Error ----------------- ago 21, 2015 3:14:13 PM...
Do you know what can be changed in order to use reactive variables?