Re: mythcommflag depends on frontend?

Top Page

Reply to this message
Author: Rob Owens
Date:  
To: dmo-discussion
Subject: Re: mythcommflag depends on frontend?
On Wed, Nov 06, 2013 at 10:40:18PM +0100, Christian Marillat wrote:
> Rob Owens <rowens@???> writes:
>
> > On Wed, Nov 06, 2013 at 02:47:06PM +0100, Christian Marillat wrote:
> >>
> >> Could you show me the output of :
> >>
> >> mythffprobe /var/lib/mythtv/1114_20130506000000.mpg
> >>
> > I don't have mythffprobe on my system. What package is it in? apt-file
> > search mythffprobe doesn't turn up any results.
>
> From the mythffmpeg package in 0.27 Otherwise try with ffprobe from the
> ffmpeg package.
>

$ ffprobe  /var/lib/mythtv/1114_20130506000000.mpg
ffprobe version 1.0.8 Copyright (c) 2007-2013 the FFmpeg developers
  built on Sep 12 2013 11:54:40 with gcc 4.7 (Debian 4.7.2-5)
  configuration: --prefix=/usr --extra-cflags='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security ' --extra-ldflags='-Wl,-z,relro' --cc='ccache cc' --enable-shared --enable-libmp3lame --enable-gpl --enable-nonfree --enable-libvorbis --enable-pthreads --enable-libfaac --enable-libxvid --enable-postproc --enable-x11grab --enable-libgsm --enable-libtheora --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-libspeex --enable-nonfree --disable-stripping --enable-libvpx --enable-libschroedinger --disable-encoder=libschroedinger --enable-version3 --enable-libopenjpeg --enable-librtmp --enable-avfilter --enable-libfreetype --enable-libvo-aacenc --disable-decoder=amrnb --enable-libvo-amrwbenc --enable-libaacplus --libdir=/usr/lib/i386-linux-gnu --disable-vda --enable-libbluray --enable-libcdio --enable-gnutls --enable-frei0r --enable-openssl --enable-libass --enable-libopus --enable-fontconfig --enable-libfdk-aac --enable-libdc1394 --disable-altivec --disab  libavutil      51. 73.101 / 51. 73.101
  libavcodec     54. 59.100 / 54. 59.100
  libavformat    54. 29.104 / 54. 29.104
  libavdevice    54.  2.101 / 54.  2.101
  libavfilter     3. 17.100 /  3. 17.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
[mpeg @ 0x9586c40] max_analyze_duration 5000000 reached at 5005000
Truncating packet of size 2016 to 1953
Input #0, mpeg, from '/var/lib/mythtv/1114_20130506000000.mpg':
  Duration: 00:29:53.20, start: 0.189267, bitrate: 4179 kb/s
    Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x480 [SAR 32:27 DAR 16:9], 6000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
    Stream #0:1[0x1c0]: Audio: mp2, 48000 Hz, stereo, s16, 384 kb/s


Is 0.27 available for Wheezy? If so, maybe I should try it. 0.26 has
been a disaster for me so far. It crashes on about 1 out of every 5
programs it attempts to record.

-Rob