ShareSpark

 

Author Topic: Suggestion  (Read 12793 times)

0 Members and 1 Guest are viewing this topic.

Offline 𝕄𝕒𝕟𝕕𝕠

  • Global Moderator
  • Hot Member
  • *
  • Thanked: 681
  • Reputation: 114
  • Activity:
    0%
  • Join Date: Dec 2019
  • Location: 𝕄𝔸ℕ𝔻𝔸𝕃𝕆ℝ𝔼
  • Posts: 513
  • Gender: Male
Re: Suggestion
« Reply #50 on: May 30, 2020, 10:35:42 PM »
You are not allowed to view links. Register or Login
plz change the forum software..its kinda boring.
why not you guys install other forum softwares, they look modern, nice interface, more options etc

+1
With ♥️ from 𝕄𝔸ℕ𝔻𝔸𝕃𝕆ℝ𝔼.
 

Offline K.A.T.P.E.R

  • Junior Moderator
  • Royal Member
  • *
  • Thanked: 3293
  • Reputation: 260
  • Activity:
    0%
  • Join Date: Dec 2019
  • Posts: 1010
  • Gender: Male
Re: Suggestion
« Reply #51 on: May 31, 2020, 01:44:08 AM »
You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login

On a regular PC.. it can be done via MakeMKV or maybe ffmpeg can be used to mux to mkv.
Unlike converting Muxing is fast and lossless as it 1:1 copy of the source material.

But as Mando mentioned the other day.. that ffmpeg thing in colab has limited options.. so I guess that route is closed.

We need some kinda advanced implementation that mimics full ffmpeg in colab to accomplish such things on cloud.


Forgot to mention 😅 that, we can install FFMPEG and run it completely not as GUI or Cell, but as CLI.

As it's just python, install with
Code: You are not allowed to view links. Register or Login
pip install ffmpeg-pythonI tested installing but didn't test with videos. I will try tomorrow, and let you know, in mean time you can even try out some commands.

yeah it will be great help if we can encode or convert videos in colab and get best results.
i am not much into coding so i will wait for your test result.
Remember the name... K.A.T.P.E.R
You are not allowed to view links. Register or Login
 

Offline K.A.T.P.E.R

  • Junior Moderator
  • Royal Member
  • *
  • Thanked: 3293
  • Reputation: 260
  • Activity:
    0%
  • Join Date: Dec 2019
  • Posts: 1010
  • Gender: Male
Re: Suggestion
« Reply #52 on: May 31, 2020, 01:45:51 AM »
You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login

On a regular PC.. it can be done via MakeMKV or maybe ffmpeg can be used to mux to mkv.
Unlike converting Muxing is fast and lossless as it 1:1 copy of the source material.

But as Mando mentioned the other day.. that ffmpeg thing in colab has limited options.. so I guess that route is closed.

We need some kinda advanced implementation that mimics full ffmpeg in colab to accomplish such things on cloud.

i see..
so you guys do it on your pcs and upload again?

Most ( May be All) of encoders, do encode on VPS or RDP. So if you want to encode a lot, get RDP or VPS.
i see..but i dont intend to do much encoding, i have just two or three projects which are not available here. so i want them to convert and share here.
Remember the name... K.A.T.P.E.R
You are not allowed to view links. Register or Login
 

Offline honey01

  • Legend
  • Legend Member
  • *
  • Thanked: 949
  • Reputation: 338
  • Activity:
    0.2%
  • Join Date: Sep 2019
  • Posts: 1995
Re: Suggestion
« Reply #53 on: May 31, 2020, 11:44:44 AM »
You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login

On a regular PC.. it can be done via MakeMKV or maybe ffmpeg can be used to mux to mkv.
Unlike converting Muxing is fast and lossless as it 1:1 copy of the source material.

But as Mando mentioned the other day.. that ffmpeg thing in colab has limited options.. so I guess that route is closed.

We need some kinda advanced implementation that mimics full ffmpeg in colab to accomplish such things on cloud.


Forgot to mention 😅 that, we can install FFMPEG and run it completely not as GUI or Cell, but as CLI.

As it's just python, install with
Code: You are not allowed to view links. Register or Login
pip install ffmpeg-pythonI tested installing but didn't test with videos. I will try tomorrow, and let you know, in mean time you can even try out some commands.



Good to know  :thanks:
Share results if you do encode.
 

Offline 𝕄𝕒𝕟𝕕𝕠

  • Global Moderator
  • Hot Member
  • *
  • Thanked: 681
  • Reputation: 114
  • Activity:
    0%
  • Join Date: Dec 2019
  • Location: 𝕄𝔸ℕ𝔻𝔸𝕃𝕆ℝ𝔼
  • Posts: 513
  • Gender: Male
Re: Suggestion
« Reply #54 on: May 31, 2020, 01:59:39 PM »
I tested with a small video and basic command, and it ran pretty well, I think other commands will work well, I used normal TPU (since small video), you can change to GPU.



Code: You are not allowed to view links. Register or Login

