Diferencia entre revisiones de «34/Medios FAQ»

De MoodleDocs
(tidy up)
(tidy up)
 
(No se muestra una edición intermedia del mismo usuario)
Línea 1: Línea 1:
{{Trabajando con medios}}
{{Trabajando con medios}}
{{Pendiente de traducir}}{{Actualizar}}
{{Pendiente de traducir}}{{Versiones|Esta página era para Moodle 3.4 y anteriores. La información más reciente está en [[Medios FAQ]]}}
c
 
==¿Debería de poner mi video dentro de una [[Etiqueta|etiqueta]] o de una [[Página|página]]?==
==¿Debería de poner mi video dentro de una [[Etiqueta|etiqueta]] o de una [[Página|página]]?==
While the embedding process is the same, adding a video to a label will mean it displays as soon as the user clicks on that course page. This can be beneficial if the video is, for example, an introduction to the course or an integral part of the whole course. However, if there are several videos in labels, they can slow the loading of the course down, especially if the videos are coming from an external site. Adding a video to a page in Moodle means that the user has to click a text link to reach the video, but it doesn't clutter up the main course page and it is a better choice if the course contains a large number of videos.
While the embedding process is the same, adding a video to a label will mean it displays as soon as the user clicks on that course page. This can be beneficial if the video is, for example, an introduction to the course or an integral part of the whole course. However, if there are several videos in labels, they can slow the loading of the course down, especially if the videos are coming from an external site. Adding a video to a page in Moodle means that the user has to click a text link to reach the video, but it doesn't clutter up the main course page and it is a better choice if the course contains a large number of videos.

Revisión actual - 16:00 20 ago 2018

Nota: Pendiente de Traducir. ¡Anímese a traducir esta página!.     ( y otras páginas pendientes)

note icon.png Existe documentación diferente para varias versiones de Moodle: Esta página era para Moodle 3.4 y anteriores. La información más reciente está en Medios FAQ


¿Debería de poner mi video dentro de una etiqueta o de una página?

While the embedding process is the same, adding a video to a label will mean it displays as soon as the user clicks on that course page. This can be beneficial if the video is, for example, an introduction to the course or an integral part of the whole course. However, if there are several videos in labels, they can slow the loading of the course down, especially if the videos are coming from an external site. Adding a video to a page in Moodle means that the user has to click a text link to reach the video, but it doesn't clutter up the main course page and it is a better choice if the course contains a large number of videos.

Mi video YouTube incrustado no muestra los subtítulos/listas-de-reproducción de diferentes idiomas

Este actualmente es un problema con el Reproductor VideoJS currently. Una compostura temporal es deshabilitar la configuración para 'Videos YouTube' en las configuraciones del reproductor VideoJS de la Administración del sitio (asegurándose de que el filtro YouTube esté habilitado en Gestionar reproductores de medios) Después copie y pegue la URL de YouTube directamente dentro de su editor.

Mi video incrustado es demasiado grande/pequeño. ¿Cómo puedo cambiar su tamaño al que se muestra?

Changing the size of an embedded video depends on whether you're using Moodle's Filtro de plugins multimedia or if you're either embedding a video from another source using something like an iframe (for example, embedding a video from YouTube using the embed code they provide).

Si Usted está usando el Filtro de plugins Multimedia de Moodle:

Your video will appear to you in the html editor as a hyperlink. Whether it's a video hosted elsewhere (ie Vimeo or Youtube) or a file you've uploaded yourself, it will still appear as a hyperlink. After you've saved this html, Moodle's Multimedia filter will turn that hyperlink into an embedded video. In order to change the video's size you need to:

  1. Open the HTML Source Editor by clicking the HTML code icon:
    Htmlcodeicon.png
  2. Find the <a href...> code for the video you want to change. In the href="LINK" section of your code, place your cursor right before the last quotation mark.
  3. Type "?d=100x200" where you're replacing "100" with your desired width and "200" with your desired height. For example, if you want a video that's 600 x 325, you would type ?d=600x325."
    Resizevideo.png
  4. Your <a> tag should now look something like the following:
    If you're working with a file you've uploaded yourself: <a href="https://yourschool.edu/draftfile.php?file=/135/user/draft/617331337/Module%.mp4?d=425x234">. In this example, your uploaded video would be embedded at 425x234.
    If you're working with an externally hosted file: <a href="https://www.youtube.com/watch?v=TubRpuaNVT4d?600x135">. In this example, the YouTube video would be embedded at 600x135.
  5. Click "update" in the HTML source editor screen, and save your changes.
  6. Your video should now be the new size.

