\n-
Excerpt from middle
\n-
ffmpeg -i input_file -ss 5 -t 10 -c copy output_file
\n-
This command captures a certain portion of a video file, starting from a designated point in the file and taking an excerpt as long as the amount of time (in seconds) specified in the script. This can be used to create a preview or clip out a desired segment. To be more specific, use timecode, such as 00:00:05.
\n+
Trim a video without re-encoding
\n+
ffmpeg -i input_file -ss 00:02:00 -to 00:55:00 -c copy output_file
\n+
This command allows you to create an excerpt from a video file without re-encoding the image data.
\n
\n - ffmpeg
- starts the command
\n - -i input_file
- path, name and extension of the input file
\n- - -ss 5
- Tells ffmpeg what timecode in the file to look for to start copying, and specifies the number of seconds into the video that ffmpeg should start copying. To be more specific, you can use timecode such as 00:00:05.
\n- - -t 10
- Tells ffmpeg to stop copying from the input file after a certain time, and specifies the number of seconds after which to stop copying. In this case, 10 seconds is specified.
\n- - -c copy
- use stream copy mode to re-mux instead of re-encode
\n+ - -ss 00:02:00
- sets in point at 00:02:00
\n+\t\t - -to 00:55:00
- sets out point at 00:55:00
\n+ - -c copy
- use stream copy mode (no re-encoding)
\n+\t\t\t- Note: watch out when using
-ss
with -c copy
if the source is encoded with an interframe codec (e.g., H.264). Since ffmpeg must split on i-frames, it will seek to the nearest i-frame to begin the stream copy. \n - output_file
- path, name and extension of the output file
\n
\n+\t\t
Variation: trim video by setting duration, by using -t
instead of -to
\n+\t\t
ffmpeg -i input_file -ss 00:05:00 -t 10 -c copy output_file
\n+
-ss 00:05:00 -t 10\n+\t\t
Beginning five minutes into the original video, this command will create a 10-second-long excerpt.", "created_at": "2016-05-12T20:51:13Z", "pull_request_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/pulls/56"}], "/repos/amiaopensource/ffmprovisr/issues/173/comments": [{"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/173#issuecomment-294323245", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/294323245", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/ablwr/repos", "subscriptions_url": "https://api.github.com/users/ablwr/subscriptions", "followers_url": "https://api.github.com/users/ablwr/followers", "url": "https://api.github.com/users/ablwr", "following_url": "https://api.github.com/users/ablwr/following{/other_user}", "login": "ablwr", "site_admin": false, "id": 3260492, "gists_url": "https://api.github.com/users/ablwr/gists{/gist_id}", "avatar_url": "https://avatars1.githubusercontent.com/u/3260492?v=3", "received_events_url": "https://api.github.com/users/ablwr/received_events", "starred_url": "https://api.github.com/users/ablwr/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/ablwr/events{/privacy}", "html_url": "https://github.com/ablwr", "organizations_url": "https://api.github.com/users/ablwr/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/173", "updated_at": "2017-04-15T23:13:38Z", "created_at": "2017-04-15T23:13:38Z", "body": "LGTM but maybe someone with more area expertise should review.", "id": 294323245}, {"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/173#issuecomment-294355965", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/294355965", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/retokromer/repos", "subscriptions_url": "https://api.github.com/users/retokromer/subscriptions", "followers_url": "https://api.github.com/users/retokromer/followers", "url": "https://api.github.com/users/retokromer", "following_url": "https://api.github.com/users/retokromer/following{/other_user}", "login": "retokromer", "site_admin": false, "id": 3246607, "gists_url": "https://api.github.com/users/retokromer/gists{/gist_id}", "avatar_url": "https://avatars1.githubusercontent.com/u/3246607?v=3", "received_events_url": "https://api.github.com/users/retokromer/received_events", "starred_url": "https://api.github.com/users/retokromer/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/retokromer/events{/privacy}", "html_url": "https://github.com/retokromer", "organizations_url": "https://api.github.com/users/retokromer/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/173", "updated_at": "2017-04-16T14:55:59Z", "created_at": "2017-04-16T14:55:59Z", "body": "Thank you!", "id": 294355965}], "/repos/amiaopensource/ffmprovisr/issues/41": {"user_name": "ablwr", "name": "Ashley"}, "/repos/amiaopensource/ffmprovisr/pulls/12": null, "/repos/amiaopensource/ffmprovisr/issues/145/comments": [{"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/145#issuecomment-279225974", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/279225974", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/retokromer/repos", "subscriptions_url": "https://api.github.com/users/retokromer/subscriptions", "followers_url": "https://api.github.com/users/retokromer/followers", "url": "https://api.github.com/users/retokromer", "following_url": "https://api.github.com/users/retokromer/following{/other_user}", "login": "retokromer", "site_admin": false, "id": 3246607, "gists_url": "https://api.github.com/users/retokromer/gists{/gist_id}", "avatar_url": "https://avatars1.githubusercontent.com/u/3246607?v=3", "received_events_url": "https://api.github.com/users/retokromer/received_events", "starred_url": "https://api.github.com/users/retokromer/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/retokromer/events{/privacy}", "html_url": "https://github.com/retokromer", "organizations_url": "https://api.github.com/users/retokromer/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/145", "updated_at": "2017-02-12T15:31:03Z", "created_at": "2017-02-12T15:31:03Z", "body": "@privatezero: I guess I modified almost your code.", "id": 279225974}, {"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/145#issuecomment-279227680", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/279227680", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/ablwr/repos", "subscriptions_url": "https://api.github.com/users/ablwr/subscriptions", "followers_url": "https://api.github.com/users/ablwr/followers", "url": "https://api.github.com/users/ablwr", "following_url": "https://api.github.com/users/ablwr/following{/other_user}", "login": "ablwr", "site_admin": false, "id": 3260492, "gists_url": "https://api.github.com/users/ablwr/gists{/gist_id}", "avatar_url": "https://avatars1.githubusercontent.com/u/3260492?v=3", "received_events_url": "https://api.github.com/users/ablwr/received_events", "starred_url": "https://api.github.com/users/ablwr/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/ablwr/events{/privacy}", "html_url": "https://github.com/ablwr", "organizations_url": "https://api.github.com/users/ablwr/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/145", "updated_at": "2017-02-12T15:57:33Z", "created_at": "2017-02-12T15:57:33Z", "body": ":)\r\n", "id": 279227680}], "/repos/amiaopensource/ffmprovisr/issues/192": {"user_name": "ablwr", "name": "Ashley"}, "/repos/amiaopensource/ffmprovisr/issues/116/comments": [{"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/116#issuecomment-264629474", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/264629474", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/retokromer/repos", "subscriptions_url": "https://api.github.com/users/retokromer/subscriptions", "followers_url": "https://api.github.com/users/retokromer/followers", "url": "https://api.github.com/users/retokromer", "following_url": "https://api.github.com/users/retokromer/following{/other_user}", "login": "retokromer", "site_admin": false, "id": 3246607, "gists_url": "https://api.github.com/users/retokromer/gists{/gist_id}", "avatar_url": "https://avatars1.githubusercontent.com/u/3246607?v=3", "received_events_url": "https://api.github.com/users/retokromer/received_events", "starred_url": "https://api.github.com/users/retokromer/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/retokromer/events{/privacy}", "html_url": "https://github.com/retokromer", "organizations_url": "https://api.github.com/users/retokromer/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/116", "updated_at": "2016-12-03T09:54:16Z", "created_at": "2016-12-03T09:54:16Z", "body": "Thank you, @kfrn!", "id": 264629474}, {"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/116#issuecomment-264649603", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/264649603", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/todrobbins/repos", "subscriptions_url": "https://api.github.com/users/todrobbins/subscriptions", "followers_url": "https://api.github.com/users/todrobbins/followers", "url": "https://api.github.com/users/todrobbins", "following_url": "https://api.github.com/users/todrobbins/following{/other_user}", "login": "todrobbins", "site_admin": false, "id": 158590, "gists_url": "https://api.github.com/users/todrobbins/gists{/gist_id}", "avatar_url": "https://avatars3.githubusercontent.com/u/158590?v=3", "received_events_url": "https://api.github.com/users/todrobbins/received_events", "starred_url": "https://api.github.com/users/todrobbins/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/todrobbins/events{/privacy}", "html_url": "https://github.com/todrobbins", "organizations_url": "https://api.github.com/users/todrobbins/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/116", "updated_at": "2016-12-03T16:32:40Z", "created_at": "2016-12-03T16:32:40Z", "body": "\ud83d\udc4d\ud83c\udffb\ud83d\udc4d\ud83c\udffb", "id": 264649603}], "/repos/amiaopensource/ffmprovisr/issues/9": {"user_name": "retokromer", "name": "Reto Kromer"}, "/repos/amiaopensource/ffmprovisr/issues/19/comments": [{"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/19#issuecomment-162134679", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/162134679", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/ablwr/repos", "subscriptions_url": "https://api.github.com/users/ablwr/subscriptions", "followers_url": "https://api.github.com/users/ablwr/followers", "url": "https://api.github.com/users/ablwr", "following_url": "https://api.github.com/users/ablwr/following{/other_user}", "login": "ablwr", "site_admin": false, "id": 3260492, "gists_url": "https://api.github.com/users/ablwr/gists{/gist_id}", "avatar_url": "https://avatars1.githubusercontent.com/u/3260492?v=3", "received_events_url": "https://api.github.com/users/ablwr/received_events", "starred_url": "https://api.github.com/users/ablwr/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/ablwr/events{/privacy}", "html_url": "https://github.com/ablwr", "organizations_url": "https://api.github.com/users/ablwr/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/19", "updated_at": "2015-12-05T03:03:34Z", "created_at": "2015-12-05T03:03:34Z", "body": "This... is... amazing!!!\n", "id": 162134679}, {"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/19#issuecomment-162135237", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/162135237", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/ablwr/repos", "subscriptions_url": "https://api.github.com/users/ablwr/subscriptions", "followers_url": "https://api.github.com/users/ablwr/followers", "url": "https://api.github.com/users/ablwr", "following_url": "https://api.github.com/users/ablwr/following{/other_user}", "login": "ablwr", "site_admin": false, "id": 3260492, "gists_url": "https://api.github.com/users/ablwr/gists{/gist_id}", "avatar_url": "https://avatars1.githubusercontent.com/u/3260492?v=3", "received_events_url": "https://api.github.com/users/ablwr/received_events", "starred_url": "https://api.github.com/users/ablwr/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/ablwr/events{/privacy}", "html_url": "https://github.com/ablwr", "organizations_url": "https://api.github.com/users/ablwr/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/19", "updated_at": "2015-12-05T03:15:14Z", "created_at": "2015-12-05T03:15:14Z", "body": "Tested and approved. So great to have some ffmpeg-contributor expertise knowledge dropped into this.\n", "id": 162135237}, {"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/19#issuecomment-162151465", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/162151465", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/retokromer/repos", "subscriptions_url": "https://api.github.com/users/retokromer/subscriptions", "followers_url": "https://api.github.com/users/retokromer/followers", "url": "https://api.github.com/users/retokromer", "following_url": "https://api.github.com/users/retokromer/following{/other_user}", "login": "retokromer", "site_admin": false, "id": 3246607, "gists_url": "https://api.github.com/users/retokromer/gists{/gist_id}", "avatar_url": "https://avatars1.githubusercontent.com/u/3246607?v=3", "received_events_url": "https://api.github.com/users/retokromer/received_events", "starred_url": "https://api.github.com/users/retokromer/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/retokromer/events{/privacy}", "html_url": "https://github.com/retokromer", "organizations_url": "https://api.github.com/users/retokromer/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/19", "updated_at": "2015-12-05T06:20:42Z", "created_at": "2015-12-05T06:20:42Z", "body": "Thanks a lot @llogan for the very useful adds and corrections!\n", "id": 162151465}, {"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/19#issuecomment-162262479", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/162262479", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/llogan/repos", "subscriptions_url": "https://api.github.com/users/llogan/subscriptions", "followers_url": "https://api.github.com/users/llogan/followers", "url": "https://api.github.com/users/llogan", "following_url": "https://api.github.com/users/llogan/following{/other_user}", "login": "llogan", "site_admin": false, "id": 848094, "gists_url": "https://api.github.com/users/llogan/gists{/gist_id}", "avatar_url": "https://avatars1.githubusercontent.com/u/848094?v=3", "received_events_url": "https://api.github.com/users/llogan/received_events", "starred_url": "https://api.github.com/users/llogan/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/llogan/events{/privacy}", "html_url": "https://github.com/llogan", "organizations_url": "https://api.github.com/users/llogan/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/19", "updated_at": "2015-12-06T01:42:41Z", "created_at": "2015-12-06T01:42:41Z", "body": "Glad to help. I'll try to add more sometime.\n", "id": 162262479}], "/repos/amiaopensource/ffmprovisr/issues/92": {"user_name": "Fizz24", "name": "Fizz24"}, "/repos/amiaopensource/ffmprovisr/issues/73/comments": [{"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/73#issuecomment-231578701", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/231578701", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/retokromer/repos", "subscriptions_url": "https://api.github.com/users/retokromer/subscriptions", "followers_url": "https://api.github.com/users/retokromer/followers", "url": "https://api.github.com/users/retokromer", "following_url": "https://api.github.com/users/retokromer/following{/other_user}", "login": "retokromer", "site_admin": false, "id": 3246607, "gists_url": "https://api.github.com/users/retokromer/gists{/gist_id}", "avatar_url": "https://avatars1.githubusercontent.com/u/3246607?v=3", "received_events_url": "https://api.github.com/users/retokromer/received_events", "starred_url": "https://api.github.com/users/retokromer/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/retokromer/events{/privacy}", "html_url": "https://github.com/retokromer", "organizations_url": "https://api.github.com/users/retokromer/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/73", "updated_at": "2016-07-10T09:07:00Z", "created_at": "2016-07-10T09:07:00Z", "body": "Excellent, thank you!\n", "id": 231578701}], "/repos/amiaopensource/ffmprovisr/pulls/45/comments": [], "/repos/amiaopensource/ffmprovisr/issues/175/comments": [{"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/175#issuecomment-294409564", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/294409564", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/kfrn/repos", "subscriptions_url": "https://api.github.com/users/kfrn/subscriptions", "followers_url": "https://api.github.com/users/kfrn/followers", "url": "https://api.github.com/users/kfrn", "following_url": "https://api.github.com/users/kfrn/following{/other_user}", "login": "kfrn", "site_admin": false, "id": 16832997, "gists_url": "https://api.github.com/users/kfrn/gists{/gist_id}", "avatar_url": "https://avatars0.githubusercontent.com/u/16832997?v=3", "received_events_url": "https://api.github.com/users/kfrn/received_events", "starred_url": "https://api.github.com/users/kfrn/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/kfrn/events{/privacy}", "html_url": "https://github.com/kfrn", "organizations_url": "https://api.github.com/users/kfrn/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/175", "updated_at": "2017-04-17T05:46:15Z", "created_at": "2017-04-17T05:46:03Z", "body": "I would probably have gone with \"script**s**\", but no big deal. LGTM, thanks @retokromer !", "id": 294409564}, {"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/175#issuecomment-294410329", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/294410329", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/retokromer/repos", "subscriptions_url": "https://api.github.com/users/retokromer/subscriptions", "followers_url": "https://api.github.com/users/retokromer/followers", "url": "https://api.github.com/users/retokromer", "following_url": "https://api.github.com/users/retokromer/following{/other_user}", "login": "retokromer", "site_admin": false, "id": 3246607, "gists_url": "https://api.github.com/users/retokromer/gists{/gist_id}", "avatar_url": "https://avatars1.githubusercontent.com/u/3246607?v=3", "received_events_url": "https://api.github.com/users/retokromer/received_events", "starred_url": "https://api.github.com/users/retokromer/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/retokromer/events{/privacy}", "html_url": "https://github.com/retokromer", "organizations_url": "https://api.github.com/users/retokromer/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/175", "updated_at": "2017-04-17T05:53:54Z", "created_at": "2017-04-17T05:53:54Z", "body": "Thank you, @kfrn!\r\n\r\nI just did also some changes to the readme, but in my opinion needs some more refactoring.", "id": 294410329}], "/repos/amiaopensource/ffmprovisr/issues/65": {"user_name": "retokromer", "name": "Reto Kromer"}, "/repos/amiaopensource/ffmprovisr/issues/142": {"user_name": "ablwr", "name": "Ashley"}, "/repos/amiaopensource/ffmprovisr/pulls/84": {"user_name": "ablwr", "name": "Ashley"}, "/repos/amiaopensource/ffmprovisr/pulls/187": {"user_name": "retokromer", "name": "Reto Kromer"}, "/repos/amiaopensource/ffmprovisr/issues/95/comments": [{"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/95#issuecomment-243117291", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/243117291", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/kieranjol/repos", "subscriptions_url": "https://api.github.com/users/kieranjol/subscriptions", "followers_url": "https://api.github.com/users/kieranjol/followers", "url": "https://api.github.com/users/kieranjol", "following_url": "https://api.github.com/users/kieranjol/following{/other_user}", "login": "kieranjol", "site_admin": false, "id": 1127102, "gists_url": "https://api.github.com/users/kieranjol/gists{/gist_id}", "avatar_url": "https://avatars1.githubusercontent.com/u/1127102?v=3", "received_events_url": "https://api.github.com/users/kieranjol/received_events", "starred_url": "https://api.github.com/users/kieranjol/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/kieranjol/events{/privacy}", "html_url": "https://github.com/kieranjol", "organizations_url": "https://api.github.com/users/kieranjol/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/95", "updated_at": "2016-08-29T13:01:25Z", "created_at": "2016-08-29T13:01:25Z", "body": "The issue is that the recipe does not currently open due to misnamed `data-target`\n", "id": 243117291}, {"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/95#issuecomment-243134513", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/243134513", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/retokromer/repos", "subscriptions_url": "https://api.github.com/users/retokromer/subscriptions", "followers_url": "https://api.github.com/users/retokromer/followers", "url": "https://api.github.com/users/retokromer", "following_url": "https://api.github.com/users/retokromer/following{/other_user}", "login": "retokromer", "site_admin": false, "id": 3246607, "gists_url": "https://api.github.com/users/retokromer/gists{/gist_id}", "avatar_url": "https://avatars1.githubusercontent.com/u/3246607?v=3", "received_events_url": "https://api.github.com/users/retokromer/received_events", "starred_url": "https://api.github.com/users/retokromer/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/retokromer/events{/privacy}", "html_url": "https://github.com/retokromer", "organizations_url": "https://api.github.com/users/retokromer/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/95", "updated_at": "2016-08-29T14:08:59Z", "created_at": "2016-08-29T14:08:59Z", "body": "Good catch, thanks!\n", "id": 243134513}], "/repos/amiaopensource/ffmprovisr/pulls/78/comments": [], "/repos/amiaopensource/ffmprovisr/pulls/94": {"user_name": "kieranjol", "name": "Kieran O'Leary"}, "/repos/amiaopensource/ffmprovisr/issues/57": {"user_name": "kfrn", "name": "Katherine Frances Nagels"}, "/repos/amiaopensource/ffmprovisr/issues/157/comments": [{"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/157#issuecomment-283086920", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/283086920", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/retokromer/repos", "subscriptions_url": "https://api.github.com/users/retokromer/subscriptions", "followers_url": "https://api.github.com/users/retokromer/followers", "url": "https://api.github.com/users/retokromer", "following_url": "https://api.github.com/users/retokromer/following{/other_user}", "login": "retokromer", "site_admin": false, "id": 3246607, "gists_url": "https://api.github.com/users/retokromer/gists{/gist_id}", "avatar_url": "https://avatars1.githubusercontent.com/u/3246607?v=3", "received_events_url": "https://api.github.com/users/retokromer/received_events", "starred_url": "https://api.github.com/users/retokromer/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/retokromer/events{/privacy}", "html_url": "https://github.com/retokromer", "organizations_url": "https://api.github.com/users/retokromer/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/157", "updated_at": "2017-02-28T16:20:29Z", "created_at": "2017-02-28T16:20:29Z", "body": "Two remarks:\r\n\r\n- Is the `index.html` part not requested?\r\n- Can we avoid the full link as you did previously? (This way it works off-line as well.)", "id": 283086920}, {"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/157#issuecomment-283087909", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/283087909", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/retokromer/repos", "subscriptions_url": "https://api.github.com/users/retokromer/subscriptions", "followers_url": "https://api.github.com/users/retokromer/followers", "url": "https://api.github.com/users/retokromer", "following_url": "https://api.github.com/users/retokromer/following{/other_user}", "login": "retokromer", "site_admin": false, "id": 3246607, "gists_url": "https://api.github.com/users/retokromer/gists{/gist_id}", "avatar_url": "https://avatars1.githubusercontent.com/u/3246607?v=3", "received_events_url": "https://api.github.com/users/retokromer/received_events", "starred_url": "https://api.github.com/users/retokromer/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/retokromer/events{/privacy}", "html_url": "https://github.com/retokromer", "organizations_url": "https://api.github.com/users/retokromer/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/157", "updated_at": "2017-02-28T16:23:52Z", "created_at": "2017-02-28T16:23:45Z", "body": "I don\u2019t know if `index.html` or `./index.html` is better.\r\n@kieranjol : Is there any Windows issue?", "id": 283087909}, {"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/157#issuecomment-283088059", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/283088059", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/kfrn/repos", "subscriptions_url": "https://api.github.com/users/kfrn/subscriptions", "followers_url": "https://api.github.com/users/kfrn/followers", "url": "https://api.github.com/users/kfrn", "following_url": "https://api.github.com/users/kfrn/following{/other_user}", "login": "kfrn", "site_admin": false, "id": 16832997, "gists_url": "https://api.github.com/users/kfrn/gists{/gist_id}", "avatar_url": "https://avatars0.githubusercontent.com/u/16832997?v=3", "received_events_url": "https://api.github.com/users/kfrn/received_events", "starred_url": "https://api.github.com/users/kfrn/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/kfrn/events{/privacy}", "html_url": "https://github.com/kfrn", "organizations_url": "https://api.github.com/users/kfrn/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/157", "updated_at": "2017-02-28T16:24:12Z", "created_at": "2017-02-28T16:24:12Z", "body": "Ah bugger. I just grabbed them from the browser address. Now fixed - sorry!", "id": 283088059}, {"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/157#issuecomment-283088477", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/283088477", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/retokromer/repos", "subscriptions_url": "https://api.github.com/users/retokromer/subscriptions", "followers_url": "https://api.github.com/users/retokromer/followers", "url": "https://api.github.com/users/retokromer", "following_url": "https://api.github.com/users/retokromer/following{/other_user}", "login": "retokromer", "site_admin": false, "id": 3246607, "gists_url": "https://api.github.com/users/retokromer/gists{/gist_id}", "avatar_url": "https://avatars1.githubusercontent.com/u/3246607?v=3", "received_events_url": "https://api.github.com/users/retokromer/received_events", "starred_url": "https://api.github.com/users/retokromer/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/retokromer/events{/privacy}", "html_url": "https://github.com/retokromer", "organizations_url": "https://api.github.com/users/retokromer/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/157", "updated_at": "2017-02-28T16:25:34Z", "created_at": "2017-02-28T16:25:34Z", "body": "Thank you! I guess we can merge.", "id": 283088477}, {"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/157#issuecomment-283089390", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/283089390", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/retokromer/repos", "subscriptions_url": "https://api.github.com/users/retokromer/subscriptions", "followers_url": "https://api.github.com/users/retokromer/followers", "url": "https://api.github.com/users/retokromer", "following_url": "https://api.github.com/users/retokromer/following{/other_user}", "login": "retokromer", "site_admin": false, "id": 3246607, "gists_url": "https://api.github.com/users/retokromer/gists{/gist_id}", "avatar_url": "https://avatars1.githubusercontent.com/u/3246607?v=3", "received_events_url": "https://api.github.com/users/retokromer/received_events", "starred_url": "https://api.github.com/users/retokromer/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/retokromer/events{/privacy}", "html_url": "https://github.com/retokromer", "organizations_url": "https://api.github.com/users/retokromer/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/157", "updated_at": "2017-02-28T16:28:22Z", "created_at": "2017-02-28T16:28:22Z", "body": "@kfrn: It works fine now on different browsers, except one. Therefore it\u2019s actually the browser and not the code. Thank you again!", "id": 283089390}, {"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/157#issuecomment-283089732", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/283089732", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/kfrn/repos", "subscriptions_url": "https://api.github.com/users/kfrn/subscriptions", "followers_url": "https://api.github.com/users/kfrn/followers", "url": "https://api.github.com/users/kfrn", "following_url": "https://api.github.com/users/kfrn/following{/other_user}", "login": "kfrn", "site_admin": false, "id": 16832997, "gists_url": "https://api.github.com/users/kfrn/gists{/gist_id}", "avatar_url": "https://avatars0.githubusercontent.com/u/16832997?v=3", "received_events_url": "https://api.github.com/users/kfrn/received_events", "starred_url": "https://api.github.com/users/kfrn/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/kfrn/events{/privacy}", "html_url": "https://github.com/kfrn", "organizations_url": "https://api.github.com/users/kfrn/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/157", "updated_at": "2017-02-28T16:29:29Z", "created_at": "2017-02-28T16:29:29Z", "body": "I'm on my Windows computer. Working offline, either seem to work - but only when opening in a new tab. Neither go to the linked recipe just from clicking. ", "id": 283089732}, {"html_url": "https://github.com/amiaopensource/ffmprovisr/pull/157#issuecomment-283091451", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/comments/283091451", "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/retokromer/repos", "subscriptions_url": "https://api.github.com/users/retokromer/subscriptions", "followers_url": "https://api.github.com/users/retokromer/followers", "url": "https://api.github.com/users/retokromer", "following_url": "https://api.github.com/users/retokromer/following{/other_user}", "login": "retokromer", "site_admin": false, "id": 3246607, "gists_url": "https://api.github.com/users/retokromer/gists{/gist_id}", "avatar_url": "https://avatars1.githubusercontent.com/u/3246607?v=3", "received_events_url": "https://api.github.com/users/retokromer/received_events", "starred_url": "https://api.github.com/users/retokromer/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/retokromer/events{/privacy}", "html_url": "https://github.com/retokromer", "organizations_url": "https://api.github.com/users/retokromer/orgs"}, "issue_url": "https://api.github.com/repos/amiaopensource/ffmprovisr/issues/157", "updated_at": "2017-02-28T16:35:02Z", "created_at": "2017-02-28T16:35:02Z", "body": "Thank you for the feedback! I just made a release, and will test it on my Intel NUC test machine under Windows (for the training in Bangkok).", "id": 283091451}], "/repos/amiaopensource/ffmprovisr/issues/127": {"user_name": "ablwr", "name": "Ashley"}, "/repos/amiaopensource/ffmprovisr/pulls/58/comments": [{"commit_id": "283dddc1a175f9b177d6e0384073519cbaa11b56", "url": "https://api.github.com/repos/amiaopensource/ffmprovisr/pulls/comments/63272833", "original_position": 23, "original_commit_id": "82baa845951d695e905592e8055c9f96c7b425a7", "path": "index.html", "position": 23, "updated_at": "2016-05-14T08:21:17Z", "_links": {"html": {"href": "https://github.com/amiaopensource/ffmprovisr/pull/58#discussion_r63272833"}, "pull_request": {"href": "https://api.github.com/repos/amiaopensource/ffmprovisr/pulls/58"}, "self": {"href": "https://api.github.com/repos/amiaopensource/ffmprovisr/pulls/comments/63272833"}}, "body": "Is there a specific reason for choosing 5 fps? (I mean: not in \u00abreal speed\u00bb like 24, 18 or 16.) Just asking\u2026\n", "id": 63272833, "html_url": "https://github.com/amiaopensource/ffmprovisr/pull/58#discussion_r63272833", "pull_request_review_id": null, "user": {"gravatar_id": "", "repos_url": "https://api.github.com/users/retokromer/repos", "subscriptions_url": "https://api.github.com/users/retokromer/subscriptions", "followers_url": "https://api.github.com/users/retokromer/followers", "url": "https://api.github.com/users/retokromer", "following_url": "https://api.github.com/users/retokromer/following{/other_user}", "login": "retokromer", "site_admin": false, "id": 3246607, "gists_url": "https://api.github.com/users/retokromer/gists{/gist_id}", "avatar_url": "https://avatars1.githubusercontent.com/u/3246607?v=3", "received_events_url": "https://api.github.com/users/retokromer/received_events", "starred_url": "https://api.github.com/users/retokromer/starred{/owner}{/repo}", "type": "User", "events_url": "https://api.github.com/users/retokromer/events{/privacy}", "html_url": "https://github.com/retokromer", "organizations_url": "https://api.github.com/users/retokromer/orgs"}, "diff_hunk": "@@ -717,27 +717,30 @@\n