-
AuthorPosts
-
September 16, 2013 at 5:37 pm #161767
hi there,
i just want show a video in a post, i use the shortcode –
[video width="640" height="480" mp4="https://localhost/wordpress/wp-content/uploads/2013/09/smsmpeg2.mp4"][/video] , the video plays but no pictures, only i hear the audio?any solutions blease.
i use enfold 2.01 and wordpress 3.6.1
thanks my friends
carsten
September 16, 2013 at 9:02 pm #161899Hi carsten,
That shortcode isn’t part of the theme. You would use the theme’s magic wand icon then go to Media and select the video shortcode option to add a video into your post.
If that is from a plugin, you would need to check with the plugin author.
Regards,
Devin
September 17, 2013 at 9:35 am #162138hi devin, thanks for your answer.
sorry, this shortcode was the wordpressshortcode, but i try also the shortcode from the theme like this –
[av_video src='https://localhost/wordpress/wp-content/uploads/2013/09/smsmpeg2.mp4' format='16-9' width='16' height='9']its still the same error, videoframe is there and play, but i hera only the audio, no movie.
must i change something in the htaccess?
thanks again
September 17, 2013 at 11:33 am #162193Yes maybe – see: http://www.plehn-media.de/html5-tutorials/html5-video.html
If the article doesn’t help please post a link to the page where you embedded the video and we’ll investigate the code.
September 17, 2013 at 3:50 pm #162298Hi dude,
danke hierfür aber ich checke es nicht ganz mit dem html5 und fallback einbinden!
1. Ich habe nun folgendes gemacht, über ein converter das videofile in html5 convertiert, habe dann die drei dateien mp4, ogv und webm über die mediathek hochgeladen!
2. in die htaccess von wordpress habe ich dieses einfach eingefügt:
AddType video/ogg .ogm
AddType video/ogg .ogv
AddType video/ogg .ogg
AddType video/webm .webm
AddType audio/webm .weba
AddType video/mp4 .mp4
AddType video/x-m4v .m4v(die dateitypen die ich nicht brauche lösche ich dann noch raus)
3. Aktuell habe ich nur diesen code mit der mp4 file eingefügt, bild un ton gehen aufeinmal…
[av_video src='https://www.noa-noa-wuerzburg.de/wp-content/uploads/2013/09/smsMovievkoffennürnberghd720p.mp4' format='16-9' width='16' height='9']
…auf firefox, IE, und chrome läuft es sichtbar,
aber wie bitte füge ich in den code noch die links zu der ogv und webm videofile denn bitt ein, habe schon herumgespielt, aber leider ohne erfolg.
ich konnte auch nicht wirklich wo was finden wie das funktioniert.danke für deine/eure Hilfe hier.
gruß
carsten
September 18, 2013 at 11:40 am #162873Hallo,
ich leite diese Frage an Kriesi weiter. Soweit ich das überblicke unterstützt der Layout Builder derzeit nur ein Video File und man kann derzeit nicht mehrere Formte gleichzeitig hochladen.September 27, 2013 at 4:25 pm #167185Hallo Dude, konntest du schon eine antwort von Kriesi erhalten? ich meine irgentwas im update 2.2 wo in einer file gelesen zu haben, wenn es geht wie dann bitte?
danke dir
alles gute
September 28, 2013 at 10:49 am #167517Hi!
Ich habe eine erste Version des neuen Elements schon ausprogrammiert: https://gist.github.com/InoPlugs/5c27f6ef35f208d10ccf (der Code ersetzt den derzeitigen Code in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video.php) aber ich warte noch auf Feedback von Kriesi, ob wir den Code so umstellen können oder nicht. Das Hauptproblem ist, dass mein Ansatz zwingend die aktuelle Version von WordPress voraussetzt (daher 3.6+) und wir vielleicht noch etwas zuwarten müssen um User mit älteren Version nicht jetzt schon von der Benutzung des Video Elements auszusperren. Wir müssen das noch intern abklären und dann sehen wir weiter.
Regards,
PeterSeptember 28, 2013 at 11:07 am #167519bist spitze – schönes we
September 28, 2013 at 3:00 pm #167559Hi!
Going to answer in english so the rest of the staff understands this as well. The current Video shortcode automatically embeds all versions you upload. so if, for example, you upload a example.mp4 file and also an example.ogv and example.webm file you only need to select one of those for the video element. (doesnt matter which one)
The other versions are added automatically to the frontend html output :)Only thing you need to make sure is that (appart from the file extension) the files got the same name so the system can find them :)
In short: the fallback is added automatically by the system.
Cheers!
KriesiSeptember 30, 2013 at 8:00 am #168015Hi!
Just a small update on this – we now decided that we’ll give the user the choice if he wants to set the paths manually or use the “automatic fallback”. If you add
add_theme_support('avia_template_builder_custom_html5_video_urls')
to the functions.php Enfold will show 3 url fields instead of one and you can set more than one video url. Without this code Enfold will try to load the other video files automatically.
Regards,
Peter -
AuthorPosts
- The topic ‘Video is playing, but i hear only the audio?’ is closed to new replies.