Si Usted está usando un código incrustado, como en una iframe, es un poco más facil:

  1. Open the HTML Source Editor, as above
  2. Locate the <iframe> tag or equivalent.
  3. Inside that iframe should be "width" and "height" variables, which you can adjust as needed.
    Youtuberesize.png
  4. Click "update" in the HTML source editor screen, and save your changes.
  5. Your video should now be the new size.

¿Porque está puesto a fuerzas (hard-coded) el tamaño y el reproductor para videoclips MP4?

No estamos seguros. Si alguien allá afuera lo sabe, no nos han dicho el porqué. Vea MDL-43385

¿Porqué no se reproduce mi video SWF?

The .swf format carries with it some security issues and so the filter that allows it to display is disabled by default. For you to be able to add .swf videos, your administrator needs to enable the filter en Filtro de plugins multimedia, then to go to Site Administration>Security>Site policies and check the "enable trusted content" box. They then need to go to Site Administration>Users>Permissions>Define roles and allow Trust Submitted content moodle/site:trustcontent for your role. However; swf will still not display in all areas of Moodle, for example forum posts. See this discussion here

¿Porqué no se reproduce mi video FLV?

FLV solamente se reproducirá si se habilita 'Usar Flash fallback' en las configuraciones del 'Reproductor VideoJS' en la Administración del sitio.

¿Cómo puedo convertir mi archivo de video a un .FLV o a otro formato?

  • There are many sites online that allow you to upload a file which will then be converted and sent to you via a link or email. Zamzar [1]or Youconvertit [2] are just two examples.
  • However, if it is a large video file or you want to do the conversion off line, then the free Any Video Converter [3] (a downloadable program) will convert most video formats to most others.
  • More and more full-featured MTS Video Converter [4]software free download a trial, to solve your problem more format conversions.
  • The free and open source video player, VLC has the ability to convert to and from many video formats. For more details and downloads visit their site.
  • If you are using Linux as your operating system either ffmpeg or avconv can both convert to FLV.

Tengo un archivo.wma/wav. ¿Cómo puedo reproducirlo en el reproductor de Moodle?

  • There are various free programs available that will convert one type of sound file to another. If you convert your file to an mp3 then you will be able to use Moodle's built-in mp3 player.
  • Jodix Free WMA to MP3 converter [5] is just one example

Tengo un archivo MP4. ¿Cómo puedo reproducirlo en el reproductor de Moodle? (por ejemplo, con Flowplayer)

It seems that the media filter is hard coded to NOT use Flowplayer for MP4.

You can vote for a change here: MDL-43385


¿Cual es la mejor manera de gestionar/distribuir archivos MP4 en Moodle?

¿Y porqué importa?

MP4 es probablemente el formato más comun, y se reproducirá tanto en dispositivos que tengan Flash habilitado y deshabilitado. Es una pregunta comun.

Vea arriba. Hasta que encontremos más información, es difícil el simplemente meter archivos MP4 a Moodle Y QUE se reproduzcan bien y facilmente; elija UNA de las siguientes opciones.

  1. Para reproducirlos bien y bonitos: Usted necesitará hacer una incrustación compleja, etc. Por lo que no es simple.
  2. Para hacerlo sencillamente: Usted arrastre y suelte; pero entonces no se reproducirán facilmente y bonito, a menos que Usted quiera un producto final pequeño y de feo aspecto.

La opción del plugin Videofile

Una opción es el plugin Videofile.

La opción de re-nombrar

No use MP4s, pero re-nombre a FLV

La opción del repositorio YouTube (etc)

Suba su archivo a Youtube y entonces podrá Usted buscarlo usando el Repositorio de videos de YouTube. Vea Repositorios para más información..

¿Se puede impédir que Flowplayer pre-cargue un video?

Los videos no son incrustados aunque los filtros estén habilitados

Es posible que Usted necesite cambiar el orden de sus filtros. Vea Filtros y la discusón del foro en I can't embed YouTube videos