JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #441  
Old 30.11.2013, 20:33
Ogod
Guest
 
Posts: n/a
Default

Hi again, and really, thank you for all your effort! the log ID I received is:

30.11.13 20.31.32to30.11.13 20.31.46 jdlog://2062905774831/
Reply With Quote
  #442  
Old 01.12.2013, 07:20
titus titus is offline
Peta Loader
 
Join Date: Jan 2010
Posts: 184
Default

So why do I suddenly need FFMPEG for downloading MP4 and since when can't I resume downloading these files? Usually I could press stop and download something else to resume later but now when I press stop, JD2 warns me that I would lose whatever MBs were already downloaded from that file.
Reply With Quote
  #443  
Old 01.12.2013, 13:32
maynak00's Avatar
maynak00 maynak00 is offline
JD Legend
 
Join Date: May 2009
Location: Turkey
Posts: 2,053
Default

-please add grab m4a option (3 different audio quality, downloading possible with dash support)
-please do not disable resumability (if possible),and for dash videos dont remove "_DASH_" in video names
-add disable DASH option for some resolutions (ex. 240p,360p,720p)
-grab 2 version 720p,360p,240p videos (with DASH and without DASH)(because DASH videos lower video quality+better audio quality;regular videos better video quality,standard audio quality)

-if possible.add Encoded date & Tagged date infos(file uploaded date and time on youtube,time of creation;date info in JD>plugin settings>youtube *date*) in mp4 files (checked with mediainfo lite.no Encoded date & Tagged date infos in mp4 files)

-please add option to use ffmpeg or mp4box or mencoder
**External links are only visible to Support Staff****External links are only visible to Support Staff**
with ffmpeg: Format: MPEG-4 Format profile: Base Media Codec ID: isom Encoded date: no info Tagged date: no info
with mp4box: Format: MPEG-4 Format profile: Base Media / Version 2 Codec ID: mp42 Encoded date: UTC YYYY-MM-DD HH:MM:SS Tagged date: UTC YYYY-MM-DD HH:MM:SS

dash and mp4box: **External links are only visible to Support Staff****External links are only visible to Support Staff**
mp4box usage: **External links are only visible to Support Staff****External links are only visible to Support Staff**
latest version: **External links are only visible to Support Staff****External links are only visible to Support Staff**
Release 0.5.0 of GPAC is finally out, with many new features and bug fixes, including:
- MPEG-DASH and HLS support (players and MP4Box )

---------------------------------------------
**External links are only visible to Support Staff****External links are only visible to Support Staff**
Container:
isom: MP4 Base Media v1 [IS0 14496-12:2003]
- iso2: MP4 Base Media v2 [ISO 14496-12:2005]
- avc1: MP4 Base w/ AVC ext [ISO 14496-12:2005]
- mp41: MP4 v1 [ISO 14496-1:ch13]

Convert ISOM(MP41) to MP42 with FFMPEG: **External links are only visible to Support Staff****External links are only visible to Support Staff**
---------------------------------------------

EDIT: mencoder & youtube-dl
Spoiler:
Code:
**External links are only visible to Support Staff**
It seems youtube is removing the 1080p videos in mp4 and webm formats. They now use a new format (DASH) for 1080p. This format is not supported yet by smplayer.

In this format the video and audio are separated in different streams. Youtube-dl can download videos in this format (it’s necessary to download both the video and audio streams). The development version of smplayer can play the files downloaded by youtube-dl. You just open the video (with mp4 extension) and smplayer will use automatically the m4a for the audio.

This example shows how to download both the video and audio with youtube-dl:

This lists the available formats:

youtube-dl -F **External links are only visible to Support Staff**

[youtube] Setting language
[youtube] Vpg9yizPP_g: Downloading video webpage
[youtube] Vpg9yizPP_g: Downloading video info webpage
[youtube] Vpg9yizPP_g: Extracting video information
Available formats:
22 : mp4 [720x1280]
18 : mp4 [360x640]
43 : webm [360x640]
5 : flv [240x400]
36 : 3gp [240x320]
17 : 3gp [144x176]
137 : mp4 [1080p] (DASH Video)
136 : mp4 [720p] (DASH Video)
135 : mp4 [480p] (DASH Video)
134 : mp4 [360p] (DASH Video)
133 : mp4 [240p] (DASH Video)
160 : mp4 [192p] (DASH Video)
141 : m4a [256k] (DASH Audio)
140 : m4a [128k] (DASH Audio)
139 : m4a [48k] (DASH Audio)
This downloads the video:

