<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><font style="" color="#000000" face="Verdana">I successfully installed handbrake with the srpm provided by one of the kind guys in this mailing list , just a few mails back<br id="FontBreak"></font><br><br><font style="" face="Verdana">Junayeed Ahnaf Nirjhor</font><font style="" face="Verdana"><br></font><font style="" face="Verdana">Software Engineer @ <a href="http://hulu.com" target="_blank">Hulu</a></font><font style="" face="Verdana"><br></font><font style="" face="Verdana">Twitter @ <a href="http://twitter.com/nirjhor" target="_blank">Nirjhor</a></font><br><br><br><div>&gt; Date: Thu, 25 Jul 2013 08:10:18 -0700<br>&gt; From: mike.wright@mailinator.com<br>&gt; To: users@lists.fedoraproject.org<br>&gt; Subject: Re: Video Transcoder &amp; Screen Recorder<br>&gt; <br>&gt; 07/25/2013 01:26 AM, Junayeed Ahnaf wrote:<br>&gt; &gt; Hello,<br>&gt; &gt;<br>&gt; &gt; I couldn't install handbrake on fedora (a search showed me that<br>&gt; &gt; Handbrake doesn't compile on F19 due to some issue in llvm). So, I was<br>&gt; &gt; wondering what better alternate is there for video transcoding?<br>&gt; &gt;<br>&gt; <br>&gt; I recently had success using ffmpeg transcoding my .flv files into .mp4 <br>&gt; and all my .mp4 files into .mp3.<br>&gt; <br>&gt; e.g. transcode .flv to .mp4:<br>&gt; ffmpeg -i "$IN.flv" -acodec copy -vcodec copy "$OUT.mp4"<br>&gt; <br>&gt; e.g. transcode only audio from .mp4 to .mp3<br>&gt; ffmpeg -i  "$IN.mp4" -vn -acodec libmp3lame -ac 2 -ab 128k -ar 44100 <br>&gt; "$OUT.mp3"<br>&gt; <br>&gt; Hope that helps,<br>&gt; Mike Wright<br>&gt; -- <br>&gt; users mailing list<br>&gt; users@lists.fedoraproject.org<br>&gt; To unsubscribe or change subscription options:<br>&gt; https://admin.fedoraproject.org/mailman/listinfo/users<br>&gt; Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines<br>&gt; Have a question? Ask away: http://ask.fedoraproject.org<br></div>                                               </div></body>
</html>