Re: Issue 3 in sinthgunt: sinthgunt does not detect capabilities of my ffmpeg

11 views
Skip to first unread message

sint...@googlecode.com

unread,
Sep 12, 2010, 11:39:14 AM9/12/10
to sint...@googlegroups.com

Comment #6 on issue 3 by timkb...@tampabay.rr.com: sinthgunt does not
detect capabilities of my ffmpeg
http://code.google.com/p/sinthgunt/issues/detail?id=3

I just finished building a sinthgunt package for the MEPIS Community
Repository.

In doing so, I confirmed this bug is present using either latest release
(2.0.2) or svn.

Sinthgunt needs to look at the results of both "ffmpeg -formats"
and "ffmpeg -codecs" to get a full list of the installed ffmpeg
capabilities.

Patch to current svn (20100912) attached

Attachments:
01-get-all-ffmpeg-capabilities.patch 1.9 KB

sint...@googlecode.com

unread,
Sep 12, 2010, 1:49:54 PM9/12/10
to sint...@googlegroups.com

Comment #7 on issue 3 by kare1234: sinthgunt does not detect capabilities

Thank you, Tim. I will apply the patch asap

sint...@googlecode.com

unread,
Sep 18, 2010, 8:37:48 PM9/18/10
to sint...@googlegroups.com

Comment #8 on issue 3 by alexander.alisani: sinthgunt does not detect

my way

#!/bin/bash
# Remote Download - Encoded to MP4
# automated logic, mysoogals
# linux dependency ubuntu 8.10 - 10.04 - linux mint 9 -
# build qt-faststart -&- ffmpeg -
http://ubuntuforums.org/showthread.php?t=786095


wget="http://amd.co.at:8083/Crazy-Cop.wmv"
ffmpeg="Crazy-Cop.wmv"
loop="Crazy-Cop.mp4"
ffmpegout="$loop"
qtinput="$loop"
qtout="$loop"

wget $wget && ffmpeg -i $ffmpeg -acodec libfaac -ab 128k -ac 2 -vcodec
libx264 -vpre slow -crf 22 -threads 0 $ffmpegout && qt-faststart $ffmpegout
$ffmpegout.qt.mp4 && rm $ffmpeg && rm $ffmpegout && chmod 777
$ffmpegout.qt.mp4 && mv $ffmpegout.qt.mp4 /var/www/uploads/

sint...@googlecode.com

unread,
Sep 2, 2013, 10:24:24 PM9/2/13
to sint...@googlegroups.com

Comment #9 on issue 3 by andremme...@gmail.com: sinthgunt does not detect
hi guys!
same problem here.
How i apply the patch?

ffmpeg: 1.2.2
sinthgunt: 2.1.0
notebook with fedora 19

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Reply all
Reply to author
Forward
0 new messages