youtube-dl -f 137 **External links are only visible to Support Staff**

[youtube] Setting language
[youtube] Vpg9yizPP_g: Downloading video webpage
[youtube] Vpg9yizPP_g: Downloading video info webpage
[youtube] Vpg9yizPP_g: Extracting video information
[download] Destination: Big Buck Bunny [HD] _ FULL MOVIE Short film (2008)-Vpg9yizPP_g.mp4
[download] 100% of 205.34MiB in 02:53
This downloads the audio:

youtube-dl -f 141 **External links are only visible to Support Staff**

[youtube] Setting language
[youtube] Vpg9yizPP_g: Downloading video webpage
[youtube] Vpg9yizPP_g: Downloading video info webpage
[youtube] Vpg9yizPP_g: Extracting video information
[download] Destination: Big Buck Bunny [HD] _ FULL MOVIE Short film (2008)-Vpg9yizPP_g.m4a
[download] 100% of 18.14MiB in 00:20
Now smplayer can play both files by opening the mp4:

smplayer "Big Buck Bunny [HD] _ FULL MOVIE Short film (2008)-Vpg9yizPP_g.mp4"
This requires the development version of smplayer, the latest version of youtube-dl and a very recent version of mplayer (with older ones, file plays but seek doesn’t work correctly).

If you want to join the video and audio files into one video file, it seems it can be done with mencoder (again, you need a very recent version of mencoder):

mencoder -oac copy -ovc copy -fafmttag 0x706d -of lavf -lavfopts format=mp4 "Big Buck Bunny [HD] _ FULL MOVIE Short film (2008)-Vpg9yizPP_g.mp4" -audiofile "Big Buck Bunny [HD] _ FULL MOVIE Short film (2008)-Vpg9yizPP_g.m4a" -o full_movie.mp4
__________________
JD->:thumbup:
Spoiler:
Java:
**External links are only visible to Support Staff**Official
**External links are only visible to Support Staff**x86&x64
**External links are only visible to Support Staff**JavaRa
JDownloader:
**External links are only visible to Support Staff**JD-ZIP
JD-Installer
JD-Nightly
JD2-x86
JD2-x64
JD2 noadware:
http://board.jdownloader.org/showthread.php?t=54725
http://jdownloader.org/jdownloader2
JD2-upd only
JD Dev., Translator: http://svn.jdownloader.org/users/271
speedtest.net/result/3156325665.png
speedtest.net/result/2332385983.png

Last edited by maynak00; 08.12.2013 at 16:56.
Reply With Quote
  #444  
Old 01.12.2013, 17:23
AiWA
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by thedon1 View Post
hey guys, nice job adding 1080p again, but a lot of videos still coming up as offline. Here are some example url's. These videos are not age restricted either.

**External links are only visible to Support Staff****External links are only visible to Support Staff**

**External links are only visible to Support Staff****External links are only visible to Support Staff**

**External links are only visible to Support Staff****External links are only visible to Support Staff**

**External links are only visible to Support Staff****External links are only visible to Support Staff**

**External links are only visible to Support Staff****External links are only visible to Support Staff**

thanks for taking a look...there are many more
Here the same. I use a Proxy in JD (because blocked by GEMA in Germany). But don't work. In summer it worked great but now not.

Look here: click

Last edited by AiWA; 01.12.2013 at 18:39.
Reply With Quote
  #445  
Old 01.12.2013, 19:52
Lram32's Avatar
Lram32 Lram32 is offline
Spanish Supporter
 
Join Date: Jul 2012
Location: Dark side of the moon
Posts: 9,929
Default

Just wait until the new support will be totally done, the ticket hasn't been closed yet, that means there are some things to check.
__________________
» Setup JD2 / Instalador de JD2 «
Spoiler:

