1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
Commit graph

110 commits

Author SHA1 Message Date
Vinzenz Hersche
80b1950ca9 remove .mp4 in name on upload
the direct upload allows only .mp4-files. i'm not shure if the name-length is prechecked, but you do this anywhere on filetype-check (if mp4).

if the check is after the substring, it would be possible to fail there - so in some (anyway unallowed) cases, this could cause a unproper fail - but at all, this change would save work and make it less ugly.

btw-offtopic: nice sort-changes in next-list! would be really cool, when next video stays in category..
2017-11-03 03:41:58 +01:00
daniel
e49af267bb Replace special chars 2017-09-10 12:09:05 -03:00
daniel
080f03dace Direct send video files and submit personal video posters 2017-09-03 12:36:18 -03:00
daniel
f78122181f Direct send video files and submit personal video posters 2017-09-03 12:35:27 -03:00
daniel
d699081771 Direct send video files and submit personal video posters 2017-09-03 12:33:59 -03:00
daniel
f9fe626a29 Direct send video files and submit personal video posters 2017-09-03 12:05:59 -03:00
daniel
6b29343048 Direct send video files and submit personal video posters 2017-09-03 12:03:34 -03:00
daniel
6ac656c5b9 Version 4.0 Alpha 2017-07-29 12:43:30 -03:00
daniel
973552a049 Try to make a better filename 2017-07-08 10:12:01 -03:00
daniel
0fb1dbe009 Try to make a better filename 2017-07-08 09:43:20 -03:00
daniel
2fd39729fa Try to make a better filename 2017-07-08 09:39:27 -03:00
daniel
3055705c0f Try to make a better filename 2017-07-08 09:25:18 -03:00
daniel
02d486cd9d Fix PHP Dir 2017-07-06 20:25:48 -03:00
daniel
fd80073621 Fix PHP Dir 2017-07-06 20:23:58 -03:00
daniel
00e755f109 Path to PHP fix 2017-07-06 18:45:02 -03:00
daniel
188ff79650 Add youtube upload support 2017-07-06 14:48:51 -03:00
daniel
9cf881925a Add a optional video storage limit configuration 2017-06-22 11:08:47 -03:00
daniel
4a15625811 Fixed image not found in cache 2017-06-06 09:30:15 -03:00
daniel
d0519c8472 Merge branch 'rotate-video' of https://github.com/Yetangitu/YouPHPTube into Yetangitu-rotate-video
# Conflicts:
#	view/bootstrap/css/bootstrap.css
#	view/mini-upload-form/videoEncoder.php
2017-06-05 15:01:19 -03:00
daniel
5309aa53dd I dont know why 2017-06-05 13:13:42 -03:00
daniel
fc22176d12 Remove -f apter php command line 2017-06-05 12:41:37 -03:00
daniel
2619414e86 Fix require config path 2017-06-05 12:41:05 -03:00
frankdelange
b26e5091a9 Redirect stdin for ffmpeg invocations to /dev/null 2017-06-04 19:09:19 +02:00
frankdelange
b991f4a311 Add video rotate command. This command does NOT rotate or reencode the
video, it just changes the way the video is played in the (html5 - does
not work in flash) web player. Two new columns in the videos table
(rotation and zoom) indicate the way the video is to be presented to the
user (zoom is not user-accessible just now). Two new buttons (rotate
left and rotate right) are added to the video manager to facilitate
rotation.
2017-06-04 18:54:26 +02:00
frankdelange
279193cb90 Add command line interface to upload videos. Use php -f upload.php -- -h in
view/mini-upload-form for instructions on use or read on...

Use: php -f upload.php -u <user> -f <file> [-d <description>] [-g "group1[,group2]] [-c] [-h]

    -u user     valid username
    -f file     input filename
    -d descr    description
    -g group(s) comma-separated numerical groups for which this item will be visible,
                item will be public if this is left out
    -c          copy original to destination directory (file will be moved if this is left out)
    -h          this help message
2017-06-04 18:52:49 +02:00
daniel
b45fb760de Options to enable and disable functions
thumbs for ads manager
temporary thumbs when it is not done
session time out
encode mpeg and webm option
encode mp3 and spectrum option
2017-06-01 15:37:22 -03:00
daniel
db676a6b6a Video Thumbs on manager 2017-05-27 09:31:12 -03:00
daniel
1f97fee583 Spectrum with FFMPEG 2017-05-14 17:57:18 -03:00
daniel
47f0fcb47c Spectrum with FFMPEG 2017-05-14 17:50:08 -03:00
daniel
991c66c497 Spectrum with FFMPEG 2017-05-14 17:44:44 -03:00
daniel
4afbc13f48 Spectrum with FFMPEG 2017-05-14 17:27:30 -03:00
daniel
86e3991e44 Spectrum with FFMPEG 2017-05-14 17:18:44 -03:00
daniel
c5687300ea Fixing mobile version 2017-04-30 00:28:49 -03:00
daniel
5fd0ab6e16 More types ok video 2017-04-29 19:23:12 -03:00
daniel
df5bcd0a87 Portrail Videos Support 2017-04-27 16:54:27 -03:00
daniel
cc9c14e010 Portrail Videos Support 2017-04-27 16:30:33 -03:00
daniel
df5ba676d9 Adding a ffmpeg and youtube-dl path on configurtation
you will be able to use a static ffmpeg and youtube-dl
2017-04-27 13:36:50 -03:00
daniel
2a5b8fd70f Now you can Lile Unlike and dislike videos 2017-04-25 20:54:55 -03:00
daniel
d66e0b61b8 New Version Video partial error on encode 2017-04-24 12:46:02 -03:00
daniel
29b114638b New Version Video partial error on encode 2017-04-24 11:05:13 -03:00
daniel
b4750a34e8 Permitions
Comment videos
2017-04-19 16:31:43 -03:00
daniel
cda4befa78 Layout
Title auto creation fix
2017-04-19 16:31:43 -03:00
daniel
bd5f1db062 Layout
Title auto creation fix
2017-04-19 16:31:43 -03:00
daniel
53339abb08 Layout
Title auto creation fix
2017-04-19 16:31:41 -03:00
daniel
4c327f627c Video Download in video manager 2017-04-19 16:31:39 -03:00
daniel
daabc8ce24 Video Download in video manager 2017-04-19 16:31:37 -03:00
daniel
55ae6c28dc add {$global['systemRootPath']}view/mini-upload-form/ on videoEncoder 2017-04-19 16:31:36 -03:00
daniel
510e2cf3ad Fixing move uploaded file 2017-04-19 16:31:36 -03:00
daniel
d0bb6aa1e3 Fixing move uploaded file 2017-04-19 16:31:36 -03:00
daniel
accd209423 Fixing move uploaded file 2017-04-19 16:31:35 -03:00