Skip to content

Commit

Permalink
removing trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
caitlinwheeless committed Mar 3, 2025
1 parent 5828ead commit 951b1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/libs/editor/src/tags/object/Video/Video.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import ObjectBase from "../Base";
* - `-c:a aac -b:a 128k` encodes the audio in AAC at 128 kbps.
* - `output_video.mp4` is the converted video file ready for use in Label Studio.
*
* Using this FFmpeg command to re-encode your videos will help eliminate playback issues and ensure that Label Studio detects the total video duration accurately, providing a smooth annotation experience.
* Using this FFmpeg command to re-encode your videos will help eliminate playback issues and ensure that Label Studio detects the total video duration accurately, providing a smooth annotation experience.
*
* It is a good idea to check all parameters of your video using this command:
* ```bash
Expand Down

0 comments on commit 951b1e3

Please sign in to comment.