ffmpeg version 3.4.6-0ubuntu0.18.04.1 Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 7 (Ubuntu 7.3.0-16ubuntu3)
  configuration: --prefix=/usr --extra-version=0ubuntu0.18.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
  libavutil      55. 78.100 / 55. 78.100
  libavcodec     57.107.100 / 57.107.100
  libavformat    57. 83.100 / 57. 83.100
  libavdevice    57. 10.100 / 57. 10.100
  libavfilter     6.107.100 /  6.107.100
  libavresample   3.  7.  0 /  3.  7.  0
  libswscale      4.  8.100 /  4.  8.100
  libswresample   2.  9.100 /  2.  9.100
  libpostproc    54.  7.100 / 54.  7.100
Input #0, matroska,webm, from '/content/Downloads/BheemForRamarajuRRR.mkv':
  Metadata:
    title           : Bheem For Ramaraju - RRR (Telugu) - Happy Birthday Ram Charan | NTR, Ajay Devgn | SS Rajamouli
    PURL            : [youtube]2_BkCz3OnlY[/youtube]
    COMPATIBLE_BRANDS: iso6avc1mp41
    MAJOR_BRAND     : dash
    MINOR_VERSION   : 0
    ARTIST          : DVV Entertainment
    DATE            : 20200327
    DESCRIPTION     : Description:
                    :
                    : Here’s Ram Charan’s First Look Video from RRR Movie (Telugu) on his Birthday. Introducing Ramaraju to you all by Bheem.. #RRR #RRRMovie #RamCharan . Bheem For Ramaraju.
                    :
                    : Cast: NTR, Ram Charan, Ajay Devgn, Alia Bhatt, Olivia Morris, Samuthirakani, Alison Doody, Ray Stevenson
                    :
                    : Screenplay & Direction: S.S. Rajamouli
                    : Presented by: D. Parvathi
                    : Producer: DVV Danayya
                    : Story: V. Vijayendra Prasad
                    : DOP: K.K. Senthil Kumar
                    : Production Designer: Sabu Cyril
                    : Music Composer: M.M. Keeravaani
                    : VFX Supervision: V Srinivas Mohan
                    : Editor: Sreekar Prasad
                    : Costume Designer: Rama Rajamouli
                    : Dialogues: Sai Madhav Burra
    COMMENT         : Description:
                    :
                    : Here’s Ram Charan’s First Look Video from RRR Movie (Telugu) on his Birthday. Introducing Ramaraju to you all by Bheem.. #RRR #RRRMovie #RamCharan . Bheem For Ramaraju.
                    :
                    : Cast: NTR, Ram Charan, Ajay Devgn, Alia Bhatt, Olivia Morris, Samuthirakani, Alison Doody, Ray Stevenson
                    :
                    : Screenplay & Direction: S.S. Rajamouli
                    : Presented by: D. Parvathi
                    : Producer: DVV Danayya
                    : Story: V. Vijayendra Prasad
                    : DOP: K.K. Senthil Kumar
                    : Production Designer: Sabu Cyril
                    : Music Composer: M.M. Keeravaani
                    : VFX Supervision: V Srinivas Mohan
                    : Editor: Sreekar Prasad
                    : Costume Designer: Rama Rajamouli
                    : Dialogues: Sai Madhav Burra
    ENCODER         : Lavf57.83.100
  Duration: 00:01:13.98, start: 0.000000, bitrate: 1589 kb/s
    Stream #0:0: Video: h264 (Main), yuv420p(tv, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], 24 fps, 24 tbr, 1k tbn, 48 tbc (default)
    Metadata:
      HANDLER_NAME    : ISO Media file produced by Google Inc.
      DURATION        : 00:01:13.916000000
    Stream #0:1: Audio: aac (LC), 44100 Hz, stereo, fltp (default)
    Metadata:
      HANDLER_NAME    : ISO Media file produced by Google Inc.
      DURATION        : 00:01:13.979000000
