Edit resource
3 |Errors on Encoder
7 |-
8 | <% @encoder.errors.each do |error| %>
9 |
- <%= error %> 10 | <% end %> 11 |
2 | Name: 3 | 4 |
5 | 6 | 7 | 8 |9 | cancel 10 |
11 | 12 | -------------------------------------------------------------------------------- /lib/enigmamachine/views/encoders/index.erb: -------------------------------------------------------------------------------- 1 |10 | New encoder 11 |
12 |5 | Encoding tasks that this encoder performs: 6 |
7 | <% if @encoder.encoding_tasks.empty? %> 8 | None. 9 | <% end %> 10 | <%= partial(:"encoders/encoding_task", :collection => @encoder.encoding_tasks) %> 11 | 12 |13 | Add a new task to 14 | this encoder. 15 |
16 | 17 |18 | Back to the list of available encoders. 19 |
20 |2 | Note: you can read about your options in the 3 | ffmpeg documentation 4 |
5 |
6 | Name: e.g. encode a 320x240 flv at 25 frames per second
7 |
8 |
9 |
12 | Output file suffix: e.g. .flv
13 |
14 |
15 |
18 | Encoding command: e.g. -ab 128 -ar 22050 -b 500000 -r 25 -s 320x240
19 |
20 |
24 | cancel 25 |
26 | 27 | -------------------------------------------------------------------------------- /lib/enigmamachine/views/encoding_tasks/new.erb: -------------------------------------------------------------------------------- 1 |Create a new encoding task for this encoder
17 | 20 | 21 |Some recently added videos:
6 |Admin
27 |
2 | File location:
3 |
4 |
5 |
13 | Callback url:
14 |
15 |
16 |
20 | cancel 21 |
22 | 23 | -------------------------------------------------------------------------------- /lib/enigmamachine/views/videos/index.erb: -------------------------------------------------------------------------------- 1 |6 | New video 7 |
8 | 9 | <% unless @encoding_videos.empty? %> 10 |