Re: [FFmpeg-user] Number of decoded frames in AVStream

2019-05-09 Thread Gyan
On 10-05-2019 03:37 AM, Andriy Gelman wrote: Hello, Does anybody know if AVStream tracks the number of decoded frames? I've tested a few of the variables AVStream::nb_frames and AVStream::codec_info_nb_frames, but these don't work (as also stated in documentation) The AVCodecContext of the de

Re: [FFmpeg-user] Sony DVF digital voice files

2019-05-09 Thread Kieran O Leary
On Thu, 9 May 2019, 13:38 Paul B Mahol, wrote: > On 5/9/19, Moritz Barsnick wrote: > > On Thu, May 09, 2019 at 15:54:46 -0400, Dave Rice wrote: > >> > Feel free to share one or several files on Dropbox or a file sharer of > >> > your choice. > >> > >> There’s a decent sample set of these files a

Re: [FFmpeg-user] anlmdn filter

2019-05-09 Thread David Ing
That worked ... thank you On Thu, May 9, 2019 at 4:27 PM Carl Eugen Hoyos wrote: > Am Fr., 10. Mai 2019 um 01:15 Uhr schrieb David Ing : > > > I am trying to use the `anlmdn` filter but I'm not having any luck. It > is > > described here: > > > > https://ffmpeg.org/ffmpeg-filters.html#anlmdn

Re: [FFmpeg-user] anlmdn filter

2019-05-09 Thread Carl Eugen Hoyos
Am Fr., 10. Mai 2019 um 01:15 Uhr schrieb David Ing : > I am trying to use the `anlmdn` filter but I'm not having any luck. It is > described here: > > https://ffmpeg.org/ffmpeg-filters.html#anlmdn > > The command I'm using is: > > ffmpeg -i $INPUT -af anlmdn $OUTPUT > > I'm on Ubuntu 19.04 a

[FFmpeg-user] anlmdn filter

2019-05-09 Thread David Ing
I am trying to use the `anlmdn` filter but I'm not having any luck. It is described here: https://ffmpeg.org/ffmpeg-filters.html#anlmdn The command I'm using is: ffmpeg -i $INPUT -af anlmdn $OUTPUT I'm on Ubuntu 19.04 and it says "*no such filter*": ffmpeg version 4.1.3-0ubuntu1 Copyright

[FFmpeg-user] Help with syntax using lv2 filter plugin

2019-05-09 Thread David Ing
Hi I am wondering about the exact syntax for using ffmpeg with an LV2 filter. The command I'm using is: ffmpeg -i $INPUT -af lv2=plugin=https:// github.com/lucianodato/speech-denoiser $OUTPUT But I get an "Error initializing filter 'lv2'" error: ffmpeg version 4.1.3-0ubuntu1 Copyright (

[FFmpeg-user] Number of decoded frames in AVStream

2019-05-09 Thread Andriy Gelman
Hello, Does anybody know if AVStream tracks the number of decoded frames? I've tested a few of the variables AVStream::nb_frames and AVStream::codec_info_nb_frames, but these don't work (as also stated in documentation) Thanks, Andriy ___ ffmpeg-user mai

Re: [FFmpeg-user] Sony DVF digital voice files

2019-05-09 Thread Paul B Mahol
On 5/9/19, Moritz Barsnick wrote: > On Thu, May 09, 2019 at 15:54:46 -0400, Dave Rice wrote: >> > Feel free to share one or several files on Dropbox or a file sharer of >> > your choice. >> >> There’s a decent sample set of these files already at >> http://samples.ffmpeg.org/A-codecs/MSV/ >>

Re: [FFmpeg-user] Sony DVF digital voice files

2019-05-09 Thread Moritz Barsnick
On Thu, May 09, 2019 at 15:54:46 -0400, Dave Rice wrote: > > Feel free to share one or several files on Dropbox or a file sharer of > > your choice. > > There’s a decent sample set of these files already at > http://samples.ffmpeg.org/A-codecs/MSV/ > . I

Re: [FFmpeg-user] Sony DVF digital voice files

2019-05-09 Thread Dave Rice
> On May 9, 2019, at 3:51 PM, Moritz Barsnick wrote: > > On Thu, May 09, 2019 at 12:28:28 -0600, michael gates wrote: >> I'm dealing with a handful of .dvf files proprietary to Sony. Even their >> players don't want to handle the files I have. Is there a way to decode >> with ffmpeg? > > Sinc

Re: [FFmpeg-user] Sony DVF digital voice files

2019-05-09 Thread Moritz Barsnick
On Thu, May 09, 2019 at 12:28:28 -0600, michael gates wrote: > I'm dealing with a handful of .dvf files proprietary to Sony. Even their > players don't want to handle the files I have. Is there a way to decode > with ffmpeg? Since you have the files and we don't: Why don't you just try? To see

[FFmpeg-user] Sony DVF digital voice files

2019-05-09 Thread michael gates
Hello, I'm dealing with a handful of .dvf files proprietary to Sony. Even their players don't want to handle the files I have. Is there a way to decode with ffmpeg? thanks! -- *Mike Gates* ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://

[FFmpeg-user] Announcing the 4th No Time to Wait conference: December 5-6 in Budapest

2019-05-09 Thread Dave Rice
Hello ffmpeg-users, I wanted to share this news as members of this community have participated in this conference before. MediaArea and the Vera and Donald Blinken Open Society Archives at Central European University are pleased to announce the fourth No Time to Wait conference, to be held in

Re: [FFmpeg-user] what's the difference between width/height and display width/display height

2019-05-09 Thread Kieran O Leary
On Wed, 8 May 2019, 20:31 qw, wrote: > Hi, > > > I have one question: > > > what's the difference between width/height and display width/display > height in flv/rtmp metainfo? > My guess would be that one is referring to the amount of pixels that are actually stored,but perhaps only some should b

Re: [FFmpeg-user] what's command line to transcode video with libx265 8/10bit

2019-05-09 Thread qw
Hi, the command of 'ffmpeg -h encoder=libx265' print the following message: Encoder libx265 [libx265 H.265 / HEVC]: General capabilities: delay threads Threading capabilities: auto Supported pixel formats: yuv420p yuv422p yuv444p gbrp yuv420p10le yuv422p10le yuv444p10le gbrp10le g

Re: [FFmpeg-user] what's command line to transcode video with libx265 8/10bit

2019-05-09 Thread Dennis Mungai
On Thu, 9 May 2019 at 13:04, qw wrote: > Hi, > > > If I build libx265 with bitdepth=10bit, and link it with ffmpeg, what's > command line to transcode video with libx265 8/10bit? > > Hmm, add either global option below: (a). -bits_per_raw_sample 10 and the encoder will pick both the profile and

[FFmpeg-user] what's command line to transcode video with libx265 8/10bit

2019-05-09 Thread qw
Hi, If I build libx265 with bitdepth=10bit, and link it with ffmpeg, what's command line to transcode video with libx265 8/10bit? Thanks! Regards Andrew ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpe

Re: [FFmpeg-user] Convert just audio and preserve original video?

2019-05-09 Thread Moritz Barsnick
On Wed, May 08, 2019 at 08:25:07 -0400, Ron Barnes wrote: > Is there a way to assign a frequency to the audio when converting? > The good sounding version has EAC @ 48000 Hz. When I convert it, it > says EAC and unknown, no Hz. It sounds better but still low. Who says "EAC and unknown, no Hz"? Po