File '/content/Downloads/editBheemForRamarajuRRR.mkv' already exists. Overwrite ? [y/N] y
Output #0, matroska, to '/content/Downloads/editBheemForRamarajuRRR.mkv':
  Metadata:
    title           : Bheem For Ramaraju - RRR (Telugu) - Happy Birthday Ram Charan | NTR, Ajay Devgn | SS Rajamouli
    PURL            : [youtube]2_BkCz3OnlY[/youtube]
    COMPATIBLE_BRANDS: iso6avc1mp41
    MAJOR_BRAND     : dash
    MINOR_VERSION   : 0
    ARTIST          : DVV Entertainment
    DATE            : 20200327
    DESCRIPTION     : Description:
                    :
                    : Here’s Ram Charan’s First Look Video from RRR Movie (Telugu) on his Birthday. Introducing Ramaraju to you all by Bheem.. #RRR #RRRMovie #RamCharan . Bheem For Ramaraju.
                    :
                    : Cast: NTR, Ram Charan, Ajay Devgn, Alia Bhatt, Olivia Morris, Samuthirakani, Alison Doody, Ray Stevenson
                    :
                    : Screenplay & Direction: S.S. Rajamouli
                    : Presented by: D. Parvathi
                    : Producer: DVV Danayya
                    : Story: V. Vijayendra Prasad
                    : DOP: K.K. Senthil Kumar
                    : Production Designer: Sabu Cyril
                    : Music Composer: M.M. Keeravaani
                    : VFX Supervision: V Srinivas Mohan
                    : Editor: Sreekar Prasad
                    : Costume Designer: Rama Rajamouli
                    : Dialogues: Sai Madhav Burra
    COMMENT         : Description:
                    :
                    : Here’s Ram Charan’s First Look Video from RRR Movie (Telugu) on his Birthday. Introducing Ramaraju to you all by Bheem.. #RRR #RRRMovie #RamCharan . Bheem For Ramaraju.
                    :
                    : Cast: NTR, Ram Charan, Ajay Devgn, Alia Bhatt, Olivia Morris, Samuthirakani, Alison Doody, Ray Stevenson
                    :
                    : Screenplay & Direction: S.S. Rajamouli
                    : Presented by: D. Parvathi
                    : Producer: DVV Danayya
                    : Story: V. Vijayendra Prasad
                    : DOP: K.K. Senthil Kumar
                    : Production Designer: Sabu Cyril
                    : Music Composer: M.M. Keeravaani
                    : VFX Supervision: V Srinivas Mohan
                    : Editor: Sreekar Prasad
                    : Costume Designer: Rama Rajamouli
                    : Dialogues: Sai Madhav Burra
    encoder         : Lavf57.83.100
    Stream #0:0: Video: h264 (Main) (H264 / 0x34363248), yuv420p(tv, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 24 fps, 24 tbr, 1k tbn, 1k tbc (default)
    Metadata:
      HANDLER_NAME    : ISO Media file produced by Google Inc.
      DURATION        : 00:01:13.916000000
    Stream #0:1: Audio: aac (LC) ([255][0][0][0] / 0x00FF), 44100 Hz, stereo, fltp (default)
    Metadata:
      HANDLER_NAME    : ISO Media file produced by Google Inc.
      DURATION        : 00:01:13.979000000
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
frame= 1433 fps=0.0 q=-1.0 Lsize=   12722kB time=00:00:59.99 bitrate=1737.2kbits/s speed=1.1e+03x   
video:11753kB audio:938kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.249488%
With ♥️ from 𝕄𝔸ℕ𝔻𝔸𝕃𝕆ℝ𝔼.
 
The following users thanked this post: honey01, K.A.T.P.E.R, gaitondee

Offline K.A.T.P.E.R

  • Junior Moderator
  • Royal Member
  • *
  • Thanked: 3293
  • Reputation: 260
  • Activity:
    0%
  • Join Date: Dec 2019
  • Posts: 1010
  • Gender: Male
Re: Suggestion
« Reply #55 on: May 31, 2020, 03:35:40 PM »
You are not allowed to view links. Register or Login
I tested with a small video and basic command, and it ran pretty well, I think other commands will work well, I used normal TPU (since small video), you can change to GPU.



Code: You are not allowed to view links. Register or Login

ffmpeg version 3.4.6-0ubuntu0.18.04.1 Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 7 (Ubuntu 7.3.0-16ubuntu3)
  configuration: --prefix=/usr --extra-version=0ubuntu0.18.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
  libavutil      55. 78.100 / 55. 78.100
  libavcodec     57.107.100 / 57.107.100
  libavformat    57. 83.100 / 57. 83.100
  libavdevice    57. 10.100 / 57. 10.100
  libavfilter     6.107.100 /  6.107.100
  libavresample   3.  7.  0 /  3.  7.  0
  libswscale      4.  8.100 /  4.  8.100
  libswresample   2.  9.100 /  2.  9.100
  libpostproc    54.  7.100 / 54.  7.100
Input #0, matroska,webm, from '/content/Downloads/BheemForRamarajuRRR.mkv':
  Metadata:
    title           : Bheem For Ramaraju - RRR (Telugu) - Happy Birthday Ram Charan | NTR, Ajay Devgn | SS Rajamouli
    PURL            : [youtube]2_BkCz3OnlY[/youtube]
    COMPATIBLE_BRANDS: iso6avc1mp41
    MAJOR_BRAND     : dash
    MINOR_VERSION   : 0
    ARTIST          : DVV Entertainment
    DATE            : 20200327
    DESCRIPTION     : Description:
                    :
                    : Here’s Ram Charan’s First Look Video from RRR Movie (Telugu) on his Birthday. Introducing Ramaraju to you all by Bheem.. #RRR #RRRMovie #RamCharan . Bheem For Ramaraju.
                    :
                    : Cast: NTR, Ram Charan, Ajay Devgn, Alia Bhatt, Olivia Morris, Samuthirakani, Alison Doody, Ray Stevenson
                    :
                    : Screenplay & Direction: S.S. Rajamouli
                    : Presented by: D. Parvathi
                    : Producer: DVV Danayya
                    : Story: V. Vijayendra Prasad
                    : DOP: K.K. Senthil Kumar
                    : Production Designer: Sabu Cyril
                    : Music Composer: M.M. Keeravaani
                    : VFX Supervision: V Srinivas Mohan
                    : Editor: Sreekar Prasad
                    : Costume Designer: Rama Rajamouli
                    : Dialogues: Sai Madhav Burra
    COMMENT         : Description:
                    :
                    : Here’s Ram Charan’s First Look Video from RRR Movie (Telugu) on his Birthday. Introducing Ramaraju to you all by Bheem.. #RRR #RRRMovie #RamCharan . Bheem For Ramaraju.
                    :
                    : Cast: NTR, Ram Charan, Ajay Devgn, Alia Bhatt, Olivia Morris, Samuthirakani, Alison Doody, Ray Stevenson
                    :
                    : Screenplay & Direction: S.S. Rajamouli
                    : Presented by: D. Parvathi
                    : Producer: DVV Danayya
                    : Story: V. Vijayendra Prasad
                    : DOP: K.K. Senthil Kumar
                    : Production Designer: Sabu Cyril
                    : Music Composer: M.M. Keeravaani
                    : VFX Supervision: V Srinivas Mohan
                    : Editor: Sreekar Prasad
                    : Costume Designer: Rama Rajamouli
                    : Dialogues: Sai Madhav Burra
    ENCODER         : Lavf57.83.100
  Duration: 00:01:13.98, start: 0.000000, bitrate: 1589 kb/s
    Stream #0:0: Video: h264 (Main), yuv420p(tv, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], 24 fps, 24 tbr, 1k tbn, 48 tbc (default)
    Metadata:
      HANDLER_NAME    : ISO Media file produced by Google Inc.
      DURATION        : 00:01:13.916000000
    Stream #0:1: Audio: aac (LC), 44100 Hz, stereo, fltp (default)
    Metadata:
      HANDLER_NAME    : ISO Media file produced by Google Inc.
      DURATION        : 00:01:13.979000000
