Opened 14 years ago

Closed 14 years ago

#7912 closed defect (fixed)

Nuvexport Modification for Debian

Reported by: davespmyth@… Owned by: xris
Priority: minor Milestone: unknown
Component: Apps - Nuvexport Version: 0.22
Severity: medium Keywords: mpeg2video
Cc: Ticket locked: no

Description

In order for nuvexport to detect that my ffmpeg did indeed have support for mpeg2video decoding, I had to modify ffmpeg.pm to properly parse the output from "ffmpeg -formats" and "ffmpeg -codecs" in package export::ffmpeg . I hope that this change isn't overlooking an important part of the previous (and somewhat complicated) regex.

Attachments (1)

ffmpeg_diff.txt (934 bytes) - added by anonymous 14 years ago.

Download all attachments as: .zip

Change History (8)

Changed 14 years ago by anonymous

Attachment: ffmpeg_diff.txt added

comment:1 Changed 14 years ago by Dave Sp <davespmyth@…>

Debian squeeze Kernel 2.6.30-2-amd64 x86_64 GNU/Linux FFmpeg version SVN-r20916

comment:2 Changed 14 years ago by beirdo

Owner: changed from xris to beirdo
Status: newassigned

comment:3 Changed 14 years ago by dragon@…

To me it appears that the redirection does not does what it should. Replacing all $ffmpeg -formats 2>&1 with $ffmpeg -formats 2>/dev/null does work for me.

comment:4 Changed 14 years ago by beirdo

Resolution: worksforme
Status: assignedclosed

I can not reproduce this with the ffmpeg on any of my systems. I think you need a better ffmpeg build.

comment:5 Changed 14 years ago by beirdo

Resolution: worksforme
Status: closednew

comment:6 Changed 14 years ago by beirdo

Owner: changed from beirdo to xris
Status: newassigned

Seems this is also a problem with ffmpeg 0.6. Passing off to xris who has a setup with this issue.

comment:7 Changed 14 years ago by xris

Resolution: fixed
Status: assignedclosed

(In [25431]) handle ffmpeg 0.6 split of -formats and -codecs, with backwards compatibility to 0.5. Fixes #7912

Note: See TracTickets for help on using tickets.