[FFmpeg-user] Unsubscribe

2019-07-03 Thread Rajeev Ranjan
Hi
Please unsubscribe me from the mailing list.

Thanks !

Rgds/Rajeev

Get Outlook for iOS
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Convert EXR image seqs with multiple channels [AOVs] to a Quicktime

2019-07-03 Thread Carl Eugen Hoyos
Am Mi., 3. Juli 2019 um 23:31 Uhr schrieb Dan Walker :

> ffmpeg version 2.6.8 Copyright (c) 2000-2016 the FFmpeg developers

Only current FFmpeg git head is supported but ...

> [exr @ 0x1e25f60] Unsupported channel N.x.
> [exr @ 0x1e25f60] Unsupported channel N.y.
> [exr @ 0x1e25f60] Unsupported channel N.z.
> [exr @ 0x1e25f60] Unsupported channel P.x.
> [exr @ 0x1e25f60] Unsupported channel P.y.
> [exr @ 0x1e25f60] Unsupported channel P.z.
> [exr @ 0x1e25f60] RGB channels not of the same depth.

From a quick look, N and P are still not supported, feel free to
provide a sample.

Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] Convert EXR image seqs with multiple channels [AOVs] to a Quicktime

2019-07-03 Thread Dan Walker
Hello,

I'm trying to convert a set of EXR image sequences with multiple channels
[AOVs] rendered out of Houdini to a Quicktime.  The flavor of QT doesn't
concern me at the moment.

I'm just looking for a way around this. Below is my current command line
and errors associated with trying to perform the conversion.

Thanks for any help you can provide.

[dwalker@rf04 v002]$ /usr/bin/ffmpeg -y -threads 64 -r 24 -i
"/Volumes/Output/projects/groveAD/locations/ext2/opt2/004-cam09-dsk/fx/work/houdini/renders/micro/micro/v002/groveAD_ext2_opt2_004-cam09-dsk_fx_micro_v002.%04d.exr"
 -c:v prores -profile:v 3 -acodec pcm_s16le -pix_fmt yuv422p10le
"/Volumes/Output/projects/groveAD/locations/ext2/opt2/004-cam09-dsk/fx/wo
rk/houdini/renders/micro/micro/v002/groveAD_ext2_opt2_004-cam09-dsk_fx_micro_v002.mov"

ffmpeg version 2.6.8 Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-4)
  configuration: --prefix=/usr --bindir=/usr/bin
--datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg
--libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --optflags='-O2
-g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches
-m64 -mtune=generic' --enable-bzlib --disable-crystalhd --enable-gnutls
--enable-ladspa --enable-libass --enable-libcdio --enable-libdc1394
--enable-libfaac --enable-nonfree --enable-libfdk-aac --enable-nonfree
--disable-indev=jack --enable-libfreetype --enable-libgsm
--enable-libmp3lame --enable-openal --enable-libopenjpeg --enable-libopus
--enable-libpulse --enable-libschroedinger --enable-libsoxr
--enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2
--enable-libx264 --enable-libx265 --enable-libxvid --enable-x11grab
--enable-avfilter --enable-avresample --enable-postproc --enable-pthreads
--disable-static --enable-shared --enable-gpl --disable-debug
--disable-stripping --shlibdir=/usr/lib64 --enable-runtime-cpudetect
  libavutil  54. 20.100 / 54. 20.100
  libavcodec 56. 26.100 / 56. 26.100
  libavformat56. 25.101 / 56. 25.101
  libavdevice56.  4.100 / 56.  4.100
  libavfilter 5. 11.102 /  5. 11.102
  libavresample   2.  1.  0 /  2.  1.  0
  libswscale  3.  1.101 /  3.  1.101
  libswresample   1.  1.100 /  1.  1.100
  libpostproc53.  3.100 / 53.  3.100
