Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2014 08:13:29 GMT
From:      Sergey Chernikov <s.bilberry@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/185738: multimedia/oggvideotools non-integer framerate
Message-ID:  <201401130813.s0D8DTVQ001093@oldred.freebsd.org>
Resent-Message-ID: <201401130820.s0D8K0qX058158@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185738
>Category:       ports
>Synopsis:       multimedia/oggvideotools non-integer framerate
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 13 08:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Chernikov
>Release:        FreeBSD 9.2-STABLE
>Organization:
>Environment:
FreeBSD mserv.home.local 9.2-STABLE FreeBSD 9.2-STABLE #18: Fri Dec 27 16:38:11 MSK 2013     sc@mserv.home.local:/usr/src/sys/amd64/compile/MSERV  amd64

>Description:
When trying to pass denominator in the '-f' argument of oggTranscode it just appends it to numerator.
>How-To-Repeat:
run
oggTranscode -f nnn:dd in.ogv out.ogv
>Fix:
I've contacted the author of oggvideotools and according to him the fix is the following:
# diff work/oggvideotools-0.8a/src/cmdlineextractor.h.orig  work/oggvideotools-0.8a/src/cmdlineextractor.h
23c23
< const std::string validChars ( "0123456789,x" );
---
> const std::string validChars ( "0123456789,x:" );

I've applied it and tested (successfully).

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401130813.s0D8DTVQ001093>