Questions tagged [windows]
Windows is a family of client, server, and mobile operating systems, developed by Microsoft.
126 questions
0 votes
0 answers
26 views
Premier Pro Sequence Acting Erratic
I’ve got a .prproj that I’ve been working in for a couple of days, everything has been working as expected, until I downloaded some stock .mov files and tried to put them into the main sequence. ...
0 votes
1 answer
45 views
Replacing DVD styler files when changing platforms
I had a DVD Styler file that I created on Windows, with paths starting with C:\Users\username\. I am now on Linux and want to change them to /home/username/. I searched online but couldn't find an ...
0 votes
2 answers
746 views
Save ffprobe Output to Log File?
I made a script for ffprobe I can use to view information of my media more easily. An additional feature I want is to breakout the output information to a log file. Implementation 1: @echo off for %%...
0 votes
0 answers
656 views
Extracting multiple video streams using FFmpeg
I have a video file that contains 4 streams, 3 videos streams and one steam for metadata. Stream Info: Input #0, matroska,webm, from 'output_master.mkv': Metadata: title : Azure Kinect ...
0 votes
1 answer
2k views
ffmpeg-converted video file won't play in Windows Media Player or Movies & TV
I am using ffmpeg-python to convert an hevc mkv file to an h264 mp4. This is the relevant code: ffmpeg.input(video_file).output(out_name, vcodec='libx264', **{'pix_fmt': 'yuv420p'}).run() Yet after ...
2 votes
1 answer
2k views
Use ffmpeg to stream rawvideo from a USB camera
I have a image sensor that streams 640x480 in RAW8 format. A USB controller is receiving this data, packing two pixels of 8-bits each and sending to USB as a 16-bits per pixel YUV422 format (this is ...
0 votes
2 answers
2k views
How to run multiple FFMPEG commands as a batch file in Windows 10/11?
I have the following code which adds a small overlay text over my video: ffmpeg -i video.mp4 -vf "drawtext=fontfile=path\font.ttf:text='ABC':fontcolor=black:fontsize=45:box=1:boxcolor=white@1:...
-1 votes
1 answer
88 views
Which desktop recording software can be used to record also right click popups
Most of desktop recording software which I have tried - like sharex, obs studio - does not record everything - like right mouse click popup windows are missing from recording. At least for external ...