I used to use -vsync -1 to Auto Sync a Audio and Video input stream using the -copy switch as they would get out of sync at times and sometimes not so can't specify any seconds for a delay setting but I am getting this message now -vsync deprecated, use -fps_mode but I can't find any information on this new -fps_mode switch. Does anyone know how to use it to Auto Sync an Audio and Video stream? I'm running it in Windows, Thanks
You must log in to answer this question.
Explore related questions
See similar questions with these tags.
- The Overflow Blog
-
- Featured on Meta
-
-
-
Linked
Related
Hot Network Questions
- A remote system has access to my system. Is it possible to recognize it?
- Hardware encryption on Samsung SSD using Debian
- How important are footers for a small utility equipment slab in a frost zone?
- Cutting dry lasagna sheets
- How to determine using Python whether the mouse pointer is hovering over the viewport navigation gizmos?
- Sudden Docker error about "client API version"
- Why does QED use spinors but Classical Electrodynamics doesn't?
- What World Was Subject to Angels?
- "Frankenmallow" C code uses arc4 to choose flavors and coatings in arrays for mallow ideas, w/ switch cases, and countdown, functions: rngch ctdn
- Does the SPLC's citation of a quote from Dan Stein in his 1997 interview with Tucker Carlson accurately reflect his full remarks from said interview?
- Specific the target PDF path for `synctex`
- GIMP 3.0.4 export as HEIF/HEIC on LMDE 7?
- Is there an extension of the GCD function?
- The hero's party has just purchased a pricey relic from a backwater vendor, why is the regional economy not inflating?
- Who are the characters shown in Dispatch's banner image?
- Frustation with students and deadlines
- Kant's Concepts as Categories Could be Undermining for Noumenal Freedom
- Is there a version of Hamilton's Principle of Stationary Action when only initial conditions are known and the final end state is unknown?
- How do I run a longer minimal-prep one-shot?
- Creating a footprint: bottom view?
- Ordered Pair of Sets, Ordered Pair and Cartesian Product.
- Does a companion paper have to have the same authors?
- Extra thick tubes and rhino liners?
- How to Protect Commercial Java Software Running on Client Machines?
fps_modein FFmpeg Documentation. It looks like-fps_mode -1is the same as-vsync -1.auto (-1)- Chooses between cfr and vfr depending on muxer capabilities. This is the default method.. Note that-vsyncis deprecated, but we can still use it.fps_mode(but I don't have any experience with videos that takes days). Tryvfrandpassthrough... Thestream_specifieris relevant in cases where there is more than one video stream - it allows us to define differentfps_modefor each video stream.-fps_mode:0:vapplies the video from the first input file.-fps_mode:1:vapplies the second input file...-fps_mode:0:v:0applies the first video stream of the first input file-fps_mode:0:v:1applies the second video stream of the first input file...