Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording (Adult streaming videos)
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #151  
Old 10-30-2016, 07:48 AM
jh82 jh82 is offline
Member
 
Join Date: Sep 2016
Posts: 37
jh82 is on a distinguished road
Default

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


Quote:
Originally Posted by ihryjfbd View Post
ffmpeg

for %%a in ("*.flv") do ffmpeg -i "%%a" -vcodec copy -c:a aac -b:a 128k -bsf aac_adtstoasc "newfiles\%%~na.mp4"
pause

I'm getting "%%a was unexpected at this time." I'm not sure what I'm doing wrong?
Reply With Quote
  #152  
Old 10-30-2016, 09:04 AM
jh82 jh82 is offline
Member
 
Join Date: Sep 2016
Posts: 37
jh82 is on a distinguished road
Default

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


Quote:
Originally Posted by jh82 View Post
I'm getting "%%a was unexpected at this time." I'm not sure what I'm doing wrong?

Ok, I put this in a batch file which seems to work better but now I'm getting "Codec 'h264' (28) is not supported by the bits
tream filter 'aac_adtstoasc'. Supported codecs are: aac (86018)
Error initializing bitstream filter: aac_adtstoasc"
Reply With Quote
  #153  
Old 10-30-2016, 09:32 AM
jh82 jh82 is offline
Member
 
Join Date: Sep 2016
Posts: 37
jh82 is on a distinguished road
Default

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


Quote:
Originally Posted by jh82 View Post
Ok, I put this in a batch file which seems to work better but now I'm getting "Codec 'h264' (28) is not supported by the bits
tream filter 'aac_adtstoasc'. Supported codecs are: aac (86018)
Error initializing bitstream filter: aac_adtstoasc"

Alright, after searching around here and on the web, I changed the code to this and it works

Code:
ffmpeg

for %%a in ("*.flv") do ffmpeg -i "%%a" -vcodec copy -acodec libmp3lame "newfiles\%%~na.mp4"
pause
I can hear audio now in kodi which is what I use for watching on my tv. Kodi didn't seem to recognize the CB audio codec. I'm not sure why the aac_adtstoasc didn't work, though and I'm not sure this is the best options?

Thanks for the help.
Reply With Quote
  #154  
Old 10-30-2016, 01:09 PM
mutation mutation is offline
Junior Member
 
Join Date: Oct 2016
Posts: 5
mutation is on a distinguished road
Default

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


@jh82

yes you can run it in windows too
just install python 2.7.x for windows
open cmd and type pip install requests to install requests module
just execute chaturbate.py when chaturbate.txt is ready in the same folder
Reply With Quote
  #155  
Old 10-30-2016, 10:19 PM
Rhawb347 Rhawb347 is offline
Junior Member
 
Join Date: Oct 2016
Posts: 1
Rhawb347 is on a distinguished road
Default

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


Quote:
Originally Posted by mutation View Post
@jh82

yes you can run it in windows too
just install python 2.7.x for windows
open cmd and type pip install requests to install requests module
just execute chaturbate.py when chaturbate.txt is ready in the same folder
Thank you for this script. It does work great. Could you possibly have it read the chaturbate.txt file occasionally during its run? I believe right now if you add URL's to the file after initial execution they will not be recorded until you reboot the process.
Reply With Quote
  #156  
Old 10-31-2016, 02:08 PM
mutation mutation is offline
Junior Member
 
Join Date: Oct 2016
Posts: 5
mutation is on a distinguished road
Default

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


it is reading chaturbate.txt every 3 seconds

while self.ok:
r = self.read_file()
...
time.sleep(3)

time.sleep(3) = sleep 3 seconds
read_file() = generate unique url list from file

if it cant find any url in first execution, it will exit
if it starts to download one, it wont stop even if u remove it from chaturbate.txt (until error)

like i said, this script is very ugly now
when i get free time, i'm thinking adding a basic ugly webpanel instead of .txt stuff to it

i didnt check it but you can run this script in android via qpython
(only module that i didnt test multiprocessing)
Reply With Quote
  #157  
Old 10-31-2016, 04:21 PM
ihryjfbd ihryjfbd is offline
Senior Member
 
Join Date: Oct 2015
Posts: 212
ihryjfbd is on a distinguished road
Default

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


Quote:
Originally Posted by jh82 View Post
Alright, after searching around here and on the web, I changed the code to this and it works

Code:
ffmpeg

for %%a in ("*.flv") do ffmpeg -i "%%a" -vcodec copy -acodec libmp3lame "newfiles\%%~na.mp4"
pause
I can hear audio now in kodi which is what I use for watching on my tv. Kodi didn't seem to recognize the CB audio codec. I'm not sure why the aac_adtstoasc didn't work, though and I'm not sure this is the best options?

Thanks for the help.
Strange kodi supports aac and ac3, i'll take a look in kodi.
Reply With Quote
  #158  
Old 11-01-2016, 03:35 AM
bumsoup bumsoup is offline
Junior Member
 
Join Date: Oct 2016
Posts: 3
bumsoup is on a distinguished road
Default

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


Since Chaturbaterec doesn't work anymore i think i'm going to switch to tubedigger.I tried it and it doesn't freeze every 2 seconds. It's weird because they both use ffmpeg.
Does anyone know if they can track your ass if you use a capping software?
Reply With Quote
  #159  
Old 11-01-2016, 06:49 AM
jh82 jh82 is offline
Member
 
Join Date: Sep 2016
Posts: 37
jh82 is on a distinguished road
Default

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


Quote:
Originally Posted by bumsoup View Post
Since Chaturbaterec doesn't work anymore i think i'm going to switch to tubedigger.I tried it and it doesn't freeze every 2 seconds. It's weird because they both use ffmpeg.
Does anyone know if they can track your ass if you use a capping software?
Does Tubedigger use ffmpeg for the recording? I'm pretty sure it's used for the converting tool.
Reply With Quote
  #160  
Old 11-01-2016, 06:52 AM
jh82 jh82 is offline
Member
 
Join Date: Sep 2016
Posts: 37
jh82 is on a distinguished road
Default

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


Quote:
Originally Posted by ihryjfbd View Post
Strange kodi supports aac and ac3, i'll take a look in kodi.
Those Chaturbate files were the first media files that I can recall it not playing correctly and it played the file fine there was just no sound until I converted them.
Reply With Quote
Reply Post New Thread
Tags: , , , , , , , , ,



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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 01:19 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons