How to Record Your Desktop to a File
Nsis have possible record desktop move and save move to a file?
9 posts
example of how ffmpeg.exe can use GDIgrab : http://ffmpeg.org/ffmpeg-devices.html#gdigrab
ffmpeg.exe ‐f gdigrab ‐i desktop ‐framerate 15 ‐video_size 1100x800 ‐vcodec libx264 ‐pix_fmt yuv420p ‐preset ultrafast new‐output‐video‐file.mkv
N.B. "-video_size" doesn't seem to work for me (when using "desktop" as input). The result is that the entire Desktop display output is captured and recorded, anyways.
ThanksOriginally Posted by stass View Postr2du-soft
Why do it with the help of the NSIS ?
For these purposes, there are lots of different programs ...
Or use the command in a script:
http://trac.ffmpeg.org/wiki/Capture/Desktop
nsExec::Exec '$exedir\ffmpeg.exe -f gdigrab -framerate 6 -i desktop $exedir\Desktop.MP4'
ffmpeg.exe -f gdigrab -framerate 6 -i desktop Desktop.MP4I have this command works well
Thanks mr stassOriginally Posted by stass View Postr2du-soft
I have this command works well
created Desktop.MP4 - normally open
OS - Windows7 Pro Rus x32
ffmpeg used this:
http://ffmpeg.zeranoe.com/builds/win...in32-static.7z
And how is downloading from YouTube related to this topic?Originally Posted by Coby View PostDownload Youtube Video MP4 and convert to Audio MP3
Required download and push in output directory youtube-dl.exe,ffmpeg.exe,ffprobe.exe.
Compiled with NSIS Ansi 2.51
nsExec::ExecToStack '"$SYSDIR\cmd.exe" /c $PLUGINSDIR\MiniCap.exe -captureredregselect -capsound -save "$DESKTOP\Capture\$uniquenum0$.png" -closeapp -exit' $0