[FFmpeg-user] How can I see what version of a library is linked? (e.g. libmp3lame)

2018-06-11 Thread Zak
Dear FFmpeg User Mailing List, The versions of certain libraries are printed in the banner, such as libavcodec. I am curious how to find information about linked libraries, such as libmp3lame, the LAME MP3 encoder. I would like to know: 1. Was it statically or dynamically linked? 2. If

Re: [FFmpeg-user] why ffplay cannot decode a sequence that can be decoded by ffmpeg

2018-06-11 Thread Zak
On 2018-06-11 at 5:32 PM EDT, Carl Eugen Hoyos wrote: 2018-06-07 23:40 GMT+02:00, mohammed bey ahmed khernache : My purpose is to calculate some metrics such as: fps, miss rate, etc, of video decoding. So I need only to decode a video without displaying it. Sorry for missing this: In this

[FFmpeg-user] Fmp4 overhead vs ADTS/AAC

2018-06-11 Thread Ronak Patel
Hi all, I was curious about the best way to calculate the overhead of an fmp4 file vs ADTS. The fmp4 will just contain audio. I tried calculating the size of the ftyp, moov and subsequent moof and sidx boxes but that seems like it’s not enough. Is a portion of mdat overhead as well? If so,

[FFmpeg-user] Fmp4 overhead vs ADTS/AAC

2018-06-11 Thread Ronak Patel
Hi all, I was curious about the best way to calculate the overhead of an fmp4 file vs ADTS. The fmp4 will just contain audio. I tried calculating the size of the ftyp, moov and subsequent moof and sidx boxes but that seems like it’s not enough. Is a portion of mdat overhead as well? If so,

Re: [FFmpeg-user] why ffplay cannot decode a sequence that can be decoded by ffmpeg

2018-06-11 Thread Carl Eugen Hoyos
2018-06-11 23:50 GMT+02:00, Moritz Barsnick : > On Mon, Jun 11, 2018 at 23:31:33 +0200, Carl Eugen Hoyos wrote: >> > I'm still convinced it's either an ffplay bug, or it's intended. >> >> Really? > > Yes. What are you implying with your question? That tautologies are typically true. Carl Eugen

Re: [FFmpeg-user] Size of the video output file changes after mirror effect.

2018-06-11 Thread Lou Logan
On Mon, Jun 11, 2018, at 10:17 AM, Mehta Naisargi Rajeshbhai wrote: > > Here size of video output file decreases after giving mirror effect. And > rest of the things remains same for example resolution remains the same. > So can anyone tell me that why the size of video output file is >

Re: [FFmpeg-user] why ffplay cannot decode a sequence that can be decoded by ffmpeg

2018-06-11 Thread Moritz Barsnick
On Mon, Jun 11, 2018 at 23:31:33 +0200, Carl Eugen Hoyos wrote: > > I'm still convinced it's either an ffplay bug, or it's intended. > Really? Yes. What are you implying with your question? That the behavior is neither a bug nor is it the way ffplay was intended to behave? (Do you not understand

[FFmpeg-user] Size of the video output file changes after mirror effect.

2018-06-11 Thread Mehta Naisargi Rajeshbhai
Hello Everyone, I am using this below ffmpeg command for giving the mirror effect in the video output file : ffmpeg -i -pix_fmt yuv420p -vf "hflip" -metadata:s:v rotate=180 size of video input file is 3.0 M and size of video output file is 1.5M Here size of video output file decreases

Re: [FFmpeg-user] why ffplay cannot decode a sequence that can be decoded by ffmpeg

2018-06-11 Thread Carl Eugen Hoyos
2018-06-07 23:40 GMT+02:00, mohammed bey ahmed khernache : > My purpose is to calculate some metrics such as: fps, miss rate, etc, of > video decoding. So I need only to decode a video without displaying it. Sorry for missing this: In this case, ffplay is the wrong tool for you, ffmpeg -i input

Re: [FFmpeg-user] Change the fps of mp4 file during streaming without restarting video

2018-06-11 Thread Carl Eugen Hoyos
2018-06-11 16:03 GMT+02:00, mahek delawala : > I am able to see that fps gets changed in the second terminal but I am not > able to see the video in vlc in any of the above command ( vlc just plays > the audio stream, video stream is not present). Please test with testsrc2 as input and no audio

Re: [FFmpeg-user] why ffplay cannot decode a sequence that can be decoded by ffmpeg

2018-06-11 Thread Carl Eugen Hoyos
2018-06-10 2:20 GMT+02:00, Moritz Barsnick : > On Sat, Jun 09, 2018 at 21:44:28 +0200, Carl Eugen Hoyos wrote: >> ffmpeg (the application) supports several audio output >> devices like alsa, pulse and oss. They may be what >> you need. > > But Mohammed's input video didn't even have an audio

Re: [FFmpeg-user] why ffplay cannot decode a sequence that can be decoded by ffmpeg

2018-06-11 Thread Carl Eugen Hoyos
2018-06-11 12:47 GMT+02:00, mohammed bey ahmed khernache : > I tried to run *ffplay* without "-*nodisp*" option, where being > connected to my board via *Remote Desktop Connection*. > Unfortunately, ffplay couldn't play it. Did you already try ffmpeg and one of its numerous audio output

Re: [FFmpeg-user] Change the fps of mp4 file during streaming without restarting video

2018-06-11 Thread Moritz Barsnick
On Mon, Jun 11, 2018 at 19:33:43 +0530, mahek delawala wrote: > I am able to see that fps gets changed in the second terminal but I am not > able to see the video in vlc in any of the above command ( vlc just plays > the audio stream, video stream is not present). I have no idea about RTSP and

Re: [FFmpeg-user] Change the fps of mp4 file during streaming without restarting video

2018-06-11 Thread mahek delawala
Hi Moritz, I am having some issues regarding changing the fps of the streamed video. I am applying the following ffmpeg command on the terminal which has 30 fps in the output and pushes the stream to wowza server. ffmpeg -re -i ~/Videos/Movie/Chhello\ Divas\ 2015.mp4 -acodec copy -r 30 -f rtsp

Re: [FFmpeg-user] why ffplay cannot decode a sequence that can be decoded by ffmpeg

2018-06-11 Thread mohammed bey ahmed khernache
Hello again, I tried to run *ffplay* without "-*nodisp*" option, where being connected to my board via *Remote Desktop Connection*. Unfortunately, ffplay couldn't play it. Below is the output: -- output of ffplay -

Re: [FFmpeg-user] error: 'x265_api_get' undeclared (first use in this function)

2018-06-11 Thread lx
Thank you. I fix it. 2018-06-11 11:55 GMT+08:00 Lou Logan : > On Sun, Jun 10, 2018, at 5:53 PM, lx wrote: > > hg clone https://bitbucket.org/multicoreware/x265 > > cd x265 > > hg checkout 0.8 > > According to the FFmpeg configure file: > > X265_BUILD >= 68 > > The x265 0.8 tag is probably too