Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 474350 - media-video/videotrans-1.6.1: uses ffmpeg command directly and does not work with libav
Summary: media-video/videotrans-1.6.1: uses ffmpeg command directly and does not work ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 474408
  Show dependency tree
 
Reported: 2013-06-22 20:50 UTC by Nikoli
Modified: 2015-10-27 18:58 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2013-06-22 20:50:07 UTC
$ grep -Ri avconv
 $ grep -Ri ffmpeg
CHANGES:- ffmpeg cannot resample from 5 to 6 channels when encoding AC3 files,
CHANGES:- Changed parameters for ffmpeg (added the 'k' in the -ab option).
data/library.sh.in:                     msg="${msg}Converting the audio from WAV to AC3 with ${new_ch} channels using ffmpeg. "
data/library.sh.in:                             audio_encode="ffmpeg -y -v 0 -f wav -i /dev/stdin -ab ${audio_bitrate_override}k -ar 48000 -ac ${new_ch} `shellescape "${output}.ac3"`"
data/library.sh.in:                             audio_encode="ffmpeg -y -v 0 -f wav -i /dev/stdin -ab 192k -ar 48000 -ac ${new_ch} `shellescape "${output}.ac3"`"
data/library.sh.in:                             audio_encode="ffmpeg -y -v 0 -f wav -i /dev/stdin -ab 448k -ar 48000 -ac ${new_ch} `shellescape "${output}.ac3"`"
configure:FFMPEG
configure:# Extract the first word of "ffmpeg", so it can be a program name with args.
configure:set dummy ffmpeg; ac_word=$2
configure:if test "${ac_cv_prog_FFMPEG+set}" = set; then :
configure:  if test -n "$FFMPEG"; then
configure:  ac_cv_prog_FFMPEG="$FFMPEG" # Let the user override the test.
configure:    ac_cv_prog_FFMPEG="yes"
configure:  test -z "$ac_cv_prog_FFMPEG" && ac_cv_prog_FFMPEG="no"
configure:FFMPEG=$ac_cv_prog_FFMPEG
configure:if test -n "$FFMPEG"; then
configure:  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FFMPEG" >&5
configure:$as_echo "$FFMPEG" >&6; }
configure:if test x$FFMPEG = xno ; then as_fn_error $? "ffmpeg is required, please get it from http://ffmpeg.sourceforge.net/" "$LINENO" 5  ; fi
src/movie-title.in:             # Start mp2enc or ffmpeg to encode the audio
src/movie-to-dvd.in:    # Start mp2enc or ffmpeg to encode the audio
configure.ac:AC_CHECK_PROG([FFMPEG], [ffmpeg], [yes], [no])
configure.ac:if test x$FFMPEG = xno ; then AC_MSG_ERROR([ffmpeg is required, please get it from http://ffmpeg.sourceforge.net/]) ; fi
Comment 1 Pacho Ramos gentoo-dev 2015-10-27 18:58:49 UTC
[master 4291060] media-video/videotrans: Support libav too (#474350)
 2 files changed, 94 insertions(+)
 create mode 100644 media-video/videotrans/files/videotrans-1.6.1-libav.patch
 create mode 100644 media-video/videotrans/videotrans-1.6.1-r1.ebuild