Archiv > Development

ffmpeg

(1/3) > >>

det:
hi
Medels aus lauter Verzweiflung habe ich heute ein bulitsystem aufgebaut mit original ffmpg aus Ubuntu 
und was muss ich feststellen vdr-plugin-softhddevice geht ohne Probleme und mein  tvheadend braucht auch keinen batsch .
jetzt frag ich mich wieso das
#deps_message = You must first add a $(color_red)ppa repository$(color_reset) before you can install ffmpeg: \nsudo add-apt-repository ppa:samrog131/ppa && sudo apt-get update
mfg det 

clausmuus:
Hi,

da muss Pit (oder eventuell auch MegaX) sich zu äußern, warum die Beiden nicht das ffmpeg vom Ubuntu genommen haben. Wenn ich mich richtig erinnere, so gab's aber kein ffmpeg in den Ubuntu Quellen. Hast Du wirklich Ubuntu genommen, oder eine andere Variante?

Claus

P3f:
Hi det,

Ja wir haben beim Aufsetzen der 64-Bit VM's (und anschließend auch bei den 32-Bit) die Feststellung gemacht, das im (L)Ubuntu 14.04 kein ffmpeg mehr enthalten ist. Nach ein paar Recherchen konnten wir anhand von diesem Link ein aktuelles Repository mit einbauen. Dachten auch das es den richtige Weg ist.

Mittlerweile ist ja auch bereits die ffmpeg 2.2.3 aus diesem Repo mit eingeflossen und bisher scheint es nur bzw. Erst beim tvheadend nun zu Problemen zu kommen.

Hast Du mal geschaut welche ffmpeg-Version denn nun doch drin sein sollten?

Und wenn ich wieder aus dem Urlaub da sein sollte, werde ich natürlich wieder aktiver unterstützen können.

(Wenn ich es noch richtig im Sinn habe, wird seit 14.04LTS das libav-Tool als Alternative zum ffmpeg vorgeschlagen, hast Du zufällig einen Link draufgesetzt? oder kann tvheadend in der aktuellen Version nur noch bzw. Bereits schon mit dem Umgehen?)

Bin gespannt, was Du rausfindest....

Danke, auf jeden Fall das Du so intensiv mit suchst  :D

Pit

P3f:
Hi,

Alternativ würde ich ansonsten doch empfehlen, das wir dann das ffmpeg als einzelnen Addon selber kompilieren sollten.

Ich weiß, das wir so gut wie standardinhalten aus Ubuntu nehmen sollen, aber hier ist scheinbar ein Versionskonflikt vorprogrammiert.

Meinung?

Gruß, Pit

det:
hi
ja das jetzige ffmpeg geht nicht mit tvheadend

fehler
 
--- Code: ---2014-06-29 10:17:45.393 subscription: "HTTP" subscribing on "RTL CH", weight: 100, adapter: "ST STV0299 DVB-S : DVB-S #0", network: "19.2E:Astra", mux: "12226H", provider: "CBC", service: "RTL CH"

2014-06-29 10:17:45.708 transcode: Unable to decode video (-22)

2014-06-29 10:17:46.087 transcode: Detected framedrop in audio

2014-06-29 10:17:46.087 libav: Custom get_buffer() for use withavcodec_decode_audio3() detected. Overriding with avcodec_default_get_buffer

2014-06-29 10:17:46.087 libav: Please port your application to avcodec_decode_audio4()

2014-06-29 10:17:46.087 transcode: Unable to decode audio (-22)
--- End code ---

und das original ffmpeg aus Ubuntu
bringt einen anderen Fehler

--- Code: ---2014-06-29 09:06:33.743 subscription: "HTTP" subscribing on "SAT.1 CH", weight: 100, adapter: "ST STV0299 DVB-S : DVB-S #0", network: "19.2E:Astra", mux: "12051V", provider: "ProSiebenSat.1", service: "SAT.1 CH"

2014-06-29 09:06:34.203 libav: using SAR=64/45

2014-06-29 09:06:34.209 libav: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64 SlowShuffle

2014-06-29 09:06:34.211 libav: profile Constrained Baseline, level 3.0

