Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Edit decision list
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Simple EDL Format == A [https://kodi.wiki/view/Edit_decision_list simple time EDL] format used by MCEBuddy, MPlayer, XBMC, Kodi and other linear time software looks like: [begin second] [end second] [action] Where the seconds are floating-point numbers and the action is either <code>0</code> for cut, <code>1</code> for mute, <code>2</code> for scene marker and <code>3</code> for skip. For example, the following .edl file content will be cut from second 5.3 to second 7.1, mute at 15 seconds, unmute at 16.7 seconds, and commercial skip from 420 seconds to 822 seconds. There will be two scene markers. The first at 255.3 seconds and the next at 720.1 seconds. 5.3 7.1 0 15 16.7 1 420 822 3 1 255.3 2 720.1 2 A [https://kodi.wiki/view/Edit_decision_list simple frame EDL] format looks like: #[begin frame] #[end frame] [action] Where the frames are integer numbers and the action is either <code>0</code> for cut, <code>1</code> for mute, <code>2</code> for scene marker and <code>3</code> for skip. The following .edl file content will cut from frame 127 to frame 170, mute at frame 360, unmute at frame 400, and commercial skip from frame 10080 to frame 19728. There will be two scene markers. The first at frame 6127 and the next at frame 17282. #127 #170 0 #360 #400 1 #10080 #19728 3 #1 #6127 2 #17282 2
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)