[FFmpeg-user] Sony DVF digital voice files

Moritz Barsnick barsnick at gmx.net
Thu May 9 22:51:48 EEST 2019


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 whether ffmpeg recognizes them as something:
$ ffmpeg -i file.dvf

To see whether ffmpeg can decode:
$ ffmpeg -i file.dvf -f null -

Feel free to share one or several files on Dropbox or a file sharer of
your choice.

Moritz


More information about the ffmpeg-user mailing list