Opened 17 years ago

Closed 17 years ago

#2900 closed defect (fixed)

Nuvexport hangs whilst exporting to mp3 - seperate commands work fine

Reported by: mythtv@… Owned by: xris
Priority: minor Milestone: unknown
Component: perl / nuvexport Version: 0.20
Severity: medium Keywords: nuvexport mp3
Cc: Ticket locked: no

Description

When trying to export a show to mp3, nuvexport hangs with "processed: 0 of 179511 frames at 0 fps (~%, eta: unknown) " and never proceeds past this.

Running the commands given from --debug seperately works fine. The output of nuvexport is below, along with ffmpeg -version

Using the latest rpm of nuvexport (0.4-0.20070105.svn) with the two semicolon patches applied


You have chosen to export 1 episode:

  1. The Essential Mix: (12/31/2006, 01:55 AM) 720x576 MPEG2 (16:9) The Essential Mix of the Year, as voted for by Radio 1 Online users.
  • Separate multiple episodes with spaces, or ranges with '-'
  1. Continue
  2. Choose another show
  3. Quit

Choose a function, or episode(s) to remove: c Where would you like to export the files to? mnt/server/Videos/Unwatched
Enable Myth cutlist? [Yes]
Audio bitrate? [192]

Now encoding: The Essential Mix: Untitled

Encode started: Wed Jan 10 13:54:09 2007
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Starting ffmpeg.
processed: 0 of 179511 frames at 0 fps (~%, eta: unknown)

FFmpeg version SVN-r6524, Copyright (c) 2000-2006 Fabrice Bellard, et al.

configuration: --prefix=/usr --libdir=/usr/lib --shlibdir=/usr/lib --mandir=/usr/share/man --enable-mp3lame --enable-libogg --enable-vorbis --enable-faadbin --enable-faac --enable-xvid --enable-x264 --enable-a52 --enable-a52bin --enable-dts --enable-pp --enable-shared --enable-pthreads --enable-dc1394 --enable-gpl --disable-strip --extra-cflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables libavutil version: 49.0.1 libavcodec version: 51.16.0 libavformat version: 50.5.0 built on Oct 27 2006 08:30:34, gcc: 4.1.1 20061011 (Red Hat 4.1.1-30)

Change History (3)

comment:1 Changed 17 years ago by xris

What version of nuvexport and mythtv are you using, and have you verified that maybe it's working fine and just not reporting frames?

comment:2 Changed 17 years ago by mythtv@…

Oops

On closer inspection is does appear to be working. It just doesnt report any progress.

I've just tested on a 1 min recording and it does finish successfully. Guess i should've checked a bit more carefully..

As for mythtv, i'm using 0.20 fixes from atrpms

Not quite as serious a problem as I originally thought, but the lack of reporting still stands

comment:3 Changed 17 years ago by xris

Resolution: fixed
Status: newclosed

(In [12601]) uncomment the audio-only framecount grabber, since ffmpeg doesn't report such things. closes #2900

Note: See TracTickets for help on using tickets.