# ffmpeg-ffprobe [Wikipedia](https://en.wikipedia.org/wiki/FFmpeg) ( Type: Software ) ## Description ffmpeg and ffprobe are command-line tools for converting, inspecting, and transcoding audio/video; this page holds working commands used for video conversion. ## Key Tags #ffmpeg #video-conversion ## Essential Works %% none yet %% ## Details %% none yet %% ### Concepts and Theories %% none yet %% ### Related Practices - [[Avidemux]] - GUI video editor used alongside ffmpeg's command-line conversion - [[Davinci Resolve]] - video editing/grading tool used alongside ffmpeg's command-line conversion ### Key Practitioners %% none yet %% ### Institutional Affiliations %% none yet %% ### Notes #### ffmpeg & ffprobe installed on Topaz @ `C:\Users\jms\bin` added to path to convert Dylan's videos: `ffmpeg -i .\C2451.MP4 -c:v prores_ks -profile:v 3 -vendor ap10 -bits_per_mb 8000 -pix_fmt yuv422p10le -acodec pcm_s24be proRes-video-2.mkv` ## References ### Primary Sources Bibliography %% none yet %% ### Secondary Sources Bibliography %% none yet %%