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 _______________________________________________ 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".
