Luca Barbato <lu_z...@gentoo.org> added the comment:

Sister issue being having partial transcoding of a multi video stream file
impossible

Input #0, nut, from 'out.nut':
  Metadata:
    encoder         : Lavf52.102.0
  Duration: 00:13:15.00, start: 0.000000, bitrate: 63 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 352x288, 25 tbr, 25 tbn, 25 tbc
    Stream #0.1: Audio: mp2, 44100 Hz, 2 channels, s16, 64 kb/s
    Stream #0.2: Video: flv, yuv420p, 35x28, 25 tbr, 25 tbn, 25 tbc

this breaks encoding:

ffmpeg -re -i out.nut out.flv -newvideo -vcodec copy
FFmpeg version git-6a7e074, Copyright (c) 2000-2011 the FFmpeg developers
  built on Mar  8 2011 16:38:43 with gcc 4.5.2
  configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64
--mandir=/usr/share/man --enable-shared --cc=x86_64-pc-linux-gnu-gcc
--enable-gpl --enable-version3 --enable-postproc --enable-avfilter
--disable-stripping --disable-debug --disable-doc --disable-vaapi
--disable-static --enable-libmp3lame --enable-libtheora --enable-libvorbis
--enable-libx264 --enable-libfaac --enable-nonfree --enable-libdc1394
--disable-indev=oss --enable-x11grab --disable-outdev=oss --enable-pthreads
--enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libvpx
--enable-libopenjpeg --disable-altivec --disable-amd3dnow --disable-amd3dnowext
--cpu=core2 --enable-hardcoded-tables
  libavutil    50. 39. 0 / 50. 39. 0
  libavcodec   52.113. 2 / 52.113. 2
  libavformat  52.102. 0 / 52.102. 0
  libavdevice  52.  2. 3 / 52.  2. 3
  libavfilter   1. 76. 0 /  1. 76. 0
  libswscale    0. 12. 0 /  0. 12. 0
  libpostproc  51.  2. 0 / 51.  2. 0
[nut @ 0x10765b0] no index at the end
[nut @ 0x10765b0] Estimating duration from bitrate, this may be inaccurate
Input #0, nut, from 'out.nut':
  Metadata:
    encoder         : Lavf52.102.0
  Duration: 00:13:15.00, start: 0.000000, bitrate: 63 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 352x288, 25 tbr, 25 tbn, 25 tbc
    Stream #0.1: Audio: mp2, 44100 Hz, stereo, s16, 64 kb/s
    Stream #0.2: Video: flv, yuv420p, 35x28, 25 tbr, 25 tbn, 25 tbc
File 'out.flv' already exists. Overwrite ? [y/N] y
[buffer @ 0x109f410] w:352 h:288 pixfmt:yuv420p
[scale @ 0x109f7f0] w:352 h:288 fmt:yuv420p -> w:35 h:28 fmt:yuv420p
flags:0xa0000004
[buffer @ 0x10a28f0] w:35 h:28 pixfmt:yuv420p
Output #0, flv, to 'out.flv':
  Metadata:
    encoder         : Lavf52.102.0
    Stream #0.0: Video: flv, yuv420p, 35x28, q=2-31, 200 kb/s, 1k tbn, 25 tbc
    Stream #0.1: Audio: libmp3lame, 44100 Hz, stereo, s16, 64 kb/s
    Stream #0.2: Video: flv, yuv420p, 35x28, q=2-31, 200 kb/s, 1k tbn, 25 tbc
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #0.1 -> #0.1
  Stream #0.2 -> #0.2

________________________________________________
FFmpeg issue tracker <iss...@roundup.ffmpeg.org>
<https://roundup.ffmpeg.org/issue2040>
________________________________________________

Reply via email to