Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 474370 - net-misc/yaydl-1.5.2: uses ffmpeg command directly and does not work with libav
Summary: net-misc/yaydl-1.5.2: uses ffmpeg command directly and does not work with libav
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard: Pending removal: 2016-02-05
Keywords: PMASKED
Depends on:
Blocks: 474408
  Show dependency tree
 
Reported: 2013-06-22 21:58 UTC by Nikoli
Modified: 2016-02-20 17:42 UTC (History)
2 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 21:58:48 UTC
$ grep -Ri avconv
nikoli@core /tmp/rm/yaydl-1.5.2 $ grep -Ri ffmpeg
yaydl.pl:#ffmpeg or mencoder are required in order to encode the videos to avi
yaydl.pl:#ffmpeg is preferred
yaydl.pl:       my $ffmpeg = which "ffmpeg";
yaydl.pl:       if($ffmpeg && $mencoder){
yaydl.pl:                                        "mencoder: not found!\nffmpeg: not found!\nencoding disabled\n";
yaydl.pl:       if(! $ffmpeg){
yaydl.pl:               print "ffmpeg: found\n";
yaydl.pl:               $return = system("ffmpeg", "-i", $source, $encode);
yaydl.pl:       my $ffmpeg = which "ffmpeg";
yaydl.pl:       if ($mplayer && $ffmpeg){
yaydl.pl:               $urls{$base}{'error'} = "ffmpeg and mplayer not found - encoding disabled";
yaydl.pl:       #ffmpeg preferred for mp4 videos from youtube/dailymotion
yaydl.pl:               if ($ffmpeg == 0){
yaydl.pl:                       $return = system("ffmpeg", "-i", $source, "-vn", 
yaydl.pl:                               $urls{$base}{'error'} = "ffmpeg or mplayer *and* lame are " .
yaydl.pl:       #not mp4, i.e. flv format, try mplayer as default because it's faster or ffmpeg if this fails
yaydl.pl:                       if($ffmpeg == 0){
yaydl.pl:                               $return = system("ffmpeg", "-i", $source, "-vn", 
yaydl.pl:       "In order to get the full functionality you either need ffmpeg *or*\n" .
yaydl.pl:       "    \t\t\t Uses ffmpeg as default encoder, or mencoder if ffmpeg is not available\n".
yaydl.pl:       "    \t\t\t Uses mplayer as default encoder for flv files, or ffmpeg if mplayer is not available.\n".
yaydl.pl:       "    \t\t\t In order to encode non-flv files (mp4) you either need ffmpeg (recommended) or\n" .
install:if ! which ffmpeg
install:                echo "ffmpeg and mplayer/lame not found - you won't be able to use the --sound option!"
install:if ! which ffmpeg
install:                echo "ffmpeg and mencoder not installed - you won't be able to use the --encode option!"
README:In order to get the full functionality you either need ffmpeg *or*
README:                                  Uses ffmpeg as default encoder, or mencoder if ffmpeg is not available
README:                                  Uses mplayer as default encoder for flv files, or ffmpeg if mplayer is not available.
README:                                  In order to encode non-flv files (mp4) you either need ffmpeg (recommended) or
Comment 1 Pacho Ramos gentoo-dev 2015-10-26 14:48:46 UTC
People should move to updated youtube downloaders like net-misc/youtube-dl
Comment 2 Pacho Ramos gentoo-dev 2016-02-20 17:42:41 UTC
removed