Installer for Windows XP/Vista/Seven/Eight
|| JD2 x86 - x64 (Beta) ||

Installer for Mac
|| JD2 (Beta) ||

Installers for Linux
|| JD2 (Beta) x86 || <---> || JD2 (Beta) x64 ||

How to Create a Log
-» Click Here «-


¿Cómo crear un registro?
-» Click Aquí «-


Support Chat / Chat de Soporte
-» Click Here / Click Aquí «-


Reply With Quote
  #446  
Old 01.12.2013, 23:39
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 68,372
Default

Merged YT threads.

GreeZ psp
__________________

On vacation / im Urlaub
From/von: 2023-09-26
To/bis: TBA


JD Supporter, Plugin Dev. & Community Manager
JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Reply With Quote
  #447  
Old 02.12.2013, 12:50
Ottroman
Guest
 
Posts: n/a
Smile

**External links are only visible to Support Staff**link freemake_video_downloader can download all youtube format... maybe someone could extract the code from it?
Reply With Quote
  #448  
Old 02.12.2013, 16:39
AiWA
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Lram32 View Post
Just wait until the new support will be totally done, the ticket hasn't been closed yet, that means there are some things to check.
Which ticket do you mean?
Reply With Quote
  #449  
Old 02.12.2013, 17:00
Lram32's Avatar
Lram32 Lram32 is offline
Spanish Supporter
 
Join Date: Jul 2012
Location: Dark side of the moon
Posts: 9,929
Default

This:
__________________
» Setup JD2 / Instalador de JD2 «
Spoiler:

Installer for Windows XP/Vista/Seven/Eight
|| JD2 x86 - x64 (Beta) ||

Installer for Mac
|| JD2 (Beta) ||

Installers for Linux
|| JD2 (Beta) x86 || <---> || JD2 (Beta) x64 ||

How to Create a Log
-» Click Here «-


¿Cómo crear un registro?
-» Click Aquí «-


Support Chat / Chat de Soporte
-» Click Here / Click Aquí «-


Reply With Quote
  #450  
Old 02.12.2013, 19:50
maynak00's Avatar
maynak00 maynak00 is offline
JD Legend
 
Join Date: May 2009
Location: Turkey
Posts: 2,053
Default

