dvbcut-user Mailing List for dvbcut
Status: Alpha
Brought to you by:
svenor
You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(16) |
Dec
(24) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(14) |
Feb
(1) |
Mar
(7) |
Apr
|
May
(3) |
Jun
(13) |
Jul
(34) |
Aug
(75) |
Sep
(53) |
Oct
(24) |
Nov
(9) |
Dec
(9) |
| 2007 |
Jan
(47) |
Feb
(23) |
Mar
(3) |
Apr
(23) |
May
(55) |
Jun
(59) |
Jul
(115) |
Aug
(33) |
Sep
(69) |
Oct
(110) |
Nov
(46) |
Dec
(41) |
| 2008 |
Jan
(11) |
Feb
(32) |
Mar
(40) |
Apr
(7) |
May
(16) |
Jun
(30) |
Jul
|
Aug
|
Sep
(9) |
Oct
(11) |
Nov
(10) |
Dec
(22) |
| 2009 |
Jan
(45) |
Feb
(14) |
Mar
(6) |
Apr
(1) |
May
(4) |
Jun
(31) |
Jul
(2) |
Aug
(9) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
|
Feb
(11) |
Mar
(1) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
(2) |
Oct
(12) |
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
(2) |
Apr
(25) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
(7) |
| 2012 |
Jan
(13) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(8) |
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Felix <ll...@gm...> - 2013-07-29 11:53:46
|
Am Montag, den 29.07.2013, 13:41 +0200 schrieb Felix: > > under Arch Linux I compile the svn trunk of dvbcut with > > > > autoconf > > ./configure --with-qt3=/usr/lib/qt3 --with-qt3-include=/usr/include/qt3/ > > make -j8 > > sudo make install > > > > That results in a working binary (r179), but when pressing "<" or ">" I > > get an error message: "Error setting up Audio output" > > When starting from command line, I get an additional message: > > ao_alsa ERROR: Unable to open ALSA device 'default' for playback => > Invalid argument > > What could be the reason? Sound from other apps is working fine. Running > dvbcut as root doesn't help. > > Regards Changing the file /etc/libao.conf from default_driver=alsa dev=default to default_driver=alsa or default_driver=pulse eliminates the problem. Regards -- Felix |
|
From: Felix <ll...@gm...> - 2013-07-29 11:41:39
|
> under Arch Linux I compile the svn trunk of dvbcut with > > autoconf > ./configure --with-qt3=/usr/lib/qt3 --with-qt3-include=/usr/include/qt3/ > make -j8 > sudo make install > > That results in a working binary (r179), but when pressing "<" or ">" I > get an error message: "Error setting up Audio output" When starting from command line, I get an additional message: ao_alsa ERROR: Unable to open ALSA device 'default' for playback => Invalid argument What could be the reason? Sound from other apps is working fine. Running dvbcut as root doesn't help. Regards -- Felix |
|
From: Felix <ll...@gm...> - 2013-07-22 14:23:55
|
Hi, under Arch Linux I compile the svn trunk of dvbcut with autoconf ./configure --with-qt3=/usr/lib/qt3 --with-qt3-include=/usr/include/qt3/ make -j8 sudo make install That results in a working binary (r179), but when pressing "<" or ">" I get an error message: "Error setting up Audio output" Below I have the config.log. Is this OK? What am I missing/doing wrong? Any help is very appreciated. If you need more information let me know. Thanks! -- Felix ============== File config.log ============== This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --with-qt3=/usr/lib/qt3 --with-qt3-include=/usr/include/qt3/ ## --------- ## ## Platform. ## ## --------- ## hostname = tbastian-desktop uname -m = x86_64 uname -r = 3.9.9-1-ARCH uname -s = Linux uname -v = #1 SMP PREEMPT Wed Jul 3 22:45:16 CEST 2013 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/bin PATH: /usr/bin/core_perl PATH: /usr/local/bin PATH: /home/tbastian/.local/bin PATH: /home/tbastian/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2261: checking build system type configure:2275: result: x86_64-unknown-linux-gnu configure:2295: checking host system type configure:2308: result: x86_64-unknown-linux-gnu configure:2328: checking target system type configure:2341: result: x86_64-unknown-linux-gnu configure:2372: checking whether make sets $(MAKE) configure:2394: result: yes configure:2451: checking for gcc configure:2467: found /usr/bin/gcc configure:2478: result: gcc configure:2707: checking for C compiler version configure:2716: gcc --version >&5 gcc (GCC) 4.8.1 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2727: $? = 0 configure:2716: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: /build/gcc/src/gcc-4.8.1/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl --disable-cloog-version-check --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --with-linker-hash-style=gnu --disable-install-libiberty --disable-multilib --disable-libssp --disable-werror --enable-checking=release Thread model: posix gcc version 4.8.1 (GCC) configure:2727: $? = 0 configure:2716: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:2727: $? = 1 configure:2716: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:2727: $? = 1 configure:2747: checking whether the C compiler works configure:2769: gcc conftest.c >&5 configure:2773: $? = 0 configure:2821: result: yes configure:2824: checking for C compiler default output file name configure:2826: result: a.out configure:2832: checking for suffix of executables configure:2839: gcc -o conftest conftest.c >&5 configure:2843: $? = 0 configure:2865: result: configure:2887: checking whether we are cross compiling configure:2895: gcc -o conftest conftest.c >&5 configure:2899: $? = 0 configure:2906: ./conftest configure:2910: $? = 0 configure:2925: result: no configure:2930: checking for suffix of object files configure:2952: gcc -c conftest.c >&5 configure:2956: $? = 0 configure:2977: result: o configure:2981: checking whether we are using the GNU C compiler configure:3000: gcc -c conftest.c >&5 configure:3000: $? = 0 configure:3009: result: yes configure:3018: checking whether gcc accepts -g configure:3038: gcc -c -g conftest.c >&5 configure:3038: $? = 0 configure:3079: result: yes configure:3096: checking for gcc option to accept ISO C89 configure:3159: gcc -c -g -O2 conftest.c >&5 configure:3159: $? = 0 configure:3172: result: none needed configure:3250: checking for g++ configure:3266: found /usr/bin/g++ configure:3277: result: g++ configure:3304: checking for C++ compiler version configure:3313: g++ --version >&5 g++ (GCC) 4.8.1 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3324: $? = 0 configure:3313: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: /build/gcc/src/gcc-4.8.1/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl --disable-cloog-version-check --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --with-linker-hash-style=gnu --disable-install-libiberty --disable-multilib --disable-libssp --disable-werror --enable-checking=release Thread model: posix gcc version 4.8.1 (GCC) configure:3324: $? = 0 configure:3313: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:3324: $? = 1 configure:3313: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:3324: $? = 1 configure:3328: checking whether we are using the GNU C++ compiler configure:3347: g++ -c conftest.cpp >&5 configure:3347: $? = 0 configure:3356: result: yes configure:3365: checking whether g++ accepts -g configure:3385: g++ -c -g conftest.cpp >&5 configure:3385: $? = 0 configure:3426: result: yes configure:3463: checking for a BSD-compatible install configure:3531: result: /usr/bin/install -c configure:3585: checking for strip configure:3601: found /usr/bin/strip configure:3612: result: strip configure:3755: checking for mad_decoder_init in -lmad configure:3780: gcc -o conftest -g -O2 -L/usr/local/src/dvbcut/ffmpeg/lib conftest.c -lmad >&5 configure:3780: $? = 0 configure:3789: result: yes configure:3801: checking for a52_init in -la52 configure:3826: gcc -o conftest -g -O2 -L/usr/local/src/dvbcut/ffmpeg/lib conftest.c -la52 -lm -lmad >&5 configure:3826: $? = 0 configure:3835: result: yes configure:3852: checking for ao_initialize in -lao configure:3877: gcc -o conftest -g -O2 -L/usr/local/src/dvbcut/ffmpeg/lib conftest.c -lao -lmad -la52 -lm >&5 configure:3877: $? = 0 configure:3886: result: yes configure:3913: checking how to run the C preprocessor configure:3944: gcc -E conftest.c configure:3944: $? = 0 configure:3958: gcc -E conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:3958: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIB_MAD 1 | #define HAVE_LIB_A52 1 | #define HAVE_LIB_AO 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3983: result: gcc -E configure:4003: gcc -E conftest.c configure:4003: $? = 0 configure:4017: gcc -E conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:4017: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIB_MAD 1 | #define HAVE_LIB_A52 1 | #define HAVE_LIB_AO 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4046: checking for grep that handles long lines and -e configure:4104: result: /usr/bin/grep configure:4109: checking for egrep configure:4171: result: /usr/bin/grep -E configure:4176: checking for ANSI C header files configure:4196: gcc -c -g -O2 conftest.c >&5 configure:4196: $? = 0 configure:4269: gcc -o conftest -g -O2 -L/usr/local/src/dvbcut/ffmpeg/lib conftest.c -lmad -la52 -lm -lao >&5 configure:4269: $? = 0 configure:4269: ./conftest configure:4269: $? = 0 configure:4280: result: yes configure:4293: checking for sys/types.h configure:4293: gcc -c -g -O2 conftest.c >&5 configure:4293: $? = 0 configure:4293: result: yes configure:4293: checking for sys/stat.h configure:4293: gcc -c -g -O2 conftest.c >&5 configure:4293: $? = 0 configure:4293: result: yes configure:4293: checking for stdlib.h configure:4293: gcc -c -g -O2 conftest.c >&5 configure:4293: $? = 0 configure:4293: result: yes configure:4293: checking for string.h configure:4293: gcc -c -g -O2 conftest.c >&5 configure:4293: $? = 0 configure:4293: result: yes configure:4293: checking for memory.h configure:4293: gcc -c -g -O2 conftest.c >&5 configure:4293: $? = 0 configure:4293: result: yes configure:4293: checking for strings.h configure:4293: gcc -c -g -O2 conftest.c >&5 configure:4293: $? = 0 configure:4293: result: yes configure:4293: checking for inttypes.h configure:4293: gcc -c -g -O2 conftest.c >&5 configure:4293: $? = 0 configure:4293: result: yes configure:4293: checking for stdint.h configure:4293: gcc -c -g -O2 conftest.c >&5 configure:4293: $? = 0 configure:4293: result: yes configure:4293: checking for unistd.h configure:4293: gcc -c -g -O2 conftest.c >&5 configure:4293: $? = 0 configure:4293: result: yes configure:4308: checking ao/ao.h usability configure:4308: gcc -c -g -O2 conftest.c >&5 configure:4308: $? = 0 configure:4308: result: yes configure:4308: checking ao/ao.h presence configure:4308: gcc -E conftest.c configure:4308: $? = 0 configure:4308: result: yes configure:4308: checking for ao/ao.h configure:4308: result: yes configure:4308: checking mad.h usability configure:4308: gcc -c -g -O2 conftest.c >&5 configure:4308: $? = 0 configure:4308: result: yes configure:4308: checking mad.h presence configure:4308: gcc -E conftest.c configure:4308: $? = 0 configure:4308: result: yes configure:4308: checking for mad.h configure:4308: result: yes configure:4308: checking for stdint.h configure:4308: result: yes configure:4308: checking a52dec/a52.h usability configure:4308: gcc -c -g -O2 conftest.c >&5 configure:4308: $? = 0 configure:4308: result: yes configure:4308: checking a52dec/a52.h presence configure:4308: gcc -E conftest.c configure:4308: $? = 0 configure:4308: result: yes configure:4308: checking for a52dec/a52.h configure:4308: result: yes configure:4331: checking for an ANSI C-conforming const configure:4397: gcc -c -g -O2 -I/usr/local/src/dvbcut/ffmpeg/include -I/usr/local/src/dvbcut/ffmpeg/include/ffmpeg conftest.c >&5 configure:4397: $? = 0 configure:4404: result: yes configure:4412: checking for off_t configure:4412: gcc -c -g -O2 -I/usr/local/src/dvbcut/ffmpeg/include -I/usr/local/src/dvbcut/ffmpeg/include/ffmpeg conftest.c >&5 configure:4412: $? = 0 configure:4412: gcc -c -g -O2 -I/usr/local/src/dvbcut/ffmpeg/include -I/usr/local/src/dvbcut/ffmpeg/include/ffmpeg conftest.c >&5 conftest.c: In function 'main': conftest.c:62:20: error: expected expression before ')' token if (sizeof ((off_t))) ^ configure:4412: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIB_MAD 1 | #define HAVE_LIB_A52 1 | #define HAVE_LIB_AO 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_AO_AO_H 1 | #define HAVE_MAD_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_A52DEC_A52_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | if (sizeof ((off_t))) | return 0; | ; | return 0; | } configure:4412: result: yes configure:4423: checking for size_t configure:4423: gcc -c -g -O2 -I/usr/local/src/dvbcut/ffmpeg/include -I/usr/local/src/dvbcut/ffmpeg/include/ffmpeg conftest.c >&5 configure:4423: $? = 0 configure:4423: gcc -c -g -O2 -I/usr/local/src/dvbcut/ffmpeg/include -I/usr/local/src/dvbcut/ffmpeg/include/ffmpeg conftest.c >&5 conftest.c: In function 'main': conftest.c:62:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:4423: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIB_MAD 1 | #define HAVE_LIB_A52 1 | #define HAVE_LIB_AO 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_AO_AO_H 1 | #define HAVE_MAD_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_A52DEC_A52_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:4423: result: yes configure:4441: checking for stdlib.h configure:4441: result: yes configure:4441: checking for unistd.h configure:4441: result: yes configure:4441: checking for sys/param.h configure:4441: gcc -c -g -O2 -I/usr/local/src/dvbcut/ffmpeg/include -I/usr/local/src/dvbcut/ffmpeg/include/ffmpeg conftest.c >&5 configure:4441: $? = 0 configure:4441: result: yes configure:4461: checking for getpagesize configure:4461: gcc -o conftest -g -O2 -I/usr/local/src/dvbcut/ffmpeg/include -I/usr/local/src/dvbcut/ffmpeg/include/ffmpeg -L/usr/local/src/dvbcut/ffmpeg/lib conftest.c -lmad -la52 -lm -lao >&5 configure:4461: $? = 0 configure:4461: result: yes configure:4470: checking for working mmap configure:4617: gcc -o conftest -g -O2 -I/usr/local/src/dvbcut/ffmpeg/include -I/usr/local/src/dvbcut/ffmpeg/include/ffmpeg -L/usr/local/src/dvbcut/ffmpeg/lib conftest.c -lmad -la52 -lm -lao >&5 configure:4617: $? = 0 configure:4617: ./conftest configure:4617: $? = 0 configure:4627: result: yes configure:4672: checking for main in -lqt-mt configure:4691: gcc -o conftest -g -O2 -I/usr/local/src/dvbcut/ffmpeg/include -I/usr/local/src/dvbcut/ffmpeg/include/ffmpeg -I/usr/include/qt3/ -L/usr/local/src/dvbcut/ffmpeg/lib -L/usr/lib/qt3/lib conftest.c -lqt-mt -lmad -la52 -lm -lao >&5 configure:4691: $? = 0 configure:4700: result: yes configure:4906: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on tbastian-desktop config.status:754: creating makefile config.status:754: creating src/Makefile config.status:754: creating dvbcut.desktop ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_getpagesize=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_header_a52dec_a52_h=yes ac_cv_header_ao_ao_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_mad_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-unknown-linux-gnu ac_cv_lib_a52_a52_init=yes ac_cv_lib_ao_ao_initialize=yes ac_cv_lib_mad_mad_decoder_init=yes ac_cv_lib_qt_mt_main=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_target=x86_64-unknown-linux-gnu ac_cv_type_off_t=yes ac_cv_type_size_t=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='gcc' CFLAGS='-g -O2' CONFIGURE_ARGS=' '\''--with-qt3=/usr/lib/qt3'\'' '\''--with-qt3-include=/usr/include/qt3/'\''' CPP='gcc -E' CPPFLAGS=' -I/usr/local/src/dvbcut/ffmpeg/include -I/usr/local/src/dvbcut/ffmpeg/include/ffmpeg -I/usr/include/qt3/' CXX='g++' CXXFLAGS='-g -O2' DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_LIB_MAD=1 -DHAVE_LIB_A52=1 -DHAVE_LIB_AO=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_AO_AO_H=1 -DHAVE_MAD_H=1 -DHAVE_STDINT_H=1 -DHAVE_A52DEC_A52_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -D__STDC_LIMIT_MACROS=1 -D__STDC_CONSTANT_MACROS=1 -D_FILE_OFFSET_BITS=64' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' FFMPEG_LIBS='-lavformat -lavcodec -lavutil' GREP='/usr/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDFLAGS='-L/usr/local/src/dvbcut/ffmpeg/lib -L/usr/lib/qt3/lib' LIBOBJS='' LIBS=' -lmad -la52 -lm -lao -lqt-mt' LTLIBOBJS='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' QTDIR='/usr/lib/qt3' SET_MAKE='' SHELL='/bin/sh' STDLIB='' STRIP='strip' ac_ct_CC='gcc' ac_ct_CXX='g++' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' ffmpeg_internal='ffmpeg_internal' ffmpeg_prefix='/usr/local/src/dvbcut/ffmpeg' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='x86_64-unknown-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define HAVE_LIB_MAD 1 #define HAVE_LIB_A52 1 #define HAVE_LIB_AO 1 #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_AO_AO_H 1 #define HAVE_MAD_H 1 #define HAVE_STDINT_H 1 #define HAVE_A52DEC_A52_H 1 #define HAVE_STDLIB_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_GETPAGESIZE 1 #define HAVE_MMAP 1 #define __STDC_LIMIT_MACROS 1 #define __STDC_CONSTANT_MACROS 1 #define _FILE_OFFSET_BITS 64 configure: exit 0 |
|
From: The W. <my...@my...> - 2013-07-21 05:43:54
|
I have just decided to upgrade my system from Ubuntu 10.04 to 13.04 (amd64) and do a clean install. One application I use extensively is dvbcut. I was not too sure what version of dvbcut was was included in the Ubuntu repository so I thought I would have a go at downloading the latest from sourceforge.net and try that out to see if it included any additional keyboard shortcuts or thumbnail views I had read of in the dev mail list. I downloaded the r179 tree but ran into issues in that I could not locate packages for libqt3-mt-dev qt3-dev-tools for Ubuntu 13.04. It is probably just as well as it has been years since I have done any serious programming and these days it is challenging enough just compiling from source! What I was hoping to achieve was add a few keyboard shortcuts to give better than the single speed +/- 1 minute jumps when using the scroll wheel to find the start/stop points for cutting out ads. Maybe a CRTL modifier for 5 sec jumps, an ALT modifier for 1/2 sec jumps and maybe a SHIFT modifier for single frame? Your thoughts? |
|
From: Michael R. <mi...@mr...> - 2012-12-20 14:57:31
|
On 12/20/12 10:51, wally wrote: > after recording TV-HD-programmstremas i get a *.m2t file > which i can not open as non-HD records. > > DVBcut reports:".../arte-HD.m2t does not contain any video" That's not strictly true. There is a video stream, but dvbcut can't handle it. > IS (or will be) dvbcut able to process this recodings from HD/S2 > or is only something missing in my setup ? It isn't able, and it never will be. Its cutting logic supports only MPEG-2 video. H.264 (aka MPEG-4 Part 10) is quite different. -- Michael "Tired" Riepe <mi...@mr...> X-Tired: Each morning I get up I die a little |
|
From: wally <wa...@vo...> - 2012-12-20 09:51:59
|
Hi,
after recording TV-HD-programmstremas i get a *.m2t file
which i can not open as non-HD records.
DVBcut reports:".../arte-HD.m2t does not contain any video"
IS (or will be) dvbcut able to process this recodings from HD/S2
or is only something missing in my setup ?
thanks wally
dvbcut version 0.6.1 release 175
output from ffmpeg -i
Input #0, mpegts, from './arte_HD.m2t':
Duration: 02:44:59.51, start: 37512.092289, bitrate: 12847 kb/s
Program 10302
Stream #0:0[0x13f7]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p,
1280x720 [SAR 1:1 DAR 16:9], 55.75 fps, 50 tbr, 90k tbn, 100 tbc
Stream #0:1[0x13f8](deu): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz,
stereo, s16, 192 kb/s
Stream #0:2[0x13f9](fra): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz,
stereo, s16, 192 kb/s
Stream #0:3[0x13fa](deu): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006)
Stream #0:4[0x13fb](deu): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006)
(hearing impaired)
Stream #0:5[0x13fc](deu): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz,
stereo, s16, 448 kb/s
Stream #0:6[0x13fe](fra): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006)
(hearing impaired)
At least one output file must be specified
|
|
From: Michael R. <mi...@mr...> - 2012-12-14 12:02:44
|
On 12/14/12 08:44, Wolfram Gloger wrote: > Michael Riepe <mi...@mr...> writes: > >> I'll have to have a look at it eventually. I suppose it doesn't recode >> frames and all the other fancy stuff dvbcut does? > > No, it does only cutting. At the transport stream level? > Recent ffmpeg has a concat libavfilter which > I think is suppesed to do the stitching of several files nicely, if > you need it. Thanks, but you know my opinion on that. Right now I'm stuck with an ancient version because I'm using applications that don't compile with a newer one. ffmpeg may be the greatest piece of multi-media software ever, but I'm not a masochist, and its ever-changing API is a royal pain in the ass. -- Michael "Tired" Riepe <mi...@mr...> X-Tired: Each morning I get up I die a little |
|
From: Wolfram G. <wg...@ma...> - 2012-12-14 07:44:17
|
Michael Riepe <mi...@mr...> writes: > I'll have to have a look at it eventually. I suppose it doesn't recode > frames and all the other fancy stuff dvbcut does? No, it does only cutting. Recent ffmpeg has a concat libavfilter which I think is suppesed to do the stitching of several files nicely, if you need it. I determine cut times with ffplay or mplayer. No ncurses! Regards, Wolfram. |
|
From: Felix M. <mr...@ea...> - 2012-12-13 19:31:25
|
On 2012-12-13 19:40 (GMT+0100) Wolfram Gloger composed: > I use ts-cut, hereby announced, shamelessly taking the opportunity: > http://malloc.de/tools/#ts-cut > Warning: it's command-line only, but has practically _no_ dependencies. Is ncurses a dependency? I'm having a hard time imagining how one finds and selects edit points using a command line tool. :-( -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ |
|
From: Michael R. <mi...@mr...> - 2012-12-13 19:08:40
|
On 12/13/12 19:40, Wolfram Gloger wrote: > Hi, > > I use ts-cut, hereby announced, shamelessly taking the opportunity: > > http://malloc.de/tools/#ts-cut > > Warning: it's command-line only, but has practically _no_ dependencies. Well, the latter probably is a good thing. I'll have to have a look at it eventually. I suppose it doesn't recode frames and all the other fancy stuff dvbcut does? -- Michael "Tired" Riepe <mi...@mr...> X-Tired: Each morning I get up I die a little |
|
From: Wolfram G. <wg...@ma...> - 2012-12-13 18:53:51
|
Hi, I use ts-cut, hereby announced, shamelessly taking the opportunity: http://malloc.de/tools/#ts-cut Warning: it's command-line only, but has practically _no_ dependencies. Regards, Wolfram. |
|
From: Felix M. <mr...@ea...> - 2012-12-13 04:30:44
|
What do Linux users who used to use DVBcut use on these files? -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ |
|
From: David T. <dt...@ii...> - 2012-02-07 10:19:50
|
On 07/02/12 19:50, Jean Delvare wrote: > I was considering buying myself a HD TNT receiver, but then wondered if > I would still be able to use dvbcut with it. Does anyone have > experience with that? No, only mpeg2 (with video). > Does dvbcut support MPEG4 streams at all? No. Development of dvbcut was stopped, so the author could have time for developing an mpeg4 trim/editor. I haven't heard of how those efforts might have played out. |
|
From: Jean D. <kh...@li...> - 2012-02-07 09:34:02
|
Hi all, I was considering buying myself a HD TNT receiver, but then wondered if I would still be able to use dvbcut with it. Does anyone have experience with that? Does dvbcut support MPEG4 streams at all? Thanks, -- Jean Delvare |
|
From: Tilmann R. <ne...@au...> - 2012-01-27 21:42:11
|
Hello David, thanks again for your mail. >> Maybe you could do a quick check? In the extended system settings, at >> visual effects, select "for optimum performance" (that effectively >> disables all "advanced" display features). Will the video be shown >> correctly and smooth from within DVBcut? > > Yes, it is - with all three generic settings (let windows decide, > optimum appearance, optimum performance) DVBcut playback is smooth. On > SD PAL playback, neither CPU (Quad Core Q6600) nor GPU (Radeon HD 6670) > usage rise much above 10%. I am using a decent Core i3 system with integrated "Intel HD Graphics". I didn't have a look at usage rates, but since even the old P4 was able to play the videos seamlessly, the new i3 definitely is heavily "underloaded"... :-) > Have you a different graphics card / driver you can try? No - neither at hand nor fitting into the rather small PC case... I can't easily see if other drivers are available - however, MPlayer alone (started from command line) works fine, so it definitely is something about Windows not knowing that the MPlayer window inside the DVBcut window needs refresh... > Good luck and best wishes. Let me know if there are other tests you > might need. Don't know how to proceed - other than activating Aero. Did it now and video playback is fine. However, upon now every start of video playback the color scheme is switched to "Windows 7 Basis", and back to Aero when I stop playback. But this is something I can live with. Again, thanks for your support. (Should you - or anyone else - stumble over something related to this issue, please leave me a note...) Tilmann |
|
From: David C. <da...@co...> - 2012-01-26 22:52:33
|
On 26/01/2012 21:26, Tilmann Reh wrote: Good evening, Tilmann! > Hello David, > > many thanks for your mail. > > David Coe schrieb: > >>> - The content of the video window is not constantly refreshed. Only if >>> redrawing the window area is necessary for some other reason (i.e. >>> moving another programs window overlapping to DVBcut), the related >>> part of the video window is correctly redrawn. >>> I assume that Windows 7 doesn't get the information that the content >>> of the DVBcut window needs to be refreshed due to new content of the >>> Mplayer window within it. >> >>> If Aero is activated, screen refresh seems to work significantly >>> better. Obviously, Aero forces some kind of "continuous screen >>> refresh" (wasting ressources...). >> >> Don't see the above. > > Interesting - this effect is persistent here. > > Maybe you could do a quick check? In the extended system settings, at > visual effects, select "for optimum performance" (that effectively > disables all "advanced" display features). Will the video be shown > correctly and smooth from within DVBcut? Yes, it is - with all three generic settings (let windows decide, optimum appearance, optimum performance) DVBcut playback is smooth. On SD PAL playback, neither CPU (Quad Core Q6600) nor GPU (Radeon HD 6670) usage rise much above 10%. > Remark: as soon as I grab the DVBcut window at its title bar (for > example, for moving it on the screen), the video content is correctly > updated during playback (even if I don't move the mouse, just keep the > left mouse button pressed on the DVBcut title bar). Obviously, this is > really something related to refreshing parts of the screen that the OS > is not aware of changed content. It doesn't make a difference with me - even if the window is being moved. Have you a different graphics card / driver you can try? >>> - After playback has been started, it cannot be stopped anymore. The >>> only way to stop it is by closing DVBcut. As above, I assume that the >>> mouse click on the stop button is not properly transferred to the >>> MPlayer thread that runs "inside" the DBVcut window. >>> (Activating Aero doesn't change anything here.) >> >> However, I have noticed the above non-responsive button behaviour on >> 64bit Windows 7, coming back recently to a new installation of >> DVBcut-0.6.0-166 along with Tiesi's current build of >> Mplayer-rtm-svn-34401. This was only corrected by rolling back to an old >> copy of Mplayer-rtm-svn-28311. >> >> I'm not sure quite what this means - perhaps different implementations >> of the qt3 or qt3-under-qt4 libraries under mingw / mingw64? Ralph has >> not updated DVBcut for a while so the 166 / 28311 builds come from >> around the same date. > > Well, that was a really good hint. After moving back to 28311, > start/stop works fine again. Many thanks! > Before that, I normally tried newer versions if some functions were > broken - only rarely older versions work better. :-) > > Thanks& regards, > Tilmann > Good luck and best wishes. Let me know if there are other tests you might need. -- David |
|
From: Tilmann R. <ne...@au...> - 2012-01-26 21:31:38
|
Hello David, many thanks for your mail. David Coe schrieb: >> - The content of the video window is not constantly refreshed. Only if >> redrawing the window area is necessary for some other reason (i.e. >> moving another programs window overlapping to DVBcut), the related >> part of the video window is correctly redrawn. >> I assume that Windows 7 doesn't get the information that the content >> of the DVBcut window needs to be refreshed due to new content of the >> Mplayer window within it. > >> If Aero is activated, screen refresh seems to work significantly >> better. Obviously, Aero forces some kind of "continuous screen >> refresh" (wasting ressources...). > > Don't see the above. Interesting - this effect is persistent here. Maybe you could do a quick check? In the extended system settings, at visual effects, select "for optimum performance" (that effectively disables all "advanced" display features). Will the video be shown correctly and smooth from within DVBcut? Remark: as soon as I grab the DVBcut window at its title bar (for example, for moving it on the screen), the video content is correctly updated during playback (even if I don't move the mouse, just keep the left mouse button pressed on the DVBcut title bar). Obviously, this is really something related to refreshing parts of the screen that the OS is not aware of changed content. >> - After playback has been started, it cannot be stopped anymore. The >> only way to stop it is by closing DVBcut. As above, I assume that the >> mouse click on the stop button is not properly transferred to the >> MPlayer thread that runs "inside" the DBVcut window. >> (Activating Aero doesn't change anything here.) > > However, I have noticed the above non-responsive button behaviour on > 64bit Windows 7, coming back recently to a new installation of > DVBcut-0.6.0-166 along with Tiesi's current build of > Mplayer-rtm-svn-34401. This was only corrected by rolling back to an old > copy of Mplayer-rtm-svn-28311. > > I'm not sure quite what this means - perhaps different implementations > of the qt3 or qt3-under-qt4 libraries under mingw / mingw64? Ralph has > not updated DVBcut for a while so the 166 / 28311 builds come from > around the same date. Well, that was a really good hint. After moving back to 28311, start/stop works fine again. Many thanks! Before that, I normally tried newer versions if some functions were broken - only rarely older versions work better. :-) Thanks & regards, Tilmann |
|
From: David C. <da...@co...> - 2012-01-24 05:35:01
|
Hi Tilman! On 11/01/2012 20:59, Tilmann Reh wrote: > from time to time I use DVBcut to cut TV recordings made with a PVR, and > afterwards burn them on DVD. > > This has always worked perfectly fine with my "good old" PC (a P4 > running Windows XP Pro). However, after replacing that PC with a current > one (Core i3 with Windows 7x64), playback of the video doesn't work > correctly any more from within DVBcut. It appears as if there are some > problems with the interaction of the two threads (DVBcut and MPlayer) > and the operating system: This rather mirrors my own use some years ago using Ralph Glasstetter's build of DVBcut and Gianluigi Tiesi's build of Mplayer. For a while I kept a mingw / qt3 build environment going myself under 32bit Windows XP but gradually this has gone quite rusty as (mostly) I shifted across to using VideoReDo H.264 on 64bit Windows 7. > - The content of the video window is not constantly refreshed. Only if > redrawing the window area is necessary for some other reason (i.e. > moving another programs window overlapping to DVBcut), the related > part of the video window is correctly redrawn. > I assume that Windows 7 doesn't get the information that the content > of the DVBcut window needs to be refreshed due to new content of the > Mplayer window within it. > If Aero is activated, screen refresh seems to work significantly > better. Obviously, Aero forces some kind of "continuous screen > refresh" (wasting ressources...). Don't see the above. > - After playback has been started, it cannot be stopped anymore. The > only way to stop it is by closing DVBcut. As above, I assume that the > mouse click on the stop button is not properly transferred to the > MPlayer thread that runs "inside" the DBVcut window. > (Activating Aero doesn't change anything here.) However, I have noticed the above non-responsive button behaviour on 64bit Windows 7, coming back recently to a new installation of DVBcut-0.6.0-166 along with Tiesi's current build of Mplayer-rtm-svn-34401. This was only corrected by rolling back to an old copy of Mplayer-rtm-svn-28311. I'm not sure quite what this means - perhaps different implementations of the qt3 or qt3-under-qt4 libraries under mingw / mingw64? Ralph has not updated DVBcut for a while so the 166 / 28311 builds come from around the same date. > If I start the playback with Mplayer by command line, the video is shown > perfectly, so it's pretty obvious it's not a missing codec or the like. > (All other players I tested also work fine and smooth.) All without Aero > (which I don't like, BTW). > Does anybody (successfully) use DVBcut with Windows 7 (x64), including > MPlayer playback within DVBcut? If so, I would like to share some > details about system setup etc. - if not, would someone dare to have a > look at this problem? If more tests need to be done, that's no problem - > I'll try to help as much as I can. Anyway, hope this helps. -- David Coe |
|
From: Reinhard T. <sir...@gm...> - 2012-01-21 08:21:19
|
Hi, I have just uploaded a new dvbcut snapshot to Debian/unstable. you might want to consider the distro patches that we are applying: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/dvbcut.git;a=tree;f=debian/patches Moreover, I found a problem in the Cmake files that you ship. It seems that the compilation did not set any optimization levels, which results in unoptimized binaries. I had to call cmake with specific settings to work around this, but I guess you might want to adopt something better. Have a look at our build script: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/dvbcut.git;a=blob;f=debian/rules -- regards, Reinhard |
|
From: Tilmann R. <ne...@au...> - 2012-01-11 21:24:19
|
Hello, from time to time I use DVBcut to cut TV recordings made with a PVR, and afterwards burn them on DVD. This has always worked perfectly fine with my "good old" PC (a P4 running Windows XP Pro). However, after replacing that PC with a current one (Core i3 with Windows 7x64), playback of the video doesn't work correctly any more from within DVBcut. It appears as if there are some problems with the interaction of the two threads (DVBcut and MPlayer) and the operating system: - The content of the video window is not constantly refreshed. Only if redrawing the window area is necessary for some other reason (i.e. moving another programs window overlapping to DVBcut), the related part of the video window is correctly redrawn. I assume that Windows 7 doesn't get the information that the content of the DVBcut window needs to be refreshed due to new content of the Mplayer window within it. If Aero is activated, screen refresh seems to work significantly better. Obviously, Aero forces some kind of "continuous screen refresh" (wasting ressources...). - After playback has been started, it cannot be stopped anymore. The only way to stop it is by closing DVBcut. As above, I assume that the mouse click on the stop button is not properly transferred to the MPlayer thread that runs "inside" the DBVcut window. (Activating Aero doesn't change anything here.) If I start the playback with Mplayer by command line, the video is shown perfectly, so it's pretty obvious it's not a missing codec or the like. (All other players I tested also work fine and smooth.) All without Aero (which I don't like, BTW). Does anybody (successfully) use DVBcut with Windows 7 (x64), including MPlayer playback within DVBcut? If so, I would like to share some details about system setup etc. - if not, would someone dare to have a look at this problem? If more tests need to be done, that's no problem - I'll try to help as much as I can. Many thanks in advance, Tilmann Reh |
|
From: Michael R. <mi...@mr...> - 2012-01-02 17:48:27
|
Hi! On 01/02/12 18:12, Malte Schünemann wrote: >> Can you please run the command >> >> grep LRINTF ffmpeg.src/config.h >> >> and tell me whether it found the line >> >> "#define HAVE_LRINTF 1" >> >> ? > Yes - I am using gcc 4.6.1 The grep returns with no result. I was afraid that you would say that. Please try the following sequence of commands: make clean cd ffmpeg.src make distclean cd .. make 2>&1 | tee make.log and if it still fails, send me a copy of make.log (to my address, not to the list). -- Michael "Tired" Riepe <mi...@mr...> X-Tired: Each morning I get up I die a little |
|
From: Malte S. <mal...@we...> - 2012-01-02 17:13:12
|
Hi :-) On 01/01/2012 11:36 PM, Michael Riepe wrote: > Hi! > > On 01/01/12 22:54, Malte Schünemann wrote: > >> ... >> gcc -O3 -Wall -Wno-switch -DHAVE_AV_CONFIG_H -I.. >> -I'/home/wiesel/src/dvbcut/dvbcut/ffmpeg.src'/libavutil >> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o >> bitstream.o bitstream.c >> In file included from bitstream.c:29:0: >> bitstream.h: In function ‘skip_bits’: >> bitstream.h:632:1: warning: variable ‘re_cache’ set but not used >> [-Wunused-but-set-variable] >> bitstream.h: In function ‘init_get_bits’: >> bitstream.h:703:1: warning: variable ‘re_cache’ set but not used >> [-Wunused-but-set-variable] >> gcc -O3 -Wall -Wno-switch -DHAVE_AV_CONFIG_H -I.. >> -I'/home/wiesel/src/dvbcut/dvbcut/ffmpeg.src'/libavutil >> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o utils.o >> utils.c >> In file included from utils.c:28:0: >> dsputil.h:601:31: error: static declaration of ‘lrintf’ follows >> non-static declaration > Seems your compiler/c++ library has lrintf, but ffmpeg.src/configure > doesn't find it. Since you're running the latest Ubuntu, I assume you're > using gcc 4.6.1, so I tried to compile with that version, and it works > on my system. > > Can you please run the command > > grep LRINTF ffmpeg.src/config.h > > and tell me whether it found the line > > "#define HAVE_LRINTF 1" > > ? Yes - I am using gcc 4.6.1 The grep returns with no result. Malte |
|
From: Reinhard T. <sir...@gm...> - 2012-01-02 12:26:01
|
On Sun, Jan 1, 2012 at 12:18 AM, Michael Riepe <mi...@mr...> wrote: > Hi again, > > On 12/31/11 23:11, Malte Schünemann wrote: >>>> From my satellite receiver, I get files as transport stream which I >>>> would like to edit (cut out advertisements). Unfortunately, I always get >>>> from dvbcut >>>> >>>> Unknown file type >>> Which version of dvbcut are you using? You should see it in the title >>> bar or in the Help/About dialog box. >> dvbcut qt/1 (running Ubuntu 11.10). > > Hmpf. The package name says "0.5.4+svn170-1" - a version number that > never existed. That appears to be some insane blend they cooked up all > by themselves. That would have been me. > Can anybody here provide decent Ubuntu packages of r178? Sure, I'd love to. But only if it works with Qt4. The contributed patch no longer applied the last time I've tried to update the package. Happy new Year! -- regards, Reinhard |
|
From: Michael R. <mi...@mr...> - 2012-01-01 22:37:01
|
Hi! On 01/01/12 22:54, Malte Schünemann wrote: > Thanks for the hint - I obediently followed advise - not the version > (from file VERSION) is 0.6.2-alpha - however, I still get > > ... > gcc -O3 -Wall -Wno-switch -DHAVE_AV_CONFIG_H -I.. > -I'/home/wiesel/src/dvbcut/dvbcut/ffmpeg.src'/libavutil > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o > bitstream.o bitstream.c > In file included from bitstream.c:29:0: > bitstream.h: In function ‘skip_bits’: > bitstream.h:632:1: warning: variable ‘re_cache’ set but not used > [-Wunused-but-set-variable] > bitstream.h: In function ‘init_get_bits’: > bitstream.h:703:1: warning: variable ‘re_cache’ set but not used > [-Wunused-but-set-variable] > gcc -O3 -Wall -Wno-switch -DHAVE_AV_CONFIG_H -I.. > -I'/home/wiesel/src/dvbcut/dvbcut/ffmpeg.src'/libavutil > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o utils.o > utils.c > In file included from utils.c:28:0: > dsputil.h:601:31: error: static declaration of ‘lrintf’ follows > non-static declaration Seems your compiler/c++ library has lrintf, but ffmpeg.src/configure doesn't find it. Since you're running the latest Ubuntu, I assume you're using gcc 4.6.1, so I tried to compile with that version, and it works on my system. Can you please run the command grep LRINTF ffmpeg.src/config.h and tell me whether it found the line "#define HAVE_LRINTF 1" ? -- Michael "Tired" Riepe <mi...@mr...> X-Tired: Each morning I get up I die a little |
|
From: Malte S. <mal...@we...> - 2012-01-01 21:54:47
|
Hi again On 01/01/2012 02:59 AM, Michael Riepe wrote: > > On 01/01/12 02:39, Malte Schünemann wrote: > >> I tried to build from source myself ... using the 0.5.4 tarball [...] > Forget 0.5.4, it's several years old. Please get the latest source code > from the sourceforge subversion repository. Thanks for the hint - I obediently followed advise - not the version (from file VERSION) is 0.6.2-alpha - however, I still get ... gcc -O3 -Wall -Wno-switch -DHAVE_AV_CONFIG_H -I.. -I'/home/wiesel/src/dvbcut/dvbcut/ffmpeg.src'/libavutil -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o bitstream.o bitstream.c In file included from bitstream.c:29:0: bitstream.h: In function ‘skip_bits’: bitstream.h:632:1: warning: variable ‘re_cache’ set but not used [-Wunused-but-set-variable] bitstream.h: In function ‘init_get_bits’: bitstream.h:703:1: warning: variable ‘re_cache’ set but not used [-Wunused-but-set-variable] gcc -O3 -Wall -Wno-switch -DHAVE_AV_CONFIG_H -I.. -I'/home/wiesel/src/dvbcut/dvbcut/ffmpeg.src'/libavutil -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o utils.o utils.c In file included from utils.c:28:0: dsputil.h:601:31: error: static declaration of ‘lrintf’ follows non-static declaration Google did not give a clue - how can I get out of this ? Malte |