File '/content/Downloads/editBheemForRamarajuRRR.mkv' already exists. Overwrite ? [y/N] y
Output #0, matroska, to '/content/Downloads/editBheemForRamarajuRRR.mkv':
  Metadata:
    title           : Bheem For Ramaraju - RRR (Telugu) - Happy Birthday Ram Charan | NTR, Ajay Devgn | SS Rajamouli
    PURL            : [youtube]2_BkCz3OnlY[/youtube]
    COMPATIBLE_BRANDS: iso6avc1mp41
    MAJOR_BRAND     : dash
    MINOR_VERSION   : 0
    ARTIST          : DVV Entertainment
    DATE            : 20200327
    DESCRIPTION     : Description:
                    :
                    : Here’s Ram Charan’s First Look Video from RRR Movie (Telugu) on his Birthday. Introducing Ramaraju to you all by Bheem.. #RRR #RRRMovie #RamCharan . Bheem For Ramaraju.
                    :
                    : Cast: NTR, Ram Charan, Ajay Devgn, Alia Bhatt, Olivia Morris, Samuthirakani, Alison Doody, Ray Stevenson
                    :
                    : Screenplay & Direction: S.S. Rajamouli
                    : Presented by: D. Parvathi
                    : Producer: DVV Danayya
                    : Story: V. Vijayendra Prasad
                    : DOP: K.K. Senthil Kumar
                    : Production Designer: Sabu Cyril
                    : Music Composer: M.M. Keeravaani
                    : VFX Supervision: V Srinivas Mohan
                    : Editor: Sreekar Prasad
                    : Costume Designer: Rama Rajamouli
                    : Dialogues: Sai Madhav Burra
    COMMENT         : Description:
                    :
                    : Here’s Ram Charan’s First Look Video from RRR Movie (Telugu) on his Birthday. Introducing Ramaraju to you all by Bheem.. #RRR #RRRMovie #RamCharan . Bheem For Ramaraju.
                    :
                    : Cast: NTR, Ram Charan, Ajay Devgn, Alia Bhatt, Olivia Morris, Samuthirakani, Alison Doody, Ray Stevenson
                    :
                    : Screenplay & Direction: S.S. Rajamouli
                    : Presented by: D. Parvathi
                    : Producer: DVV Danayya
                    : Story: V. Vijayendra Prasad
                    : DOP: K.K. Senthil Kumar
                    : Production Designer: Sabu Cyril
                    : Music Composer: M.M. Keeravaani
                    : VFX Supervision: V Srinivas Mohan
                    : Editor: Sreekar Prasad
                    : Costume Designer: Rama Rajamouli
                    : Dialogues: Sai Madhav Burra
    encoder         : Lavf57.83.100
    Stream #0:0: Video: h264 (Main) (H264 / 0x34363248), yuv420p(tv, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 24 fps, 24 tbr, 1k tbn, 1k tbc (default)
    Metadata:
      HANDLER_NAME    : ISO Media file produced by Google Inc.
      DURATION        : 00:01:13.916000000
    Stream #0:1: Audio: aac (LC) ([255][0][0][0] / 0x00FF), 44100 Hz, stereo, fltp (default)
    Metadata:
      HANDLER_NAME    : ISO Media file produced by Google Inc.
      DURATION        : 00:01:13.979000000
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
frame= 1433 fps=0.0 q=-1.0 Lsize=   12722kB time=00:00:59.99 bitrate=1737.2kbits/s speed=1.1e+03x   
video:11753kB audio:938kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.249488%

Thats very good news and thanks a lot.

but i got error when i run this vode in colab, i just changed the file path and run entire code, it gave following error

