| Line 388: |
Line 388: |
| | ===conclusion=== | | ===conclusion=== |
| | <pre> | | <pre> |
| − | - Ensure Low Latency: If you're processing video/audio in real time, use low-latency settings (e.g., -tune zerolatency for H.264). | + | - '''Ensure Low Latency''': If you're processing video/audio in real time, use low-latency settings (e.g., -tune zerolatency for H.264). |
| − | - Avoid Resampling: If possible, use the original frame rate and sample rate to avoid timing mismatches. | + | - '''Avoid Resampling''': If possible, use the original frame rate and sample rate to avoid timing mismatches. |
| − | - Testing: Always test playback on different devices or players to confirm synchronization. | + | - '''Testing''': Always test playback on different devices or players to confirm synchronization. |
| | </pre> | | </pre> |
| | | | |