[exr @ 0x1e25f60] Unsupported channel N.x.
[exr @ 0x1e25f60] Unsupported channel N.y.
[exr @ 0x1e25f60] Unsupported channel N.z.
[exr @ 0x1e25f60] Unsupported channel P.x.
[exr @ 0x1e25f60] Unsupported channel P.y.
[exr @ 0x1e25f60] Unsupported channel P.z.
[exr @ 0x1e25f60] RGB channels not of the same depth.
[image2 @ 0x1e25140] decoding for stream 0 failed
[image2 @ 0x1e25140] Could not find codec parameters for stream 0 (Video:
exr, none): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize'
options
/Volumes/Output/projects/groveAD/locations/ext2/opt2/004-cam09-dsk/fx/work/houdini/renders/micro/micro/v002/groveAD_ext2_opt2_004-cam09-dsk_fx_micro_v002.%04d.exr:
could not find codec parameters
Input #0, image2, from
'/Volumes/Output/projects/groveAD/locations/ext2/opt2/004-cam09-dsk/fx/work/houdini/renders/micro/micro/v002/groveAD_ext2_opt2_004-cam09-dsk_fx_micro_v002.%04d.exr':
  Duration: 00:00:09.56, start: 0.00, bitrate: N/A
Stream #0:0: Video: exr, none, 25 tbr, 25 tbn, 25 tbc
Codec AVOption profile () specified for output file #0
(/Volumes/Output/projects/groveAD/locations/ext2/opt2/004-cam09-dsk/fx/work/houdini/renders/micro/micro/v002/groveAD_ext2_opt2_004-cam09-dsk_fx_micro_v002.mov)
has not been used for any stream. The most likely reason is either wrong
type (e.g. a video option with no video streams) or that it is a private
option of some encoder which was not actually used for any stream.
Output #0, mov, to
'/Volumes/Output/projects/groveAD/locations/ext2/opt2/004-cam09-dsk/fx/work/houdini/renders/micro/micro/v002/groveAD_ext2_opt2_004-cam09-dsk_fx_micro_v002.mov':
Output file #0 does not contain any stream
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] MLP decoder: decodes 24-bit MLP files into 16-bit MLP wav

2019-07-03 Thread Moritz Barsnick
On Wed, Jul 03, 2019 at 10:17:57 +0200, fabrice nicol wrote:
> The MLP decoder does not seem to work for 24-bit MLP. It converts such
> files into 16-bit WAV, whatever the sample rate.

Actually, you could think so. But the decoder is fine. On the other
hand, the wav output format defaults to 16 bits.

>    `ffmpeg -i /mnt/cdrom/AUDIO_TS/ATS_01_3.AOB ~/a.wav`
[...]
> Stream mapping:
>    Stream #0:0 -> #0:0 (mlp (native) -> pcm_s16le (native))
[...]
>      Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 96000 Hz, 5.1, 
> s16, 9216 kb/s

Just add "-c:a pcm_s24le" as an output option. Then you get the full
sample depth.

> sox --i  a.wav

Tested and confirmed with sox here as well. ;-)

Hope this helps,
Moritz
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] MLP decoder: decodes 24-bit MLP files into 16-bit MLP wav

2019-07-03 Thread fabrice nicol
The MLP decoder does not seem to work for 24-bit MLP. It converts such 
files into 16-bit WAV, whatever the sample rate.


Example from a (non-encrypted) commercial disc: check the telling chunk:

"  Stream #0:0[0xa1]: Audio: mlp, 96000 Hz, 5.1, s32 (24 bit)
Stream mapping:
  Stream #0:0 -> #0:0 (mlp (native) -> pcm_s16le (native))"

Complete output:

  `ffmpeg -i /mnt/cdrom/AUDIO_TS/ATS_01_3.AOB ~/a.wav`

ffmpeg version 4.1.3 Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 9.1.0 (Gentoo 9.1.0 p1.0)
  configuration: --prefix=/usr --libdir=/usr/lib64 
