[FFmpeg-user] Sony DVF digital voice files

Dave Rice dave at dericed.com
Thu May 9 22:54:46 EEST 2019


> On May 9, 2019, at 3:51 PM, Moritz Barsnick <barsnick at gmx.net> 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?
> 
> 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.

There’s a decent sample set of these files already at http://samples.ffmpeg.org/A-codecs/MSV/ <http://samples.ffmpeg.org/A-codecs/MSV/>.

Dave Rice


More information about the ffmpeg-user mailing list