Code: You are not allowed to view links. Register or Login
  File "<ipython-input-2-684ac2d5c2c8>", line 2
    ffmpeg version 3.4.6-0ubuntu0.18.04.1 Copyright (c) 2000-2019 the FFmpeg developers
                 ^
SyntaxError: invalid syntax

i have to run entire code or one by one?
Remember the name... K.A.T.P.E.R
You are not allowed to view links. Register or Login
 

Offline K.A.T.P.E.R

  • Junior Moderator
  • Royal Member
  • *
  • Thanked: 3293
  • Reputation: 260
  • Activity:
    0%
  • Join Date: Dec 2019
  • Posts: 1010
  • Gender: Male
Re: Suggestion
« Reply #56 on: May 31, 2020, 03:50:17 PM »
ignore above post, here what i got

Code: You are not allowed to view links. Register or Login
ffmpeg version 3.4.6-0ubuntu0.18.04.1 Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 7 (Ubuntu 7.3.0-16ubuntu3)
  configuration: --prefix=/usr --extra-version=0ubuntu0.18.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
  libavutil      55. 78.100 / 55. 78.100
  libavcodec     57.107.100 / 57.107.100
  libavformat    57. 83.100 / 57. 83.100
  libavdevice    57. 10.100 / 57. 10.100
  libavfilter     6.107.100 /  6.107.100
  libavresample   3.  7.  0 /  3.  7.  0
  libswscale      4.  8.100 /  4.  8.100
  libswresample   2.  9.100 /  2.  9.100
  libpostproc    54.  7.100 / 54.  7.100
[color=red]/content/drive/Shared: No such file or directory[/color]
Remember the name... K.A.T.P.E.R
You are not allowed to view links. Register or Login
 

Offline 𝕄𝕒𝕟𝕕𝕠

  • Global Moderator
  • Hot Member
  • *
  • Thanked: 681
  • Reputation: 114
  • Activity:
    0%
  • Join Date: Dec 2019
  • Location: 𝕄𝔸ℕ𝔻𝔸𝕃𝕆ℝ𝔼
  • Posts: 513
  • Gender: Male
Re: Suggestion
« Reply #57 on: May 31, 2020, 04:23:27 PM »
You are not allowed to view links. Register or Login
ignore above post, here what i got

Code: You are not allowed to view links. Register or Login
ffmpeg version 3.4.6-0ubuntu0.18.04.1 Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 7 (Ubuntu 7.3.0-16ubuntu3)
  configuration: --prefix=/usr --extra-version=0ubuntu0.18.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
  libavutil      55. 78.100 / 55. 78.100
  libavcodec     57.107.100 / 57.107.100
  libavformat    57. 83.100 / 57. 83.100
  libavdevice    57. 10.100 / 57. 10.100
  libavfilter     6.107.100 /  6.107.100
  libavresample   3.  7.  0 /  3.  7.  0
  libswscale      4.  8.100 /  4.  8.100
  libswresample   2.  9.100 /  2.  9.100
  libpostproc    54.  7.100 / 54.  7.100
[color=red]/content/drive/Shared: No such file or directory[/color]

Path shouldn't contain any blank spaces.
With ♥️ from 𝕄𝔸ℕ𝔻𝔸𝕃𝕆ℝ𝔼.
 

Offline K.A.T.P.E.R

  • Junior Moderator
  • Royal Member
  • *
  • Thanked: 3293
  • Reputation: 260
  • Activity:
    0%
  • Join Date: Dec 2019
  • Posts: 1010
  • Gender: Male
Re: Suggestion
« Reply #58 on: May 31, 2020, 05:04:57 PM »
You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login
ignore above post, here what i got

Code: You are not allowed to view links. Register or Login
ffmpeg version 3.4.6-0ubuntu0.18.04.1 Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 7 (Ubuntu 7.3.0-16ubuntu3)
  configuration: --prefix=/usr --extra-version=0ubuntu0.18.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
  libavutil      55. 78.100 / 55. 78.100
  libavcodec     57.107.100 / 57.107.100
  libavformat    57. 83.100 / 57. 83.100
  libavdevice    57. 10.100 / 57. 10.100
  libavfilter     6.107.100 /  6.107.100
  libavresample   3.  7.  0 /  3.  7.  0
  libswscale      4.  8.100 /  4.  8.100
  libswresample   2.  9.100 /  2.  9.100
  libpostproc    54.  7.100 / 54.  7.100
[color=red]/content/drive/Shared: No such file or directory[/color]

Path shouldn't contain any blank spaces.

i removed it, and placed % in between, and i also tried to change file and directory name so it have no space. But still i get same error.
it seems i am missing something in code and it reach to my drive.
i have mounted my drive using this code

Code: You are not allowed to view links. Register or Login
from google.colab import drive
drive.mount('/content/drive')

and then your code
Code: You are not allowed to view links. Register or Login
!ffmpeg -i /content/drive/My Drive/VTS.VOB -ss 00:00:36 -codec copy -t 60 /content/drive/My Drive/VTS.mkv
First file was in shared drive, i moved it to my drive  but still same error.

is there any dependencies i need to add first?
Remember the name... K.A.T.P.E.R
You are not allowed to view links. Register or Login
 

