Jump to content
UBot Underground

[Sell Plugin] Advanced Video


Recommended Posts

V2.0.3.0

Fix
video watermark : video quality (set output file type to MP4)
video join : no sound (set output file type to MP4)

Update Sample File
video watermark.ubot
video join.ubot

Link to post
Share on other sites
  • Replies 207
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Ubotplugin.com End of Business Good day Ubot community. Over the last 9 years I invested a lot of time in developing the plugins. I hope that it was of good use for all of you. Only in the last

Method 1  1. You need a video A 10-minute black background. 2. Create a subtitle file (.srt file). 3. Use the "video subtitle" to include video and subtitling.   Sample from "infile.srt"     Method 2 

The image file and audio file path too long.

Posted Images

On mp3 info editor i think you missed the "Contributing Artist" section.

http://www.ubotstudio.com/forum/public/style_images/master/attachicon.gif2015-01-27_7-38-19.png

I tried to add it on "Performers" section but it didnt work.

 

Please kindly add it.

 
I checked. The MP3 have versions (ID3 V1 and ID3 V2).

Your version is?

Link to post
Share on other sites

does this require ffmpeg to run?

"ffmpeg" is required. But I included in the plugin. You do not need to download more.

Link to post
Share on other sites

"ffmpeg" is required. But I included in the plugin. You do not need to download more.

if i compiled a bot with this plugin and installed in another machine, it would have ffmpeg built in inside the .exe?

Link to post
Share on other sites

 

 

 
I checked. The MP3 have versions (ID3 V1 and ID3 V2).

Your version is?

 

 

 

Pash, here's the sample mp3 file https://www.dropbox.com/s/1q74kqvt8ltks9n/No%20Place%20to%20Hide%20-%20korn.mp3?dl=0 please check.

Also, I suggest to removed the popup error on the mp3 editor because it's stopping the operation of my bot.

Thanks

Link to post
Share on other sites

V2.0.4.1 (Beta)
mp3 info editor : disable error report

 

 

 

Pash, here's the sample mp3 file https://www.dropbox.com/s/1q74kqvt8ltks9n/No%20Place%20to%20Hide%20-%20korn.mp3?dl=0 please check.

Also, I suggest to removed the popup error on the mp3 editor because it's stopping the operation of my bot.

Thanks

 

I checked several libraries. No statement about "contributing artist"

Libraries may have to wait for a new version.

Link to post
Share on other sites

Hi Pash, Im sure there is a library for it or maybe it's in the library you are using.

Here's a screenshot of mp3's with contributing artists.

post-440-0-70750600-1422552986_thumb.png

I used a free mp3 downloader and theyre encoding the contributing artists/artist as well.

Link to post
Share on other sites

Hi Pash, Im sure there is a library for it or maybe it's in the library you are using.

Here's a screenshot of mp3's with contributing artists.

http://www.ubotstudio.com/forum/public/style_images/master/attachicon.gif2015-01-30_1-33-37.png

I used a free mp3 downloader and theyre encoding the contributing artists/artist as well.

I do not know if those programs.

Write a statement of your own, or use the library.

But if you know what those programs use the library (C#).

Please tell me. I need to do i need to use.

Link to post
Share on other sites

Because there are people trying to attack me by cheating. Then complaints that PayPal payment without permission.

I need to stop using the distribution system automatically. To prevent this problem.
Contact me via this forum only available for purchase. I will send the plug and the bill by email.

Link to post
Share on other sites

Suggestion:

 

I'm not even sure if its possible, but since it can take quite some time to create a video, or merge videos etc, it would be nice if there was some sort of variable returned with progress of the current operation (like your advanced google youtube plugin does) so that we can throw up a progress bar or something as its working and know its actually doing something.

 

P.S. thanks for creating all these awesome plugins, I think I almost own all your plugins now except for just a couple:)

Link to post
Share on other sites

Suggestion:

 

I'm not even sure if its possible, but since it can take quite some time to create a video, or merge videos etc, it would be nice if there was some sort of variable returned with progress of the current operation (like your advanced google youtube plugin does) so that we can throw up a progress bar or something as its working and know its actually doing something.

 

P.S. thanks for creating all these awesome plugins, I think I almost own all your plugins now except for just a couple:)

Most commands used with "FFmpeg", based on "Command Line".

now i not found a way to monitor the progress of a number.

Link to post
Share on other sites
  • 3 weeks later...

V2.0.7.0
Reduce the file size of the plug (Load the necessary files from the Internet automatically).

Link to post
Share on other sites

Alert
I upload a new file For notification of updates
Improved licensing system
The file "Plugin Name Config.txt" for on / off. Update notification
You can download the links old.

For beta plugin Will be notified of updates via forums only.
For tracking notified of updates forums.
Can follow the attached file.

post-5560-0-71218200-1425692257_thumb.png

Link to post
Share on other sites
  • 4 weeks later...

Any video example of using "$video ffmpeg command : custom ffmpeg run command" ?

 

Do we have to place ffmpeg.exe somewhere?

 

I try to scaling a video using this code :

 

