MLD-5.x > General

Burn - warum können einige SD-Aufnahmen nicht ausgewählt werden?

(1/2) > >>

Gemstone:
Woran könnte es liegen, dass ein Teil der SD-Aufnahmen im Burn-Plugin nicht anwählbar ist?

Es sieht so aus, als ob das Problem nur Aufnahmen von Privatsendern betrifft. Dabei ist es egal, ob die Aufnahmen geschnitten wurden oder nicht.

Wie muss ich vorgehen, um die Ursachen einzugrenzen?

BobW:
Hi,

möglicherweise liegt es daran, dass die Sender von mpeg2 auf x.264 umgestellt haben, so wie es SKY vor einiger Zeit mit seinen SD-Sendern gemacht hat. Damit kommt das burn-plugin nicht zurecht.

Schöne Grüße aus Wien
BobW

Gemstone:

--- Quote from: BobW on November 22, 2016, 22:20:53 ---möglicherweise liegt es daran, dass die Sender von mpeg2 auf x.264 umgestellt haben, so wie es SKY vor einiger Zeit mit seinen SD-Sendern gemacht hat. Damit kommt das burn-plugin nicht zurecht.

--- End quote ---

Wie kann ich das feststellen? Und - falls dem so wäre - wie muss ich die Aufnahmen dann weiterverarbeiten?

BobW:
Das femon-plugin zeigt die Art des Video- und Audio-Datenstroms an. Du kannst auch mit Hilfe von ffprobe aus dem ffmpeg-Paket eine Analyse des ts-files machen.

BobW

Gemstone:
Ich habe jetzt mal zwei Dateien mit ffprobe geprüft

a) lässt sich nicht brennen

--- Code: ---[andi@localhost 2016-11-21.00.33.11-0.rec]$ ffprobe 00001.ts
ffprobe version 2.4.13 Copyright (c) 2007-2016 the FFmpeg developers
  built on Feb  4 2016 15:46:47 with gcc 4.9.2 (GCC)
  configuration: --prefix=/usr --enable-shared --libdir=/usr/lib --shlibdir=/usr/lib --incdir=/usr/include --disable-stripping --enable-postproc --enable-gpl --enable-pthreads --enable-libtheora --enable-libvorbis --disable-encoder=vorbis --enable-libvpx --enable-x11grab --enable-runtime-cpudetect --enable-libdc1394 --enable-libschroedinger --enable-librtmp --enable-libspeex --enable-libfreetype --enable-libnut --enable-libgsm --enable-libcelt --enable-libopus --disable-libopencv --enable-libopenjpeg --enable-libtwolame --enable-libxavs --enable-frei0r --enable-libmodplug --enable-libass --enable-gnutls --enable-libcdio --enable-libpulse --enable-libv4l2 --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libx264 --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libxvid
  libavutil      54.  7.100 / 54.  7.100
  libavcodec     56.  1.100 / 56.  1.100
  libavformat    56.  4.101 / 56.  4.101
  libavdevice    56.  0.100 / 56.  0.100
  libavfilter     5.  1.100 /  5.  1.100
  libswscale      3.  0.100 /  3.  0.100
  libswresample   1.  1.100 /  1.  1.100
  libpostproc    53.  0.100 / 53.  0.100
[mpegts @ 0x859d960] PES packet size mismatch
    Last message repeated 1 times
[mpegts @ 0x859d960] Could not find codec parameters for stream 4 (Unknown: none ([6][0][0][0] / 0x0006)): unknown codec                                                                                                     
Consider increasing the value for the 'analyzeduration' and 'probesize' options                               
Input #0, mpegts, from '00001.ts':
  Duration: 01:07:22.72, start: 52336.086844, bitrate: 4150 kb/s
  Program 132
    Stream #0:0[0x20b]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv), 720x576 [SAR 64:45 DAR 16:9], max. 15000 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0:1[0x20c](deu): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 192 kb/s
    Stream #0:2[0x20d](deu): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, 5.1(side), fltp, 384 kb/s
    Stream #0:3[0x60f](deu): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006)
    Stream #0:4[0x210]: Unknown: none ([6][0][0][0] / 0x0006)
Unsupported codec with id 0 for input stream 4

--- End code ---

b) lässt sich brennen

--- Code: ---[andi@localhost 2016-10-05.20.17.16-0.rec]$ ffprobe 00001.ts
ffprobe version 2.4.13 Copyright (c) 2007-2016 the FFmpeg developers
  built on Feb  4 2016 15:46:47 with gcc 4.9.2 (GCC)
  configuration: --prefix=/usr --enable-shared --libdir=/usr/lib --shlibdir=/usr/lib --incdir=/usr/include --disable-stripping --enable-postproc --enable-gpl --enable-pthreads --enable-libtheora --enable-libvorbis --disable-encoder=vorbis --enable-libvpx --enable-x11grab --enable-runtime-cpudetect --enable-libdc1394 --enable-libschroedinger --enable-librtmp --enable-libspeex --enable-libfreetype --enable-libnut --enable-libgsm --enable-libcelt --enable-libopus --disable-libopencv --enable-libopenjpeg --enable-libtwolame --enable-libxavs --enable-frei0r --enable-libmodplug --enable-libass --enable-gnutls --enable-libcdio --enable-libpulse --enable-libv4l2 --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libx264 --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libxvid
  libavutil      54.  7.100 / 54.  7.100
  libavcodec     56.  1.100 / 56.  1.100
  libavformat    56.  4.101 / 56.  4.101
  libavdevice    56.  0.100 / 56.  0.100
  libavfilter     5.  1.100 /  5.  1.100
  libswscale      3.  0.100 /  3.  0.100
  libswresample   1.  1.100 /  1.  1.100
  libpostproc    53.  0.100 / 53.  0.100
[mpegts @ 0x98ce960] PES packet size mismatch
    Last message repeated 2 times
[mpegts @ 0x98ce960] Could not find codec parameters for stream 4 (Unknown: none ([6][0][0][0] / 0x0006)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, mpegts, from '00001.ts':
  Duration: 00:38:33.76, start: 19187.515733, bitrate: 7252 kb/s
  Program 132
    Stream #0:0[0xc9]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv), 720x576 [SAR 64:45 DAR 16:9], max. 8000 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0:1[0xca](deu): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 192 kb/s
    Stream #0:2[0xcb](mis): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 192 kb/s
    Stream #0:3[0xce](deu): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, stereo, fltp, 448 kb/s
    Stream #0:4[0xcc]: Unknown: none ([6][0][0][0] / 0x0006)
Unsupported codec with id 0 for input stream 4

--- End code ---

Scheint beides Mal mpeg2 zu sein ...

Navigation

[0] Message Index

[#] Next page

Go to full version