I successfully installed handbrake with the srpm provided by one of the kind guys in this mailing list , just a few mails back
Junayeed Ahnaf Nirjhor Software Engineer @ Hulu Twitter @ Nirjhor > Date: Thu, 25 Jul 2013 08:10:18 -0700 > From: mike.wright@xxxxxxxxxxxxxx > To: users@xxxxxxxxxxxxxxxxxxxxxxx > Subject: Re: Video Transcoder & Screen Recorder > > 07/25/2013 01:26 AM, Junayeed Ahnaf wrote: > > Hello, > > > > I couldn't install handbrake on fedora (a search showed me that > > Handbrake doesn't compile on F19 due to some issue in llvm). So, I was > > wondering what better alternate is there for video transcoding? > > > > I recently had success using ffmpeg transcoding my .flv files into .mp4 > and all my .mp4 files into .mp3. > > e.g. transcode .flv to .mp4: > ffmpeg -i "$IN.flv" -acodec copy -vcodec copy "$OUT.mp4" > > e.g. transcode only audio from .mp4 to .mp3 > ffmpeg -i "$IN.mp4" -vn -acodec libmp3lame -ac 2 -ab 128k -ar 44100 > "$OUT.mp3" > > Hope that helps, > Mike Wright > -- > users mailing list > users@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe or change subscription options: > https://admin.fedoraproject.org/mailman/listinfo/users > Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines > Have a question? Ask away: http://ask.fedoraproject.org |
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org