set(#Input,"D:\\Cars 2 Gear Up and Go Lightning McQueen With Mater Buildable FunToys Review Disney Pixar [720].mp4","Global")

set(#Output,"D:\\Cars 2 Scale.mp4","Global")

set(#report,"","Global")

set(#report,$plugin function("Advanced Video.dll", "$video ffmpeg command", "ffmpeg -i \"{#Input}\" -vf scale=iw/2:-1 \"{#Output}\""),"Global")

load html("")

load html($replace(#report,$new line,"<br>"))

 

 

And got no file result

 

Here is the report :

ffmpeg version N-66116-g720c21d Copyright © 2000-2014 the FFmpeg developers

built on Sep 4 2014 22:01:52 with gcc 4.8.3 (GCC)

configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib

libavutil 54. 7.100 / 54. 7.100

libavcodec 56. 1.100 / 56. 1.100

libavformat 56. 4.100 / 56. 4.100

libavdevice 56. 0.100 / 56. 0.100

libavfilter 5. 0.103 / 5. 0.103

libswscale 3. 0.100 / 3. 0.100

libswresample 1. 1.100 / 1. 1.100

libpostproc 53. 0.100 / 53. 0.100

Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'D:\Cars 2 Gear Up and Go Lightning McQueen With Mater Buildable FunToys Review Disney Pixar [720].mp4':

Metadata:

major_brand : mp42

minor_version : 0

compatible_brands: isommp42

creation_time : 2015-03-13 08:38:39

Duration: 00:06:00.07, start: 0.000000, bitrate: 2697 kb/s

Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720 [sAR 1:1 DAR 16:9], 2503 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)

Metadata:

creation_time : 1970-01-01 00:00:00

handler_name : VideoHandler

Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 192 kb/s (default)

Metadata:

creation_time : 2015-03-13 08:38:42

handler_name : IsoMedia File Produced by Google, 5-11-2011

[NULL @ 056b8400] Unable to find a suitable output format for 'ffmpeg'

ffmpeg: Invalid argument

Link to post
Share on other sites

Any video example of using "$video ffmpeg command : custom ffmpeg run command" ?

 

Do we have to place ffmpeg.exe somewhere?

 

I try to scaling a video using this code :

 

set(#Input,"D:\\Cars 2 Gear Up and Go Lightning McQueen With Mater Buildable FunToys Review Disney Pixar [720].mp4","Global")

set(#Output,"D:\\Cars 2 Scale.mp4","Global")

set(#report,"","Global")

set(#report,$plugin function("Advanced Video.dll", "$video ffmpeg command", "ffmpeg -i \"{#Input}\" -vf scale=iw/2:-1 \"{#Output}\""),"Global")

load html("")

load html($replace(#report,$new line,"<br>"))

 

 

And got no file result

 

Here is the report :

ffmpeg version N-66116-g720c21d Copyright © 2000-2014 the FFmpeg developers

built on Sep 4 2014 22:01:52 with gcc 4.8.3 (GCC)

configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib

libavutil 54. 7.100 / 54. 7.100

libavcodec 56. 1.100 / 56. 1.100

libavformat 56. 4.100 / 56. 4.100

libavdevice 56. 0.100 / 56. 0.100

libavfilter 5. 0.103 / 5. 0.103

libswscale 3. 0.100 / 3. 0.100

libswresample 1. 1.100 / 1. 1.100

libpostproc 53. 0.100 / 53. 0.100

Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'D:\Cars 2 Gear Up and Go Lightning McQueen With Mater Buildable FunToys Review Disney Pixar [720].mp4':

Metadata:

major_brand : mp42

minor_version : 0

compatible_brands: isommp42

creation_time : 2015-03-13 08:38:39

Duration: 00:06:00.07, start: 0.000000, bitrate: 2697 kb/s

Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720 [sAR 1:1 DAR 16:9], 2503 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)

Metadata:

creation_time : 1970-01-01 00:00:00

handler_name : VideoHandler

Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 192 kb/s (default)

Metadata:

creation_time : 2015-03-13 08:38:42

handler_name : IsoMedia File Produced by Google, 5-11-2011

[NULL @ 056b8400] Unable to find a suitable output format for 'ffmpeg'

ffmpeg: Invalid argument

Not required "ffmpeg"

 

try.

set(#Input,"{$special folder("Application")}\\input.mp4","Global")
set(#Output,"{$special folder("Application")}\\FFMPEG Commad.mp4","Global")
set(#report,$plugin function("Advanced Video.dll", "$video ffmpeg command", "-i \"{#Input}\" -vf scale=iw/2:-1 \"{#Output}\""),"Global")
load html($replace(#report,$new line,"<br>"))
Link to post
Share on other sites
  • 2 weeks later...
  • 4 weeks later...

Pash,

 

I need the program to take a video and place an image header with music background that fades into the video and after the video it tags on another video or still with fade in background music.

 

Next, I'd like to choose the videos in question as a set and have the program output them as a new set of mp4's.

 

Do you believe that this can be done?

 

Frank

Link to post
Share on other sites

Pash,

 

I need the program to take a video and place an image header with music background that fades into the video and after the video it tags on another video or still with fade in background music.

 

Next, I'd like to choose the videos in question as a set and have the program output them as a new set of mp4's.

 

Do you believe that this can be done?

 

Frank

Please sequencing step.

Writing long messages. I do not understand

example

1. What does?

2. What does?

Link to post
Share on other sites
  • PRO locked this topic
Guest
This topic is now closed to further replies.

×
×
  • Create New...