VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Member
    Join Date
    Dec 2013
    Location
    Austin, TX
    Search Comp PM
    Hello,

    I am trying to write some code to run a batch file scraping all the information about the streams and junk about my media files and put it in a text file in the same directory. Through some research, I found ffprobe is a tool included with ffmpeg for near the same purpose. I just need some help writing the code
    Quote Quote  
  2. There probably a lot more options you can specify to print (check the documentation), but a generic way would be:

    Code:
    for %a in ("*.*") do ffprobe -i "%a" 2>>ffprobe.txt
    http://www.ffmpeg.org/ffprobe.html


    mediainfo can print out a .txt or .csv and process a folder as well

    (file=>open => folder ; file=>export (choose format)
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!