--shlibdir=/usr/lib64 --docdir=/usr/share/doc/ffmpeg-4.1.3/html 
--mandir=/usr/share/man --enable-shared --cc=x86_64-pc-linux-gnu-gcc 
--cxx=x86_64-pc-linux-gnu-g++ --ar=x86_64-pc-linux-gnu-ar 
--optflags='-O2 -pipe -march=core-avx2' --enable-static 
--enable-avfilter --enable-avresample --disable-stripping 
--disable-optimizations --disable-libcelt --disable-indev=v4l2 
--disable-outdev=v4l2 --disable-indev=oss --disable-indev=jack 
--disable-outdev=oss --enable-bzlib --disable-runtime-cpudetect 
--disable-debug --disable-gcrypt --disable-gnutls --disable-gmp 
--enable-gpl --enable-hardcoded-tables --enable-iconv --disable-libtls 
--disable-libxml2 --disable-lzma --enable-network --disable-opencl 
--disable-openssl --enable-postproc --disable-libsmbclient 
--enable-ffplay --enable-sdl2 --disable-vaapi --enable-vdpau 
--enable-xlib --enable-libxcb --enable-libxcb-shm --enable-libxcb-xfixes 
--enable-zlib --disable-libcdio --disable-libiec61883 
--disable-libdc1394 --disable-libcaca --disable-openal --enable-opengl 
--disable-libv4l2 --enable-libpulse --disable-libdrm --disable-libjack 
--disable-libopencore-amrwb --disable-libopencore-amrnb 
--disable-libcodec2 --disable-libfdk-aac --disable-libopenjpeg 
--disable-libbluray --disable-libgme --disable-libgsm --disable-mmal 
--disable-libmodplug --disable-libopus --disable-libilbc 
--disable-librtmp --disable-libssh --disable-libspeex --disable-libsrt 
--enable-librsvg --disable-ffnvcodec --enable-libvorbis --disable-libvpx 
--disable-libzvbi --disable-appkit --disable-libbs2b 
--disable-chromaprint --disable-libflite --disable-frei0r 
--disable-libfribidi --disable-fontconfig --disable-ladspa 
--disable-libass --disable-lv2 --enable-libfreetype 
--disable-librubberband --disable-libzmq --disable-libzimg 
--disable-libsoxr --enable-pthreads --disable-libvo-amrwbenc 
--enable-libmp3lame --disable-libkvazaar --disable-libaom 
--disable-libopenh264 --disable-libsnappy --disable-libtheora 
--disable-libtwolame --disable-libwavpack --disable-libwebp 
--enable-libx264 --disable-libx265 --enable-libxvid --disable-armv5te 
--disable-armv6 --disable-armv6t2 --disable-neon --disable-vfp 
--disable-vfpv3 --disable-armv8 --disable-mipsdsp --disable-mipsdspr2 
--disable-mipsfpu --disable-altivec --disable-amd3dnow 
--disable-amd3dnowext --disable-aesni --disable-avx --disable-avx2 
--disable-fma3 --disable-fma4 --disable-sse3 --disable-ssse3 
--disable-sse4 --disable-sse42 --disable-xop --cpu=core-avx2 
--disable-doc --disable-htmlpages --enable-manpages

  libavutil  56. 22.100 / 56. 22.100
  libavcodec 58. 35.100 / 58. 35.100
  libavformat    58. 20.100 / 58. 20.100
  libavdevice    58.  5.100 / 58.  5.100
  libavfilter 7. 40.101 /  7. 40.101
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale  5.  3.100 /  5.  3.100
  libswresample   3.  3.100 /  3.  3.100
  libpostproc    55.  3.100 / 55.  3.100
Input #0, mpeg, from '/mnt/cdrom/AUDIO_TS/ATS_01_3.AOB':
  Duration: 26:29:22.18, start: 143.151067, bitrate: 47 kb/s
    Stream #0:0[0xa1]: Audio: mlp, 96000 Hz, 5.1, s32 (24 bit)
Stream mapping:
  Stream #0:0 -> #0:0 (mlp (native) -> pcm_s16le (native))
Press [q] to stop, [?] for help
Output #0, wav, to '/home/fab2/a.wav':
  Metadata:
    ISFT    : Lavf58.20.100
    Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 96000 Hz, 
5.1, s16, 9216 kb/s

    Metadata:
  encoder : Lavc58.35.100 pcm_s16le
(...)

The output is 16-bit depth as indicated in the console messages. Using 
SoX to corroborate:


sox --i  a.wav

Input File : 'a.wav'
Channels   : 6
Sample Rate    : 96000
Precision  : 16-bit
Duration   : 00:14:14.05 = 81988800 samples ~ 64053.8 CDDA sectors
File Size  : 984M
Bit Rate   : 9.22M
Sample Encoding: 16-bit Signed Integer PCM

My platform is Gentoo Linux amd64.

Is this an undocumented limitation of the MLP decoder or is there 
something I did wrong?






___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".