[NZBGet] Updated with ffmpeg


Recommended Posts

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

 

 

Link to comment

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)

Link to comment

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'

Link to comment
  • 1 year later...
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.