2014-06-29 09:06:34.211 libav: 264 - core 142 r2389 956c8d8 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=0 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=2 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=25 keyint_min=2 scenecut=40 intra_refresh=0 rc_lookahead=25 rc=abr mbtree=1 bitrate=829 ratetol=1.0 qcomp=0.60 qpmin=10 qpmax=30 qpstep=4 vbv_maxrate=3670 vbv_bufsize=1835 nal_hrd=none filler=0 ip_ratio=1.41 aq=1:1.00

2014-06-29 09:06:34.454 libav: Specified sample_fmt is not supported.

2014-06-29 09:06:34.454 transcode: Unable to open libvo_aacenc encoder

2014-06-29 09:06:44.494 libav: TEXTSUB is not supported in mpegts

2014-06-29 09:06:44.495 webui: Stop streaming /stream/channel/2f48b203b6f14dd7ef148fd4af0ae160?mux=mpegts&acodec=aac&vcodec=H264&transcode=1&resolution=576, muxer reported errors

2014-06-29 09:06:44.496 subscription: "HTTP" unsubscribing from "SAT.1 CH"

2014-06-29 09:06:44.496 libav: muxrate VBR,

2014-06-29 09:06:44.496 libav: pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts

2014-06-29 09:06:44.507 webui: Stop streaming /stream/channel/2f48b203b6f14dd7ef148fd4af0ae160?mux=mpegts&acodec=aac&vcodec=H264&transcode=1&resolution=576, muxer reported errors

2014-06-29 09:06:44.696 libav: frame I:16    Avg QP:24.98  size: 39007

2014-06-29 09:06:44.696 libav: frame P:363   Avg QP:25.29  size: 10028

2014-06-29 09:06:44.696 libav: mb I  I16..4: 25.7%  0.0% 74.3%

2014-06-29 09:06:44.696 libav: mb P  I16..4:  3.0%  0.0%  3.0%  P16..4: 45.2% 15.8%  5.5%  0.0%  0.0%    skip:27.5%

2014-06-29 09:06:44.696 libav: final ratefactor: -28.25

2014-06-29 09:06:44.696 libav: coded y,uvDC,uvAC intra: 55.9% 79.2% 41.4% inter: 20.2% 34.9% 5.2%

2014-06-29 09:06:44.696 libav: i16 v,h,dc,p: 40% 28% 13% 18%

2014-06-29 09:06:44.696 libav: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 34% 24% 12%  5%  5%  6%  5%  6%  4%

2014-06-29 09:06:44.696 libav: i8c dc,h,v,p: 40% 25% 28%  7%

2014-06-29 09:06:44.696 libav: ref P L0: 80.0% 12.8%  7.2%

2014-06-29 09:06:44.696 libav: kb/s:0.63

2014-06-29 09:06:44.697 subscription: "HTTP" unsubscribing from "SAT.1 CH"

2014-06-29 09:06:44.772 libav: frame I:6     Avg QP:24.73  size: 40760

2014-06-29 09:06:44.772 libav: frame P:123   Avg QP:25.23  size:  7830

2014-06-29 09:06:44.772 libav: mb I  I16..4: 25.1%  0.0% 74.9%

2014-06-29 09:06:44.772 libav: mb P  I16..4:  1.8%  0.0%  1.3%  P16..4: 43.3% 13.0%  4.6%  0.0%  0.0%    skip:36.1%

2014-06-29 09:06:44.772 libav: final ratefactor: -29.53

2014-06-29 09:06:44.772 libav: coded y,uvDC,uvAC intra: 59.3% 77.3% 38.0% inter: 15.9% 28.1% 3.9%

2014-06-29 09:06:44.772 libav: i16 v,h,dc,p: 45% 23% 10% 22%

2014-06-29 09:06:44.772 libav: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 36% 22% 12%  4%  5%  6%  4%  6%  4%

2014-06-29 09:06:44.772 libav: i8c dc,h,v,p: 40% 23% 30%  8%

2014-06-29 09:06:44.772 libav: ref P L0: 77.7% 14.0%  8.2%

2014-06-29 09:06:44.772 libav: kb/s:0.52
--- End code ---
also wie man es macht ist egal beide klappen nicht .

http://ip:8008/tv.html

mal weiter suchen
mfg det

Navigation

[0] Message Index

[#] Next page

Go to full version