Offline 𝕄𝕒𝕟𝕕𝕠

  • Global Moderator
  • Hot Member
  • *
  • Thanked: 681
  • Reputation: 114
  • Activity:
    0%
  • Join Date: Dec 2019
  • Location: 𝕄𝔸ℕ𝔻𝔸𝕃𝕆ℝ𝔼
  • Posts: 513
  • Gender: Male
Re: Suggestion
« Reply #59 on: May 31, 2020, 05:33:01 PM »
You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login
ignore above post, here what i got

Code: You are not allowed to view links. Register or Login
ffmpeg version 3.4.6-0ubuntu0.18.04.1 Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 7 (Ubuntu 7.3.0-16ubuntu3)
  configuration: --prefix=/usr --extra-version=0ubuntu0.18.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
  libavutil      55. 78.100 / 55. 78.100
  libavcodec     57.107.100 / 57.107.100
  libavformat    57. 83.100 / 57. 83.100
  libavdevice    57. 10.100 / 57. 10.100
  libavfilter     6.107.100 /  6.107.100
  libavresample   3.  7.  0 /  3.  7.  0
  libswscale      4.  8.100 /  4.  8.100
  libswresample   2.  9.100 /  2.  9.100
  libpostproc    54.  7.100 / 54.  7.100
[color=red]/content/drive/Shared: No such file or directory[/color]

Path shouldn't contain any blank spaces.

i removed it, and placed % in between, and i also tried to change file and directory name so it have no space. But still i get same error.
it seems i am missing something in code and it reach to my drive.
i have mounted my drive using this code

Code: You are not allowed to view links. Register or Login
from google.colab import drive
drive.mount('/content/drive')

and then your code
Code: You are not allowed to view links. Register or Login
!ffmpeg -i /content/drive/My Drive/VTS.VOB -ss 00:00:36 -codec copy -t 60 /content/drive/My Drive/VTS.mkv
First file was in shared drive, i moved it to my drive  but still same error.

is there any dependencies i need to add first?

Put path in "double quotes", if it have spaces.
With ♥️ from 𝕄𝔸ℕ𝔻𝔸𝕃𝕆ℝ𝔼.
 
The following users thanked this post: K͡m͡3͡3͡4͡

Offline K.A.T.P.E.R

  • Junior Moderator
  • Royal Member
  • *
  • Thanked: 3293
  • Reputation: 260
  • Activity:
    0%
  • Join Date: Dec 2019
  • Posts: 1010
  • Gender: Male
Re: Suggestion
« Reply #60 on: May 31, 2020, 06:10:33 PM »
You are not allowed to view links. Register or Login

Put path in "double quotes", if it have spaces.

oh yeah it worked, code ran succesfully, but i got 5kb mkv file. Original file was 28mb .vob file.

here is output

Code: You are not allowed to view links. Register or Login
ffmpeg version 3.4.6-0ubuntu0.18.04.1 Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 7 (Ubuntu 7.3.0-16ubuntu3)
  configuration: --prefix=/usr --extra-version=0ubuntu0.18.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
  libavutil      55. 78.100 / 55. 78.100
  libavcodec     57.107.100 / 57.107.100
  libavformat    57. 83.100 / 57. 83.100
  libavdevice    57. 10.100 / 57. 10.100
  libavfilter     6.107.100 /  6.107.100
  libavresample   3.  7.  0 /  3.  7.  0
  libswscale      4.  8.100 /  4.  8.100
  libswresample   2.  9.100 /  2.  9.100
  libpostproc    54.  7.100 / 54.  7.100
Input #0, mpeg, from '/content/drive/My Drive/VTS.VOB':
  Duration: 00:00:36.10, start: 0.280633, bitrate: 6547 kb/s
    Stream #0:0[0x1bf]: Data: dvd_nav_packet
    Stream #0:1[0x1e0]: Video: mpeg2video (Main), yuv420p(tv, smpte170m, top first), 720x480 [SAR 8:9 DAR 4:3], 6000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
    Stream #0:2[0x80]: Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s
Output #0, matroska, to '/content/drive/My Drive/VTS.mkv':
  Metadata:
    encoder         : Lavf57.83.100
    Stream #0:0: Video: mpeg2video (Main) (mpg2 / 0x3267706D), yuv420p(tv, smpte170m, top first), 720x480 [SAR 8:9 DAR 4:3], q=2-31, 6000 kb/s, 29.97 fps, 29.97 tbr, 1k tbn, 90k tbc
    Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, 5.1(side), fltp, 384 kb/s
Stream mapping:
  Stream #0:1 -> #0:0 (copy)
  Stream #0:2 -> #0:1 (copy)
Press [q] to stop, [?] for help
frame=    0 fps=0.0 q=-1.0 Lsize=       5kB time=00:00:00.06 bitrate= 682.5kbits/s speed=1.01x   
video:0kB audio:4kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 18.489584%
Remember the name... K.A.T.P.E.R
You are not allowed to view links. Register or Login
 
The following users thanked this post: K͡m͡3͡3͡4͡

Offline 𝕄𝕒𝕟𝕕𝕠

  • Global Moderator
  • Hot Member
  • *
  • Thanked: 681
  • Reputation: 114
  • Activity:
    0%
  • Join Date: Dec 2019
  • Location: 𝕄𝔸ℕ𝔻𝔸𝕃𝕆ℝ𝔼
  • Posts: 513
  • Gender: Male