@pspzockerscene & @Lram32
please create tickets for mp4box and m4a ? (post #441)
__________________
JD->:thumbup:
Spoiler:
Java:
**External links are only visible to Support Staff**Official
**External links are only visible to Support Staff**x86&x64
**External links are only visible to Support Staff**JavaRa
JDownloader:
**External links are only visible to Support Staff**JD-ZIP
JD-Installer
JD-Nightly
JD2-x86
JD2-x64
JD2 noadware:
http://board.jdownloader.org/showthread.php?t=54725
http://jdownloader.org/jdownloader2
JD2-upd only
JD Dev., Translator: http://svn.jdownloader.org/users/271
speedtest.net/result/3156325665.png
speedtest.net/result/2332385983.png
Reply With Quote
  #451  
Old 02.12.2013, 20:53
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 68,372
Default

Just add it to the dash ticket.

GreeZ psp
__________________

On vacation / im Urlaub
From/von: 2023-09-26
To/bis: TBA


JD Supporter, Plugin Dev. & Community Manager
JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Reply With Quote
  #452  
Old 02.12.2013, 22:43
maynak00's Avatar
maynak00 maynak00 is offline
JD Legend
 
Join Date: May 2009
Location: Turkey
Posts: 2,053
Default

Quote:
Originally Posted by pspzockerscene View Post
Just add it to the dash ticket.

GreeZ psp
Updated about 23 hours ago. Can I add (update) ? (I need your permission)
__________________
JD->:thumbup:
Spoiler:
Java:
**External links are only visible to Support Staff**Official
**External links are only visible to Support Staff**x86&x64
**External links are only visible to Support Staff**JavaRa
JDownloader:
**External links are only visible to Support Staff**JD-ZIP
JD-Installer
JD-Nightly
JD2-x86
JD2-x64
JD2 noadware:
http://board.jdownloader.org/showthread.php?t=54725
http://jdownloader.org/jdownloader2
JD2-upd only
JD Dev., Translator: http://svn.jdownloader.org/users/271
speedtest.net/result/3156325665.png
speedtest.net/result/2332385983.png
Reply With Quote
  #453  
Old 02.12.2013, 23:52
Lram32's Avatar
Lram32 Lram32 is offline
Spanish Supporter
 
Join Date: Jul 2012
Location: Dark side of the moon
Posts: 9,929
Default

Hi maynak00 I added the post that you said.
And the answer of @psp will be... Yes, you can
__________________
» Setup JD2 / Instalador de JD2 «
Spoiler:

Installer for Windows XP/Vista/Seven/Eight
|| JD2 x86 - x64 (Beta) ||

Installer for Mac
|| JD2 (Beta) ||

Installers for Linux
|| JD2 (Beta) x86 || <---> || JD2 (Beta) x64 ||

How to Create a Log
-» Click Here «-


¿Cómo crear un registro?
-» Click Aquí «-


Support Chat / Chat de Soporte
-» Click Here / Click Aquí «-


Reply With Quote
  #454  
Old 03.12.2013, 06:23
hero80
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Ottroman View Post
**External links are only visible to Support Staff**link freemake_video_downloader can download all youtube format... maybe someone could extract the code from it?
They are fake video format...
Reply With Quote
  #455  
Old 03.12.2013, 07:02
AiWA
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Lram32 View Post
This:
But was is with my proxy from premiumize.me? In youtube.com it works perfectly. But in JD it doesn't work. (OFFLINE)
Reply With Quote
  #456  
Old 03.12.2013, 14:15
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 68,372
Default

??
What does this problem have to do with premiumize.me?

GreeZ psp
__________________

On vacation / im Urlaub
From/von: 2023-09-26
To/bis: TBA


JD Supporter, Plugin Dev. & Community Manager
JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Reply With Quote
  #457  
Old 03.12.2013, 15:59
AiWA
Guest
 
Posts: n/a
Default

Maybe JD have problems with premiumize.me? btw. the Proxy? I don't know. My Problem is: YT Videos (blocked by gema) + JD and Proxy doesn't work. YT + Proxy = fine.
Reply With Quote
  #458  
Old 03.12.2013, 21:19
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 68,372
Default

Well Proxy + JD + youtube should work fine.
If not, we need a log...

GreeZ psp
__________________

On vacation / im Urlaub
From/von: 2023-09-26
To/bis: TBA


JD Supporter, Plugin Dev. & Community Manager
JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Reply With Quote
  #459  
Old 03.12.2013, 23:20
Patr100 Patr100 is offline
JD VIP
 
Join Date: Jan 2010
Posts: 499
Default

Quote:
Originally Posted by Patr100 View Post
I found the path to my ffmpeg.exe file Ok and download continued but after 100% downloaded I still have 2 files ending in DASHaudio and DASHvideo obviously not associated with any program unless I renamed them?


For 1080 format I'm still getting the same prompt for ffmpeg. Isn't JD supposed to remember the location?
Also for 1080 still getting 2 separate .dash files video and sound, 100& download then says "plug in outdated, try restarting"?
Is this still in progress?


03.12.13 13.08.57to02.12.13 16.56.55 jdlog://8784905774831/
Reply With Quote
  #460  
Old 03.12.2013, 23:26
Lram32's Avatar
Lram32 Lram32 is offline
Spanish Supporter
 
Join Date: Jul 2012
Location: Dark side of the moon
Posts: 9,929
Default

Hi,

For the ffmpeg issue, please read here:
http://board.jdownloader.org/showpos...&postcount=433

And:
http://board.jdownloader.org/showpos...&postcount=436
__________________
» Setup JD2 / Instalador de JD2 «
Spoiler:

Installer for Windows XP/Vista/Seven/Eight
|| JD2 x86 - x64 (Beta) ||

Installer for Mac
|| JD2 (Beta) ||

Installers for Linux
|| JD2 (Beta) x86 || <---> || JD2 (Beta) x64 ||

How to Create a Log
-» Click Here «-


¿Cómo crear un registro?
-» Click Aquí «-


Support Chat / Chat de Soporte
-» Click Here / Click Aquí «-


Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 09:48.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.