Skip to main content

Questions tagged [windows]

Windows is a family of client, server, and mobile operating systems, developed by Microsoft.

0 votes
0 answers
26 views

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. ...
Circle B's user avatar
  • 421
0 votes
1 answer
45 views

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 ...
ginjaemocoes's user avatar
0 votes
2 answers
746 views

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 %%...
Mr. Mendelli's user avatar
0 votes
0 answers
656 views

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 ...
Ashutosh Singla's user avatar
0 votes
1 answer
2k views

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 ...
Bob Smith's user avatar
  • 103
2 votes
1 answer
2k views

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 ...
light's user avatar
  • 21
0 votes
2 answers
2k views

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:...
BitBit's user avatar
  • 13
-1 votes
1 answer
88 views

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 ...
TarmoPikaro's user avatar

15 30 50 per page
1
2 3 4 5
9