Hacker News new | ask | show | jobs
by jasomill 922 days ago
It can't create partition tables or filesystems, so no, but

  ffmpeg -f data -i /dev/zero -map 0:0 -c copy -f data - > /dev/sda
is roughly equivalent to to

  dd status=progress if=/dev/zero of=/dev/sda
1 comments

you might need a -disposition default type option, otherwise, it introduce some abnormal behavior