December 9, 201411 yr I see some post processing scripts that uses ffmpeg, i was wondering if we can get the latest installed on that docker.
December 9, 201411 yr I see some post processing scripts that uses ffmpeg, i was wondering if we can get the latest installed on that docker. Are you using gfjardim or needos?
December 9, 201411 yr Author I see some post processing scripts that uses ffmpeg, i was wondering if we can get the latest installed on that docker. Are you using gfjardim or needos? gfjardim
December 9, 201411 yr I see some post processing scripts that uses ffmpeg, i was wondering if we can get the latest installed on that docker. Are you using gfjardim or needos? gfjardim I'll take a look into this, ok?
December 10, 201411 yr I see some post processing scripts that uses ffmpeg, i was wondering if we can get the latest installed on that docker. What would be the benefits of that ? Re-encode a downloaded file to multiple format ? Converting a Full BD-ISO to a 1080p MKV ?
December 10, 201411 yr Author I see some post processing scripts that uses ffmpeg, i was wondering if we can get the latest installed on that docker. What would be the benefits of that ? Re-encode a downloaded file to multiple format ? Converting a Full BD-ISO to a 1080p MKV ? https://github.com/clinton-hall/nzbToMedia/wiki/autoProcessMedia.cfg https://github.com/clinton-hall/nzbToMedia/wiki/Testing
December 14, 201411 yr Snipped from a thread elsewhere, but this should let you attach to any running docker in a bash shell, to update add, edit, etc whatever you want.. With docker 1.3, there is a new command docker exec. This allows you to enter a running docker: docker exec -it [container-id] bash That being said, the nzbget I'm running has this for ffmpeg: ffmpeg version 1.2.6-7:1.2.6-1~trusty1 Copyright (c) 2000-2014 the FFmpeg developers built on Apr 26 2014 18:52:58 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
December 15, 201411 yr Use the command above to log into the correct running container, then: add-apt-repository ppa:mc3man/trusty-media This will add the Doug McMahon ffmpeg repo (https://launchpad.net/~mc3man) to the container's apt-get database. Then run: apt-get update apt-get install ffmpeg And it should install the latest version on that repo. Version Info: ffmpeg version 2.5 Copyright (c) 2000-2014 the FFmpeg developers built on Dec 6 2014 15:20:45 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1) configuration: --extra-libs=-ldl --prefix=/opt/ffmpeg --enable-avresample --disable-debug --enable-nonfree --enable-gpl --enable-version3 --enable-libpulse --enable-libopencore-amrnb --enable-libopencore-amrwb --disable-decoder=amrnb --disable-decoder=amrwb --enable-libx264 --enable-libx265 --enable-libfdk-aac --enable-libvorbis --enable-libmp3lame --enable-libopus --enable-libvpx --enable-libspeex --enable-libass --enable-avisynth --enable-libsoxr --enable-libxvid --enable-libvo-aacenc libavutil 54. 15.100 / 54. 15.100 libavcodec 56. 13.100 / 56. 13.100 libavformat 56. 15.102 / 56. 15.102 libavdevice 56. 3.100 / 56. 3.100 libavfilter 5. 2.103 / 5. 2.103 libavresample 2. 1. 0 / 2. 1. 0 libswscale 3. 1.101 / 3. 1.101 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 3.100 / 53. 3.100 Hyper fast Audio and Video encoder usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}... Use -h to get full help or, even better, run 'man ffmpeg'
February 4, 201610 yr Author Thank you. What do you have for transcoding settings. I want to be able to transocde the lossless audio with video file.
March 19, 201610 yr Where the heck does this get stored in the container? I installed it for SABnzbd for use with NZBToMedia, but I have no idea where the relative folder is. Thanks
Archived
This topic is now archived and is closed to further replies.