Re: Suggestion
« Reply #61 on: June 01, 2020, 01:59:13 PM »
You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login

Put path in "double quotes", if it have spaces.

oh yeah it worked, code ran succesfully, but i got 5kb mkv file. Original file was 28mb .vob file.

here is output

Code: You are not allowed to view links. Register or Login
ffmpeg version 3.4.6-0ubuntu0.18.04.1 Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 7 (Ubuntu 7.3.0-16ubuntu3)
  configuration: --prefix=/usr --extra-version=0ubuntu0.18.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
  libavutil      55. 78.100 / 55. 78.100
  libavcodec     57.107.100 / 57.107.100
  libavformat    57. 83.100 / 57. 83.100
  libavdevice    57. 10.100 / 57. 10.100
  libavfilter     6.107.100 /  6.107.100
  libavresample   3.  7.  0 /  3.  7.  0
  libswscale      4.  8.100 /  4.  8.100
  libswresample   2.  9.100 /  2.  9.100
  libpostproc    54.  7.100 / 54.  7.100
Input #0, mpeg, from '/content/drive/My Drive/VTS.VOB':
  Duration: 00:00:36.10, start: 0.280633, bitrate: 6547 kb/s
    Stream #0:0[0x1bf]: Data: dvd_nav_packet
    Stream #0:1[0x1e0]: Video: mpeg2video (Main), yuv420p(tv, smpte170m, top first), 720x480 [SAR 8:9 DAR 4:3], 6000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
    Stream #0:2[0x80]: Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s
Output #0, matroska, to '/content/drive/My Drive/VTS.mkv':
  Metadata:
    encoder         : Lavf57.83.100
    Stream #0:0: Video: mpeg2video (Main) (mpg2 / 0x3267706D), yuv420p(tv, smpte170m, top first), 720x480 [SAR 8:9 DAR 4:3], q=2-31, 6000 kb/s, 29.97 fps, 29.97 tbr, 1k tbn, 90k tbc
    Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, 5.1(side), fltp, 384 kb/s
Stream mapping:
  Stream #0:1 -> #0:0 (copy)
  Stream #0:2 -> #0:1 (copy)
Press [q] to stop, [?] for help
frame=    0 fps=0.0 q=-1.0 Lsize=       5kB time=00:00:00.06 bitrate= 682.5kbits/s speed=1.01x   
video:0kB audio:4kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 18.489584%

Still no idea. 🤔🤔
With ♥️ from 𝕄𝔸ℕ𝔻𝔸𝕃𝕆ℝ𝔼.
 
The following users thanked this post: K͡m͡3͡3͡4͡

Offline PRITTS

  • Hero Member
  • **
  • Thanked: 37
  • Reputation: 2
  • Activity:
    0%
  • Join Date: May 2020
  • Posts: 340
Re: Suggestion
« Reply #62 on: June 13, 2020, 12:46:22 PM »
You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login

go here~ You are not allowed to view links. Register or Login
+Repute added to honey01 bro !
Please keep helping us like this
 
The following users thanked this post: K͡m͡3͡3͡4͡

Offline honey01

  • Legend
  • Legend Member
  • *
  • Thanked: 949
  • Reputation: 338
  • Activity:
    0.2%
  • Join Date: Sep 2019
  • Posts: 1995
Re: Suggestion
« Reply #63 on: June 23, 2020, 03:29:24 PM »
I have mentioned it in the past too.

Can you You are not allowed to view links. Register or Login add link to sub forum into current thread itself?

(under the navigation bar) Currently its like~ ShareSpark -- Unbroken (2014) Org Untouched BD DD 5.1CH 448Kbps Hindi Audio By ~TombDoc

you have to click on drop down menu to find link of sub forum.

Can it be made like~

ShareSpark >  Dubbed Zone (Dubbed English in Hindi) >  English Movies Dubbed in Hindi >  Dubbed Hindi Audio Files > Unbroken (2014) Org Untouched BD DD 5.1CH 448Kbps Hindi Audio By ~TombDoc


Where everything is clickable?

Thanks
 
The following users thanked this post: sksinha, K͡m͡3͡3͡4͡

Offline gauraiya

  • Semi Newbie
  • *
  • Thanked: 12
  • Reputation: 1
  • Activity:
    0%
  • Join Date: Feb 2020
  • Posts: 20
Re: Suggestion
« Reply #64 on: July 28, 2020, 05:17:23 PM »
I was thinking if it was possible to create a child board or perhaps "their own separated area" for the non-Hindi albums? There are many interesting albums in Bengali, Telugu etc. shared in "the Hindi mp3 songs" which may deserve their own area in my opinion. I think finding them would be more logical in this way because there are "the separated areas" for Bollywood and other regional movies, too.

