Opened 17 years ago

Closed 17 years ago

#3510 closed defect (fixed)

nuvexport XviD exports with transcode broken

Reported by: otto at kolsi dot fi Owned by: xris
Priority: minor Milestone: unknown
Component: perl / nuvexport Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Changes [13490] and/or [13491] break exporting XviDs? with transcode. Following errors are printed:

Encode started:  Sat May 26 19:49:31 2007
Waiting for mythtranscode to set up the fifos.
Use of uninitialized value in numeric eq (==) at /usr/local/share/nuvexport/export/generic.pm line 384, <STDIN> line 16.

mythtranscode finished.
Use of uninitialized value in ref-to-glob cast at /usr/local/share/nuvexport/export/generic.pm line 364, <STDIN> line 16.
Use of uninitialized value in vec at /usr/local/share/nuvexport/export/generic.pm line 364, <STDIN> line 16.

With rev 13489 exports are working.

Another thing I noticed related to transcode. Nuvexport currently gives '-V' as an option to transcode. This option seems to be deprecated and produces a warnings when transcode is executed.

transcode v1.0.3 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg
...
-V                  use YV12/I420/YUV420 as internal video format [deprecated, default]
...

Change History (2)

comment:1 Changed 17 years ago by luitjens

I am also seeing the same issue with nuvexport using the latest svn

comment:2 Changed 17 years ago by xris

Resolution: fixed
Status: newclosed

(In [13541]) try to catch non-int returns that were causing trouble for some people. Should hopefully close #3510

Note: See TracTickets for help on using tickets.