Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 474352 - media-video/winki-0.4.5: uses ffmpeg command directly and does not work with libav
Summary: media-video/winki-0.4.5: uses ffmpeg command directly and does not work with ...
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 20:56 UTC by Nikoli
Modified: 2016-02-20 17:43 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 20:56:26 UTC
Since libav removed /usr/bin/ffmpeg and old syntax bug #362141 lives again:
$ grep -Ri avconv
$ grep -Ri ffmpeg
winkirip/worker_video.py:from winkirip.constructor_ffmpeg4 import ConstructorFFmpeg4
winkirip/worker_video.py:class WorkerFFmpeg4(WorkerVideo):
winkirip/worker_video.py:        return ConstructorFFmpeg4(tool_checker)
winkirip/worker_multiplex.py:        self.__ffmpeg_regex = re.compile('.*?time=(\d+\.\d+)')
winkirip/worker_multiplex.py:        return self.__parse_ffmpeg_output
winkirip/worker_multiplex.py:    def __parse_ffmpeg_output(self, line):
winkirip/worker_multiplex.py:            match = self.__ffmpeg_regex.match(line[line_start : ])
winkirip/tool_checker.py:        external_tools = ['mplayer', 'mencoder', 'lsdvd', 'oggenc', 'ffmpeg',
winkirip/select_settings.py:                   ('AC3', AUDIO_AC3, 'ffmpeg')]
winkirip/select_settings.py:        if self.__tool_checker.has_tool('mencoder') and self.__tool_checker.has_tool('ffmpeg'):
winkirip/select_settings.py:        self.__init_program_entry('ffmpeg', yes_pixbuf, no_pixbuf)
winkirip/select_settings.py:        entry = self.__xml.get_widget('entry_ffmpeg')
winkirip/select_settings.py:        self.__tool_checker.set_tool_location('ffmpeg', location)
winkirip/select_settings.py:            desired = [(_('3GP'), FILE_MOBILE, 'ffmpeg')]
winkirip/select_settings.py:            desired.append(tuple(('AC3', AUDIO_AC3, 'ffmpeg')))
winkirip/select_settings.py:            desired.append(tuple(('AC3', AUDIO_AC3, 'ffmpeg')))
winkirip/rc_version.py:            rc_config.set_option('program locations', 'ffmpeg', '')
winkirip/page_encoding.py:        has_ffmpeg = tchecker.has_tool('ffmpeg')
winkirip/page_encoding.py:        if not has_ffmpeg and not has_mp2enc:
winkirip/page_encoding.py:            #self.alert_missing_tool('ffmpeg or mp2enc')
winkirip/page_encoding.py:        if not has_oggenc or not has_ffmpeg or not has_lame or not has_mp2enc:
winkirip/page_encoding.py:            #self.alert_missing_tool('oggenc or ffmpeg or lame or mp2enc')
winkirip/glade/settings.glade:              <widget class="GtkImage" id="image_ffmpeg">
winkirip/glade/settings.glade:              <widget class="GtkLabel" id="label_ffmpeg">
winkirip/glade/settings.glade:                <property name="label">ffmpeg</property>
winkirip/glade/settings.glade:                <property name="mnemonic_widget">entry_ffmpeg</property>
winkirip/glade/settings.glade:              <widget class="GtkEntry" id="entry_ffmpeg">
winkirip/factory_video.py:from winkirip.worker_video import WorkerFFmpeg4, WorkerXvid, WorkerH264
winkirip/factory_video.py:                worker = WorkerFFmpeg4(context, source_cid, self.__shrink_method)
winkirip/constructor_ffmpeg4.py:class ConstructorFFmpeg4(Constructor):
winkirip/constructor_ffmpeg4.py:                debug('ConstructorFFmpeg4.construct()', 'cannot find mencoder', error)
winkirip/constructor_ffmpeg4.py:                debug('ConstructorFFmpeg4.construct()', 'cannot find source video', error)
winkirip/constructor_ffmpeg4.py:                debug('ConstructorFFmpeg4.construct()', 'audio method not set', error)
winkirip/constructor_ffmpeg4.py:                debug('ConstructorFFmpeg4.construct()', 'no output name', error)
winkirip/constructor_container.py:        if self.get_tools().has_tool('ffmpeg'):
winkirip/constructor_container.py:            program = self.get_tools().get_tool_location('ffmpeg')
winkirip/constructor_container.py:        # ffmpeg -i movie.avi -i audiodump.wav -b 48 -ac 1 -ab 12 -map 0.0 -map 1.0 undo.3gp
winkirip/constructor_audio.py:        if not tool_checker.has_tool('ffmpeg'):
winkirip/constructor_audio.py:        program = tool_checker.get_tool_location('ffmpeg')
winkirip/INSTALL:- ffmpeg
Comment 1 Pacho Ramos gentoo-dev 2015-10-26 14:42:36 UTC
The project looks completly dead for ages, I am also unable to enter their homepage... why not simply treeclean this package? There are other GUIs for transcoding with ffmpeg/libav that are more updated and with upstreams still taking care of their bugs :/
Comment 2 Pacho Ramos gentoo-dev 2016-02-20 17:43:15 UTC
removed