I hope you got my point. :-[
Living for discovering the enjoyable music and seeing the beauty of this ugly world
 
The following users thanked this post: K͡m͡3͡3͡4͡

Offline Pranab

  • Uploader
  • Semi Newbie
  • *
  • Thanked: 9
  • Reputation: 0
  • Activity:
    0%
  • Join Date: Oct 2019
  • Posts: 26
Re: Suggestion
« Reply #65 on: August 05, 2020, 03:32:05 AM »
Pls add more and more bangla music video songs and bangla movies.
 
The following users thanked this post: K͡m͡3͡3͡4͡

Offline honey01

  • Legend
  • Legend Member
  • *
  • Thanked: 949
  • Reputation: 338
  • Activity:
    0.2%
  • Join Date: Sep 2019
  • Posts: 1995
Re: Suggestion
« Reply #66 on: August 10, 2020, 10:16:22 AM »
You are not allowed to view links. Register or Login

Can the shoutbox text input box be made to appear on top of shouts?

 
The following users thanked this post: K͡m͡3͡3͡4͡

Offline PRITTS

  • Hero Member
  • **
  • Thanked: 37
  • Reputation: 2
  • Activity:
    0%
  • Join Date: May 2020
  • Posts: 340
Re: Suggestion
« Reply #67 on: August 24, 2020, 08:22:37 PM »
I know this is not the place to ask this question but Whenever I play any movie from ShareSpark in my Motorola 4K TV, it plays very fast (as if I have fast forwarded it).
I tried playing videos with default Multi Media player, MX Player, VLC player but same problem is there.
Please guide me what should I do ?
 
The following users thanked this post: JohnnySins, K͡m͡3͡3͡4͡

Offline JohnnySins

  • Team SSX
  • Hero Member
  • *
  • Thanked: 395
  • Reputation: 25
  • Activity:
    0%
  • Join Date: Feb 2020
  • Posts: 395
  • Gender: Male
Re: Suggestion
« Reply #68 on: August 24, 2020, 08:37:19 PM »
You are not allowed to view links. Register or Login
I know this is not the place to ask this question but Whenever I play any movie from ShareSpark in my Motorola 4K TV, it plays very fast (as if I have fast forwarded it).
I tried playing videos with default Multi Media player, MX Player, VLC player but same problem is there.
Please guide me what should I do ?
try to off memc in option i think it'll help
 
The following users thanked this post: PRITTS, K͡m͡3͡3͡4͡

Offline PRITTS

  • Hero Member
  • **
  • Thanked: 37
  • Reputation: 2
  • Activity:
    0%
  • Join Date: May 2020
  • Posts: 340
Re: Suggestion
« Reply #69 on: August 24, 2020, 11:09:39 PM »
@ JohnnySins bro,
Thanks for the reply.
As per your suggestion, I turned off MEMC but still no use.
 

Offline PRITTS

  • Hero Member
  • **
  • Thanked: 37
  • Reputation: 2
  • Activity:
    0%
  • Join Date: May 2020
  • Posts: 340
Re: Suggestion
« Reply #70 on: August 25, 2020, 02:41:17 PM »
@ JohnnySins bro,
Ur advice worked like a charm !
Now when I checked closely, after turning off the MEMC, videos are playing without any problem.
+REPUTE added.
Please keep helping like this.
 
The following users thanked this post: K͡m͡3͡3͡4͡

Offline King87

  • Semi Newbie
  • *
  • Thanked: 17
  • Reputation: 2
  • Activity:
    0%
  • Join Date: Oct 2019
  • Posts: 45
  • ?????
Re: Suggestion
« Reply #71 on: December 21, 2020, 04:35:02 PM »
simplfy the music section (hindi mp3 songs)

Digital Webrips > Tidal, Deezer & Spotify ( Many more)
Original ACD rips > (Rippied from genuine CD Rips)

 



 

 
The following users thanked this post: K͡m͡3͡3͡4͡

Offline HeroUnknown

  • Beginner
  • *
  • Thanked: 22
  • Reputation: 2
  • Activity:
    0%
  • Join Date: Jan 2021
  • Posts: 97
  • Gender: Male
  • May Innos be with You!
Re: Suggestion
« Reply #72 on: January 24, 2021, 07:45:47 PM »
If possible use sharer.pw for sharing files above 15+gb, it automatically adds the file to the first shared/team drive. Would save the trouble of people requesting direct drive links for bigger sized files.  :hat:
 
The following users thanked this post: King87, K͡m͡3͡3͡4͡

Offline mritunjay133

  • Uploader
  • Semi Newbie
  • *
  • Thanked: 2
  • Reputation: 0
  • Activity:
    0%
  • Join Date: Oct 2020
  • Posts: 5
Re: Suggestion
« Reply #73 on: February 05, 2021, 04:12:48 AM »
You are not allowed to view links. Register or Login
Comment your suggestions. All suggestions are welcome  :hi:
Can we add some content from discovey plus and nat geo. And make topics NF and AMZN and DYHS topics seperately. Thanks:-)
 
The following users thanked this post: King87, K͡m͡3͡3͡4͡

Offline JugheadJones

  • Semi Newbie
  • *
  • Thanked: 8
  • Reputation: 0
  • Activity:
    0%
  • Join Date: Mar 2021
  • Posts: 37
Re: Suggestion
« Reply #74 on: March 20, 2021, 01:55:13 PM »
can we have a section of bollywood UHQ pictures?
 

Tags: suggestion 
 

SimplePortal 2.3.7 © 2008-2024, SimplePortal