> On May 9, 2019, at 3:51 PM, Moritz Barsnick <[email protected]> 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 _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
