Re: [FFmpeg-user] ffprobe reported data

2018-05-22 Thread Carl Eugen Hoyos
2018-05-18 22:27 GMT+02:00, Alvaro Jimenez : > Does FFPROBE report stream info by reading metadata or it actually > decodes the stream to report media specs? That depends on what you mean with "stream info". Some of the printed information is metadata (like "id", some

[FFmpeg-user] unsubscribe

2018-05-22 Thread Mark Perry
-Original Message- From: ffmpeg-user On Behalf Of DopeLabs Sent: 22 May 2018 17:58 To: FFmpeg user questions Subject: Re: [FFmpeg-user] ffmpeg and two (2) logitech 920 webcams you could try using the alternate names.. examples

Re: [FFmpeg-user] How to get rid of X265 info output

2018-05-22 Thread Carl Zwanzig
On 5/22/2018 11:09 AM, Gyan Doshi wrote: On 22-05-2018 11:32 PM, Gabriel Zachmann wrote: I wold like to get rid of the "x265 [info]" lines (full output at the end). Add log-level=1 or lower to your -x265-params or pipe the output through grep- /usr/local/bin/ffmpeg -loglevel error [...] |

Re: [FFmpeg-user] How to get rid of X265 info output

2018-05-22 Thread Gyan Doshi
On 22-05-2018 11:32 PM, Gabriel Zachmann wrote: I invoke ffmpeg like this: /usr/local/bin/ffmpeg -loglevel error -hide_banner -nostats -nostdin -i 'in.mpg' -map 0 -c:s copy -map_metadata 0 -map_metadata:s:v 0:s:v -map_metadata:s:a 0:s:a -c:a aac -b:a 128k -codec:v hevc -tag:v hvc1 -preset

[FFmpeg-user] How to get rid of X265 info output

2018-05-22 Thread Gabriel Zachmann
I invoke ffmpeg like this: /usr/local/bin/ffmpeg -loglevel error -hide_banner -nostats -nostdin -i 'in.mpg' -map 0 -c:s copy -map_metadata 0 -map_metadata:s:v 0:s:v -map_metadata:s:a 0:s:a -c:a aac -b:a 128k -codec:v hevc -tag:v hvc1 -preset faster -crf 25 -x265-params

[FFmpeg-user] Big Endian Format

2018-05-22 Thread JD
Hi all, Have a dvd which turns out to be coded in big endian. I copied it to hard drive for backup (using dd), but it turns out that of all the *nux players, only VLC can play big endian format iso's. So, is there a way to convert the iso file to little endian format?

Re: [FFmpeg-user] ffmpeg and two (2) logitech 920 webcams

2018-05-22 Thread DopeLabs
you could try using the alternate names.. examples are shown here https://www.ffmpeg.org/ffmpeg-devices.html#dshow is it always that specific camera? if you connect the one that isnt working first so that its listed as #1, will it work? have you tried connecting the 2nd camera to a separate

Re: [FFmpeg-user] ffmpeg and two (2) logitech 920 webcams

2018-05-22 Thread Frank Belson
The following is the output from ffmpeg -list_devices true -f dshow -i dummy ffmpeg version N-87353-g183fd30 Copyright (c) 2000-2017 the FFmpeg developers built with gcc 7.2.0 (GCC) configuration: --enable-gpl --enable-version3 --enable-cuda --enable-cuvid --enable-d3d11va --enable-dxva2

[FFmpeg-user] FFplay fails to play the initial few seconds of raw buffer

2018-05-22 Thread m.kamalasubha m.kamalasubha
Hello all, I am trying to generate a video raw buffer from the .m3u8 file. I have used the following commands to generate the raw buffer as well as to view the raw buffer, To generate raw buffer, *ffmpeg -ss 00:00:05 -i https://mnmedias.api.telequebec.tv/m3u8/29880.m3u8

Re: [FFmpeg-user] ffmpeg and two (2) logitech 920 webcams

2018-05-22 Thread DopeLabs
what is the output of $ ffmpeg -list_devices true -f dshow -i dummy if you have multiple entries of a webcam named "Logitech Cam", you can specify which using -video_device_number the following would select the 2nd identical device (as numbers for devices start at 0) $ ffmpeg -f dshow